/* CSS Document */
/**全局**/
@media screen and (max-width: 797px) {
    * {
        font-family: "思源黑体", Arial;
        font-size: 12px;
        margin: 0;
        padding: 0;
        border: 0;
    }

    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    dl,
    dt,
    dd,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    pre,
    form,
    img,
    fieldset,
    input,
    textarea,
    p,
    blockquote,
    th,
    td,
    map {
        padding: 0;
        margin: 0;
        border: 0;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0;
        padding: 0;
    }

    h1 {
        font-size: 3em
    }

    h2 {
        font-size: 2.5em
    }

    h3 {
        font-size: 2em
    }

    h4 {
        font-size: 1.5em
    }

    h5 {
        font-size: 1.2em
    }

    h6 {
        font-size: 1em
    }

    h7 {
        font-size: 0.8em
    }

    body {
        margin: 0px;
        padding: 0px;
        color: #333;
        background: #fff;
    }

    .color-white {
        color: #fff !important;
    }


    /*	导航样式内容   开始 */
    /*	导航样式内容   开始 */
    /*	导航样式内容   开始 */
    .hx000002_nav {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
    }

    .hx000002_nav_desk {
        width: 80%;
        margin: auto;
    }

    .hx000002_nav_box1 {
        width: 100%;
        max-height: 50px;
        float: left;
        transition: max-height 0.8s ease, opacity 0.4s ease;
        opacity: 1;
        overflow: hidden;
    }

    .hx000002_nav_box1.hidden {
        opacity: 0;
        max-height: 0;
    }

    .hx000002_nav_box1_left {
        width: 30%;
        height: 50px;
        line-height: 50px;
        float: left;
    }

    .hx000002_nav_box1_left p {
        font-weight: bold;
        font-size: 16px;
        color: #163663;
    }

    .hx000002_nav_box1_right {
        width: 70%;
        height: 50px;
        float: right;
    }

    .hx000002_nav_box1_right_framel {
        float: right;
    }

    .hx000002_nav_box1_right_frame1_floor1 {
        float: left;
    }

    .hx000002_nav_box1_right_frame1_floor1 a {
        display: block;
        height: 50px;
        line-height: 50px;
        color: #163663;
        text-decoration: none;
        padding-right: 10px;
    }

    .hx000002_nav_box1_right_frame1_floor2 {
        float: left;
    }

    .hx000002_nav_box1_right_frame1_floor2 a {
        display: block;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #163663;
        text-decoration: none;
        padding: 0 10px;
        color: #fff;
        background-color: #163663;
    }

    .hx000002_nav_box1_right_framel2 {
        float: right;
    }

    .hx000002_nav_box1_right_framel2 a {
        display: block;
        height: 50px;
        line-height: 50px;
        color: #163663;
        text-decoration: none;
        padding-right: 10px;
    }



    .hx000002_nav_box2 {
        display: none;
    }

    /*	手机导航样式内容   开始 */
    /*	手机导航样式内容   开始 */
    /*	手机导航样式内容   开始 */
    .hx000002_nav_box3 {
        width: 100%;
        height: 60px;
        background: rgba(255, 255, 255, 0.8);
        float: left;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .hx000002_mobilenav_desk {
        width: 100%;
        float: left;
    }

    .hx000002_mobilenav_box {
        position: relative;
        width: 100%;
        height: 60px;
        float: left;
    }

    .hx000002_mobilenav_box input {
        display: none;
    }

    .hx000002_mobilenav_box_left {
        float: left;
        margin-left: 10%;
    }

    .hx000002_mobilenav_box_left_frame1 {
        display: block;
        height: 40px;
        padding-top: 10px;
    }

    .hx000002_mobilenav_box_left_frame1 img {
        height: 100%;
    }

    .hx000002_mobilenav_box label {
        position: absolute;
        top: calc(50% - 25px);
        right: 5%;
        width: 40px;
        height: 40px;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.5s ease-out;
    }

    .hx000002_mobilenav_box label::before,
    .hx000002_mobilenav_box label::after {
        content: "";
        position: absolute;
        left: 5px;
        width: 25px;
        height: 3px;
        background-color: #163663;
        transition: transform 0.3s ease-out, top 0.3s ease-out 0.3s;
    }

    /* 上面的一条线 */
    .hx000002_mobilenav_box label::before {
        top: 12px;
        /* 调整这条线的位置 */
    }

    /* 下面的一条线 */
    .hx000002_mobilenav_box label::after {
        top: 32px;
        /* 调整这条线的位置 */
    }

    /* 中间的一条线 */
    .hx000002_mobilenav_box label span {
        position: absolute;
        top: 22px;
        left: 5px;
        width: 25px;
        height: 3px;
        background-color: #163663;
        display: block;
        transition: transform 0.3s ease-out, top 0.3s ease-out 0.3s;
    }

    .hx000002_mobilenav_box label:hover::before,
    .hx000002_mobilenav_box label:hover::after,
    .hx000002_mobilenav_box label:hover span {
        background-color: #007bff;
    }

    .hx000002_mobilenav_box_right_frame1 {
        position: relative;
        top: 0;
        width: 100%;
        float: left;
        opacity: 0;
        transform: scaleY(0);
        transform-origin: 50% 0;
        transition: all 0.5s ease-out;
        background: rgba(255, 255, 255, 0.8);
    }

    .hx000002_mobilenav_box_right_frame1_floor1_box1 {
        position: relative;
        top: 0;
        width: 100%;
        opacity: 0;
        transform: scaleY(0);
        transform-origin: 50% 0;
        transition: all 0.5s ease-out;
    }

    .hx000002_mobilenav_box_right_frame1_floor1_box1_frame1 {
        position: relative;
        top: 0;
        width: 100%;
        float: left;
        opacity: 0;
        transform: scaleY(0);
        transform-origin: 50% 0;
        transition: all 0.5s ease-out;
    }

    .hx000002_mobilenav_box_right_frame1_floor1 {
        list-style: none;
        width: 80%;
        margin: auto;
        padding: 6px 0;
    }


    .hx000002_mobilenav_box_right_frame1_floor1_a {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 40px;
        text-align: left;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        transition: all 0.3s ease-out;
        color: #163663;
        text-align: center;
    }


    .hx000002_mobilenav_box input:checked ~ .hx000002_mobilenav_box_right_frame1 {
        opacity: 1;
        transform: scaleY(1);
    }

    #a1 {
        color: #007bff;
    }

    .hx000002_mobilenav_box_right_frame1_floor1 input {
        display: block;
    }

    .hx000002_mobilenav_box_right_frame1_floor1 #I1 {
        width: 96%;
        height: 40px;
        float: left;
        border: 1px solid #666666;
        background: rgba(255, 255, 255, 0);
        padding-left: 4%;
    }

    .hx000002_mobilenav_box_right_frame1_floor1 #I2 {
        width: 100%;
        height: 40px;
        float: left;
        border: 1px solid #666666;
        color: #ffffff;
        background: #003381;
        margin: 20px auto;
    }

    /*	手机导航样式内容   结束 */
    /*	手机导航样式内容   结束 */
    /*	手机导航样式内容   结束 */

    /*	导航样式内容   结束 */
    /*	导航样式内容   结束 */
    /*	导航样式内容   结束 */

    /* 轮播图 开始*/
    /* 轮播图 开始*/
    /* 轮播图 开始*/
    .hx000002_banner {
        width: 100%;
        float: left;
        display: block;
    }

    .hx000002_banner_desk {
        width: 100%;
        float: left;
    }

    .hx000002_banner_box {
        width: 100%;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }

    .hx000002_banner_box_frame1 {
        width: 100%;
        display: flex;
        position: relative;
    }

    .hx000002_banner .item {
        width: 100%;
        height: auto;
        /* 适应内容高度 */
        opacity: 0;
        position: absolute;
        transition: opacity 1s ease;
    }

    .hx000002_banner .item.active {
        opacity: 1;
        position: relative;
    }

    .hx000002_banner img {
        width: 100%;
        height: auto;
        /* 保持纵横比 */
    }

    .hx000002_banner #btn-left,
    .hx000002_banner #btn-right {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 24px;
        border-radius: 100px;
        text-align: center;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 10;
        position: absolute;
        top: 50%;
        cursor: pointer;
        opacity: 0;
        /* 平时隐藏 */
        transform: translateY(-60%);
        /* 使按钮向上偏移居中对齐 */
        transition: opacity 0.3s ease;
    }

    .hx000002_banner #btn-left {
        left: 20px;
    }

    .hx000002_banner #btn-right {
        right: 20px;
    }

    .hx000002_banner:hover #btn-left,
    .hx000002_banner:hover #btn-right {
        opacity: 1;
    }

    #circle {
        height: 20px;
        display: flex;
        justify-content: center;
        position: absolute;
        bottom: 35px;
        left: 50%;
        transform: translateX(-50%);
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .circle {
        width: 10px;
        height: 10px;
        border-radius: 10px;
        border: 2px solid white;
        background: rgba(0, 0, 0, 0.4);
        cursor: pointer;
        margin: 5px;
    }

    .circle.white {
        background-color: white;
    }

    /* 轮播图 结束*/
    /* 轮播图 结束*/
    /* 轮播图 结束*/

    /* footer 开始*/
    /* footer 开始*/
    /* footer 开始*/
    .hx000003_footer {
        width: 100%;
        float: left;
        background: url(../img/map.png) no-repeat center top #181818;
    }

    .hx000001_footer_desk {
        width: 80%;
        margin: auto;
    }

    .hx000001_footer_left {
        width: 100%;
        float: left;
        padding-top: 50px;
    }

    .hx000001_footer_left_framel {
        width: 100%;
        float: left;
        padding: 20px 0;
        border-bottom: 1px solid #666;
    }

    .hx000001_footer_left_framel_floor1 {
        width: 5%;
        float: left;
        margin-right: 20px;
    }

    .hx000001_footer_left_framel_floor2 {
        width: 85%;
        float: left;
    }

    .hx000001_footer_left_framel_floor2 a {
        font-size: 14px;
        color: #8D8D8D;
        text-decoration: none;
    }

    .hx000001_footer_left_framel_floor2 a:hover {
        color: #fff;
    }

    .hx000001_footer_left_framel_floor2 a p {
        font-size: 12px;
    }

    .hx000001_footer_left_framel_floor2 a .p2 {
        font-size: 18px;
    }

    .hx000001_footer_right {
        width: 100%;
        float: left;
        padding-top: 50px;
    }

    .hx000001_footer_right_framel {
        width: 100%;
        float: right;
        background: #000;
        padding-bottom: 10px;
    }

    .hx000001_footer_right_framel_floor1 {
        width: 60%;
        padding: 5%;
        margin: auto;
    }

    .hx000001_footer_right_framel_floor1 img {
        width: 100%;
    }

    .hx000001_footer_right_framel p {
        color: #999;
        text-align: center;
        width: 96%;
        padding: 2%;
        margin: 0 auto;
    }

    .hx000001_footer_right_framel a {
        color: #999;
        text-decoration: none;
    }

    .hx000001_footer_right_framel a:hover {
        color: #163663;
    }

    /* footer 结束*/
    /* footer 结束*/
    /* footer 结束*/

    /* 产品 开始*/
    /* 产品 开始*/
    /* 产品 开始*/
    .hx000003_index_product {
        width: 100%;
        float: left;
        padding: 50px 0;
        background-color: #f5f5f5;
    }

    .hx000003_index_product_desk {
        width: 80%;
        margin: auto;
    }

    .hx000003_index_product_top {
        text-align: center;
    }

    .hx000003_index_img {
        width: 100%;
        height: auto;
    }

    .hx000003_index_product_bottom {
        width: 100%;
        padding-top: 20px;
    }

    .hx000003_index_product_framel {
        width: 100%;
        float: left;
        border: 1px solid #e4eaec;
        border-color: #ddd;
        margin-bottom: 20px;
    }

    .hx000003_index_product_framel:last-child {
        margin-right: 0;
    }

    .hx000003_index_product_framel_floor1 {
        width: 100%;
        float: left;
    }

    .hx000003_index_product_framel_floor1_top {
        padding: 15px;
    }

    .hx000003_index_product_framel:nth-child(1) .hx000003_index_product_framel_floor1_top {
        background: #cc0033;
    }

    .hx000003_index_product_framel:nth-child(2) .hx000003_index_product_framel_floor1_top {
        background: #0099ff;
    }

    .hx000003_index_product_framel:nth-child(3) .hx000003_index_product_framel_floor1_top {
        background: #003381;
    }

    .hx000003_index_product_framel_floor1_top p {
        text-align: center;
        font-size: 16px;
        color: #fff;
    }

    .hx000003_index_product_framel_floor1_bottom {
        text-align: center;
        padding: 20px 30px;
    }

    .hx000003_index_product_framel:nth-child(1) span {
        color: #cc0033;
    }

    .hx000003_index_product_framel:nth-child(2) span {
        color: #0099ff;
    }

    .hx000003_index_product_framel:nth-child(3) span {
        color: #003381;
    }

    .hx000003_index_product_framel_floor1_bottom span {
        font-size: 24px;
    }

    .hx000003_index_product_framel_floor1_bottom span span {
        font-size: 19px;
    }

    .hx000003_index_product_framel_floor1 {
        width: 100%;
        float: left;
    }

    .hx000003_index_product_framel_floor1_text {
        text-align: center;
        list-style-type: none;
        padding: 0 15px;
    }

    .hx000003_index_product_framel_floor1_text li {
        padding: 10px;
        font-size: 12px;
        color: #666666;
        border-bottom: 1px dashed #e4eaec;
        border-color: #ddd;
    }

    .hx000003_index_product_framel_floor1_text li:first-child {
        border-top: 1px dashed #e4eaec;
        border-color: #ddd;
    }

    .hx000003_index_product_framel_floor2 {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hx000003_index_product_framel_floor2 a {
        width: 100%;
        position: relative;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #2a333c;
        font-weight: bold;
        text-decoration: none;
        font-size: 12px;
        padding: 15px 20px;
    }

    .hx000003_index_product_framel_floor2_1 {
        width: 15px;
        height: 15px;
        border-radius: 0 50% 50% 50%;
        color: white;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        margin-left: 10px;
    }

    .hx000003_index_product_framel:nth-child(1) .hx000003_index_product_framel_floor2_1 {
        background-color: #cc0033;
    }

    .hx000003_index_product_framel:nth-child(2) .hx000003_index_product_framel_floor2_1 {
        background-color: #0099ff;
    }

    .hx000003_index_product_framel:nth-child(3) .hx000003_index_product_framel_floor2_1 {
        background-color: #003381;
    }

    /* 产品 结束*/
    /* 产品 结束*/
    /* 产品 结束*/

    /* 咨询 开始*/
    /* 咨询 开始*/
    /* 咨询 开始*/
    .hx000003_index_zixun {
        float: left;
        width: 100%;
        padding-top: 90px;
    }

    .hx000003_index_zixun_img {
        float: left;
        width: 100%;
        background-image: url(../img/border-2.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        bottom: 0;
    }

    .hx000003_index_zixun_desk {
        width: 80%;
        margin: auto;
        text-align: center;
    }

    .hx000003_index_zixun_box {
        width: 100%;
        padding-bottom: 90px;
    }

    .hx000003_index_zixun_box h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .hx000003_index_zixun_box p {
        line-height: 30px;
        margin-bottom: 30px;
    }

    .hx000003_index_zixun_box a {
        border: 1px solid #003381;
        background-color: #003381;
        color: #ffff;
        font-size: 14px;
        padding: 10px 20px;
        border-radius: 30px;
        text-decoration: none;
        box-shadow: 0 10px 13px 0 rgba(0, 0, 0, 0.1);
        transition: all .1s ease-out;
    }

    .hx000003_index_zixun_box a:hover {
        background-color: #fff;
        border: 1px solid #003381;
        color: #003381;
    }

    /* 咨询 结束*/
    /* 咨询 结束*/
    /* 咨询 结束*/

    /* 定制开发 开始*/
    /* 定制开发 开始*/
    /* 定制开发 开始*/
    .hx000003_index_dinzhi {
        float: left;
        width: 100%;
        padding: 60px 0;
        background-image: url(../img/bg2.jpg);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .hx000003_index_dinzhi_top {
        width: 100%;
        float: left;
        text-align: center;
    }

    .hx000003_index_dinzhi_bottom {
        width: 100%;
        float: left;
        display: flex;
        align-items: flex-end;
    }

    .hx000003_index_dinzhi_left {
        display: none;
    }

    .hx000003_index_dinzhi_left_framel {
        width: 80%;
        margin: auto;
    }

    .hx000003_index_dinzhi_left img {
        width: 100%;
        height: auto;
    }

    .hx000003_index_dinzhi_right {
        width: 80%;
        margin: auto;
    }

    .hx000003_index_dinzhi_right_framel {
        padding: 0 2%;
    }

    .hx000003_index_dinzhi_right_framel_left {
        width: 40%;
        margin: auto;
    }

    .hx000003_index_dinzhi_right_framel_left img {
        margin-top: 30px;
        width: 100%;
        height: auto;
    }

    .hx000003_index_dinzhi_right_framel_right {
        width: 90%;
        float: left;
    }

    .hx000003_index_dinzhi_right_framel_right h1 {
        font-size: 16px;
        color: #ffffff;
    }

    .hx000003_index_dinzhi_right_framel_right p {
        font-size: 12px;
        color: #ffffff;
        line-height: 20px;
        margin-top: 10px;
    }

    /* 定制开发 结束*/
    /* 定制开发 结束*/
    /* 定制开发 结束*/

    /* 今典案列 开始*/
    /* 今典案列 开始*/
    /* 今典案列 开始*/
    .hx000003_anlie {
        width: 100%;
        float: left;
        background-image: url(../img/bg2.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 70px;
    }

    .hx000003_anlie_desk {
        width: 100%;
    }

    .hx000003_anlie_top {
        display: block;
        padding: 70px 0 0 0;
        text-align: center;
    }

    .hx000002_anlie_banner_box {
        width: 100%;
        margin-top: 40px;
        overflow: hidden;
        position: relative;
    }


    .hx000002_anlie_banner_box_frame1 {
        display: block;
        white-space: nowrap;
        transition: transform 0.8s ease-in-out;
        position: relative;
    }

    .hx000002_anlie_banner_box_frame1 .anlie-item {
        display: inline-block;
        width: calc(50% - 50px);
        margin: 0 10px;
        vertical-align: top;
        box-sizing: border-box;
        background-color: #fff;
    }

    .hx000002_anlie_qualified1_category {
        position: relative;
        width: 92%;
        padding: 10px 4%;
        text-decoration: none;
        overflow: hidden;
        float: left;
    }

    .hx000002_anlie_qualified1_category__top {
        width: 100%;
        float: left;
    }

    .hx000002_anlie_qualified1_category__layer {
        width: 100%;
        height: 100%;
        transition: 0.5s;
        overflow: hidden;
        float: left;
    }

    .hx000002_anlie_qualified1_category__layer img {
        width: 100%;
        height: 100%;
        float: left;
    }

    .hx000002_anlie_qualified1_category__sublayer {
        position: absolute;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 250px;
        background-color: #333333;
        color: #ffffff;
        opacity: 0.8;
        transition: 0.5s;
    }

    .hx000002_anlie_qualified1_category__sublayer h3 {
        font-size: 14px;
    }

    .hx000002_anlie_qualified1_category:hover .hx000002_anlie_qualified1_category__sublayer {
        top: 0;
    }

    /* 今典案列 结束*/
    /* 今典案列 结束*/
    /* 今典案列 结束*/

    /* 为什么选择我们 开始*/
    /* 为什么选择我们 开始*/
    /* 为什么选择我们 开始*/
    .hx000003_index_waw {
        width: 100%;
        float: left;
        padding: 60px 0;
    }

    .hx000003_index_waw:nth-child(2n) {
        padding-top: 0;
    }

    .hx000003_index_waw_desk {
        width: 80%;
        margin: auto;
    }

    .hx000003_index_waw_left {
        width: 70%;
        margin: 0 auto;
    }

    .hx000003_index_waw_left img {
        width: 100%;
    }

    .hx000003_index_waw_left2 {
        width: 30%;
        float: left;
    }

    .hx000003_index_waw_left2 img {
        max-width: 100%;
        height: auto;
        float: right;
    }

    .hx000003_index_waw:nth-child(2n) .hx000003_index_waw_left img {
        float: right;
    }

    .hx000003_index_waw_right {
        width: 100%;
        text-align: center;
    }

    .hx000003_index_waw_right h1 {
        font-size: 18px;
        color: #191d23;
        font-weight: 600;
        line-height: 23px;
        margin-bottom: 10px;
    }

    .hx000003_index_waw_right p {
        color: #666666;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 20px;
    }

    .hx000003_index_waw_right_framel_top {
        margin-bottom: 20px;
    }

    .hx000003_index_waw_right_frame_floor1 {
        text-align: left;
        margin-bottom: 15px;
        float: left;
    }

    .hx000003_index_waw_right_frame_floor1_left {
        float: left;
        width: 15%;
        text-align: center;
        /* margin-right: 25px; */
    }

    .hx000003_index_waw_right_frame_floor1_left span {
        border: 1px solid #003381;
        border-radius: 50%;
        color: #555555;
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;

    }

    .hx000003_index_waw_right_frame_floor1_right {
        width: 80%;
        padding-left: 5%;
        float: left;
    }

    .hx000003_index_waw_right_frame_floor1_right h4 {
        font-size: 14px;
    }

    .hx000003_index_waw_right_frame_floor1_right p {
        font-size: 12px;
        color: #666666;
    }

    /* 为什么选择我们 结束*/
    /* 为什么选择我们 结束*/
    /* 为什么选择我们 结束*/

    /* 关于我们 开始*/
    /* 关于我们 开始*/
    /* 关于我们 开始*/
    .hx000003_index_aboutus {
        width: 100%;
        float: left;
        background-image: url(../img/buy_me_bg2.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
    }

    .hx000003_index_aboutus_desk {
        width: 80%;
        margin: auto;
    }

    .hx000003_index_aboutus_box {
        padding: 90px 0;
    }

    .hx000003_index_aboutus_box h5 {
        color: #ffffff;
        font-size: 20px;
        margin-bottom: 25px;
    }

    .hx000003_index_aboutus_box p {
        color: #ffffff;
        font-size: 12px;
        margin-bottom: 30px;
    }

    .hx000003_index_aboutus_box a {
        color: #fff;
        padding: 10px 20px;
        font-size: 12px;
        border: 1px solid;
        text-decoration: none;
    }

    /* 关于我们 结束*/
    /* 关于我们 结束*/
    /* 关于我们 结束*/

    /*	首页友情链接样式内容  开始 */
    /*	首页友情链接样式内容  开始 */
    /*	首页友情链接样式内容  开始 */
    .hx000002_index_link {
        /* 弹性布局 允许换行 水平居中 */
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        float: left;
        padding: 42px 0;
    }

    .hx000002_index_link_desk {
        width: 80%;
        margin: auto;
    }

    .hx000002_index_link_tittle {
        width: 100%;
        float: left;
        text-align: center;
        margin: 35px 0;
    }

    .hx000002_index_link_box {
        width: 18%;
        margin: 1%;
        text-align: center;
        /* 相对定位 */
        position: relative;
        /* 开启3D效果 */
        transform-style: preserve-3d;
        /* 设置视距 */
        perspective: 3000px;
        float: left;
    }

    .hx000002_index_link_box_frame1 {
        width: 100%;
        height: 220px;
        /* 弹性布局 垂直排列 垂直居中 */
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* 阴影 */
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        /* 设置过渡 */
        transition: 0.5s ease;
    }

    .hx000002_index_link_box_frame1_floor1 {
        height: 110px;
    }

    .hx000002_index_link_box_frame1_floor1 img {
        width: 120px;
        height: 110px;
        /* 使图片颜色与背景一致 */
    }

    .hx000002_index_link_box_frame1 span,
    .hx000002_index_link_box_frame2 span {
        font-size: 22px;
        font-weight: 600;
        /* 大写 */
        text-transform: uppercase;
    }

    .hx000002_index_link_box_frame2 {
        /* 绝对定位 */
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 96%;
        height: 160px;
        padding: 30px 2%;
        /* 默认不透明度为0 */
        opacity: 0;
        /* 默认位置下移并沿Y轴旋转-90度 */
        transform: translateY(110px) rotateX(-90deg);
        /* 设置过渡 */
        transition: 0.5s ease;
    }

    .hx000002_index_link_box_frame2 p {
        margin-top: 12px;
        /* 文本两端对齐 */
        text-align: justify;
        line-height: 23px;
    }

    /* 鼠标移入卡片，两个面做出相应的变化 */
    .hx000002_index_link_box:hover .hx000002_index_link_box_frame1 {
        opacity: 0;
        transform: translateY(-110px) rotateX(90deg);
    }

    .hx000002_index_link_box:hover .hx000002_index_link_box_frame2 {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }

    /*	首页友情链接样式内容  结束 */
    /*	首页友情链接样式内容  结束 */
    /*	首页友情链接样式内容  结束 */

    /* 新闻 开始*/
    /* 新闻 开始*/
    /* 新闻 开始*/
    .hx000002_index_news {
        width: 100%;
        float: left;
        background-image: url(../img/bg3.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
        padding: 60px 0;
    }

    .hx000002_index_news_desk {
        width: 80%;
        margin: auto;
    }

    .hx000002_index_news_box_top {
        text-align: center;
    }

    .hx000002_index_news_box_bottom .hx000002_index_news_box_box {
        width: 100%;
        float: left;
    }

    .hx000002_index_news_box_box0 {
        margin-top: 20px;
    }

    .hx000002_index_news_box_box1 {
        background-color: #003381;
        color: #fff;
        padding: 10px 20px;
        text-decoration: none;
    }

    .hx000002_index_news_box_box2 {
        background-color: #9b9b9b;
        color: #fff;
        padding: 10px 20px;
        text-decoration: none;
        margin-left: 10px;
    }

    .hx000002_index_news_box_box2:hover {
        background-color: #003381;
        color: #fff;
        padding: 10px 20px;
        text-decoration: none;
        margin-left: 10px;
    }

    .hx000002_index_news_box_bottom .tab-content {
        float: left;
        width: 100%;
        display: none;
        margin-top: 10px;
    }

    .hx000002_index_news_box_bottom .tab-content.active {
        display: block;
    }

    .hx000002_index_news_box_bottom {
        float: left;
        width: 100%;
        overflow: hidden;
        margin-top: 40px;
    }

    .hx000002_index_news_box_bottom a {
        display: block;
        float: left;
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
        text-align: left;
        text-decoration: none;
        transition: .5s;
    }


    .hx000002_index_news_box_bottom a:hover {
        background: rgba(1, 93, 173, .1);
    }

    .hx000002_index_news_box_bottom h1 {
        font-size: 16px;
        color: #003381;
        padding: 0 0 5px 10px;
    }

    .hx000002_index_news_box_bottom p {
        font-size: 12px;
        color: #333333;
        padding: 0 0 25px 10px;
    }

    /* 新闻 结束*/
    /* 新闻 结束*/
    /* 新闻 结束*/

    /*	每页广告图样式内容   开始 */
    /*	每页广告图样式内容   开始 */
    /*	每页广告图样式内容   开始 */
    .hx000002_sbanner {
        width: 100%;
        margin-bottom: -3px;
    }

    .hx000002_sbanner img {
        width: 100%;
    }

    /*	每页广告图样式内容   结束 */
    /*	每页广告图样式内容   结束 */
    /*	每页广告图样式内容   结束 */

    /* ===========================================qualified1_category=========================================== */

    /* 高端案列 开始*/
    /* 高端案列 开始*/
    /* 高端案列 开始*/
    .hx000003_qualified1_category {
        width: 100%;
        float: left;
        background-color: #f9f9f9;
        padding: 50px 0px;
    }

    .hx000003_qualified1_category_desk {
        width: 80%;
        margin: auto;
    }

    .hx000003_qualified1_category_desk_box_top {
        text-align: center;
        margin-bottom: 20px;
    }

    .hx000003_qualified1_category_desk_box_top h1 {
        font-size: 20px;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }

    .hx000003_qualified1_category_desk_box_top h1::after {
        content: "";
        display: block;
        width: 4%;
        margin: auto;
        margin-top: 10px;
        height: 2px;
        background-color: #0099ff;
    }


    .hx000003_qualified1_category_desk_box_top p {
        font-size: 12px;
        line-height: 20px;
    }

    .hx000003_qualified1_category_desk_box_bottom {
        width: 100%;
        text-align: center;
    }

    .hx000003_qualified1_category_desk_box_bottom ul {
        width: 100%;
        margin: auto;
        margin-bottom: 30px;

    }

    .hx000003_qualified1_category_desk_box_bottom ul li {
        display: inline-block;
    }

    .hx000003_qualified1_category_desk_box_bottom ul li a {
        display: block;
        color: #222222;
        font-size: 14px;
        text-decoration: none;
        margin-left: 20px;
        float: left;
    }

    .hx000003_qualified1_category_desk_box_bottom ul li::after {
        content: ' | ';
        margin-left: 20px;
    }

    .hx000003_qualified1_category_desk_box_bottom ul li:last-child:after {
        content: ' ';
        margin-left: 20px;
    }

    /* 案例： */
    .hx000003_qualified1_category_desk_box_bottom_framel2_floor1 {
        float: left;
        width: 49%;
        margin-right: 1%;
        margin-bottom: 30px;
        background-color: #ffffff;
    }

    .hx000003_qualified1_category_desk_box_bottom_framel2_floor1:nth-child(4n) {
        margin-right: 0;
    }

    .qualified1_category {
        position: relative;
        width: 100%;
        text-decoration: none;
        overflow: hidden;
        float: left;
    }

    .qualified1_category__top {
        width: 100%;
        height: 100%;
        float: left;
    }

    .qualified1_category__layer {
        width: 92%;
        height: 100%;
        padding: 4%;
        transition: 0.5s;
        overflow: hidden;
        float: left;
    }

    .qualified1_category__layer img {
        width: 100%;
        height: 100%;
        float: left;
    }

    .qualified1_category__footer {
        width: 92%;
        height: 40px;
        float: left;
        padding: 15px 4%;
        background: linear-gradient(to top, #007bff 100%, #007bff 0%);
        background-size: 100% 0%;
        background-position: bottom;
        background-repeat: no-repeat;
        transition: background-size 0.5s ease-in-out;
    }

    .qualified1_category:hover .qualified1_category__footer {
        background-size: 100% 100%;
    }


    .qualified1_category__footer h3 {
        text-align: left;
        font-size: 12px;
        margin-top: 5px;
        color: #343331;
        transition: 0.5s;
    }

    .qualified1_category__footer h3:first-child {
        margin-top: 0;
    }

    .qualified1_category:hover .qualified1_category__footer h3 {
        color: #ffffff;
    }

    .qualified1_category__sublayer {
        position: absolute;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 300px;
        background-color: #333333;
        color: #ffffff;
        opacity: 0.8;
        transition: 0.5s;
    }

    .qualified1_category__sublayer h3 {
        font-size: 14px;
    }

    /* .qualified1_category:hover .qualified1_category__layer{
    transform: scale(1.2);
  } */

    .qualified1_category:hover .qualified1_category__sublayer {
        top: 0;
    }

    /* 高端案列 结束*/
    /* 高端案列 结束*/
    /* 高端案列 结束*/

    /* 申请步骤 开始*/
    /* 申请步骤 开始*/
    /* 申请步骤 开始*/
    .hx000003_index_shenqing {
        float: left;
        width: 100%;
        padding: 50px 0;
        background-color: #eee;
    }

    .hx000003_index_shenqing_desk {
        width: 80%;
        margin: auto;
    }

    .hx000003_index_shenqing_top {
        width: 100%;
        float: left;
        text-align: center;
    }

    .hx000003_index_shenqing_top h1 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .hx000003_index_shenqing_top h1::after {
        content: "";
        display: block;
        width: 10%;
        margin: auto;
        margin-top: auto;
        margin-top: 5px;
        height: 2px;
        background-color: #0099ff;
    }

    .hx000003_index_shenqing_top p {
        font-size: 12px;
        line-height: 16px;
    }

    .hx000003_index_shenqing_bottom {
        width: 100%;
        float: left;
    }

    .hx000003_index_shenqing_left {
        display: none;
    }


    .hx000003_index_shenqing_right {
        width: 100%;
        float: left;
    }

    .hx000003_index_shenqing_right_framel {
        width: 96%;
        padding: 0 2%;
        margin-top: 25px;
        float: left;
        display: flex;
        align-items: center;
    }

    .hx000003_index_shenqing_right_framel_left {
        width: 10%;
        float: left;
    }

    .hx000003_index_shenqing_right_framel_left img {
        width: 100%;
        height: auto;
    }

    .hx000003_index_shenqing_right_framel_right {
        width: 90%;
        float: left;
    }

    .hx000003_index_shenqing_right_framel_right h1 {
        font-size: 14px;
        color: #37474f;
        text-align: center;
        margin-left: 10px;
    }

    .hx000003_index_shenqing_right_framel_right p {
        font-size: 12px;
        color: #666666;
        text-align: center;
        line-height: 17px;
        margin-left: 10px;
        margin-top: 10px;
    }

    /* 申请步骤 结束*/
    /* 申请步骤 结束*/
    /* 申请步骤 结束*/

    /* 关于我们 开始*/
    /* 关于我们 开始*/
    /* 关于我们 开始*/
    .hx000003_guestbook {
        width: 80%;
        margin: 50px auto;

    }

    .hhx000003_guestbook_desk_box {
        width: 100%;
        display: inline-block;
        margin: auto;
    }

    .hx000003_guestbook_desk_box h2 {
        text-align: center;
        font-size: 18px;
    }

    .hx000003_guestbook_desk_box1_left {
        width: 100%;
    }


    .hx000003_guestbook_desk_box1_left h4 {
        color: #337fe5;
        font-size: 16px;
    }

    .hx000003_guestbook_desk_box1_left p {
        line-height: 1.5;
        color: #555;
        margin-top: 15px;
        font-size: 12px;
    }

    .hx000003_guestbook_desk_box1_right {
        width: 100%;
    }

    .hx000003_guestbook_desk_box1_right_img {
        width: 100%;
    }


    .hx000003_guestbook_desk_box2 {
        float: left;
        width: 100%;
        text-align: left;
        display: block;
        margin-top: 30px;
    }

    .hx000003_guestbook_desk_box2 h4 {
        color: #337fe5;
        font-size: 16px;
    }

    .hx000003_guestbook_desk_box2_left {
        width: 100%;
    }

    .hx000003_guestbook_desk_box2_left_box {
        text-align: center;
        margin-bottom: 20px;
    }

    .hx000003_guestbook_desk_box2_left_box p {
        color: #969696;
        margin-bottom: 5px;
        font-size: 12px;
    }

    .hx000003_guestbook_desk_box2_left_box_input {
        border: 1px solid #B0B0B0;
        width: 90%;
        outline: none;
        font-size: 1em;
        color: #B0B0B0;
        padding: 0.8em 1em;
    }

    .hx000003_guestbook_desk_box2_left_box_text {
        margin-bottom: 1.3em;
        border: 1px solid #8D8D8D;
        width: 90%;
        outline: none;
        font-size: 1em;
        color: #8D8D8D;
        padding: .8em 1em;
    }

    .hx000003_guestbook_desk_box2_left_box_fs {
        background: #0099ff;
        padding: 0.6em 0;
        border: none;
        width: 96%;
        color: #fff;
        letter-spacing: 1px;
        outline: none;
        transition: 0.5s all ease;
        font-size: 12px;
    }

    .hx000003_guestbook_desk_box2_left_box_fs:hover {
        background: #000;

    }

    .hx000003_guestbook_desk_box3 {}

    .hx000003_guestbook_desk_box3_left {
        width: 100%;
        margin: 30px auto;

    }

    .hx000003_guestbook_desk_box3_right {
       display: none;
    }

    /* 关于我们 结束*/
    /* 关于我们 结束*/
    /* 关于我们 结束*/

    /* 收费标准 开始*/
    /* 收费标准 开始*/
    /* 收费标准 开始*/
    .hx000003_shoufei {
        height: 530px;
        margin-top: -42px;
        padding-top: 212px;
        background: url(../img/shoufeibj.jpg) no-repeat center top;
        text-align: center;
        display: block;
    }

    .hx000003_shoufei_left {
        width: 50%;
        float: left;
    }

    .hx000003_shoufei_left_z1 {
        font-size: 14px;
        color: #777;
    }

    .hx000003_shoufei_left_z2 {
        font-size: 26px;
    margin: 5px 0 10px 0;
    }

    .hx000003_shoufei_left_z3 {
        line-height: 20px;
        width:80%;
        margin: 20px auto;
        font-size: 12px;
        color: #666;

    }

    .hx000003_shoufei_left_x {
        display: block;
        width: 120px;
        height: 1px;
        border-bottom: 2px solid #0099ff;
        margin: 0 auto 30px auto;
        color: #fff;
    }

    .hx000003_shoufei_left_input {
        padding: 10px 50px;
        margin: 15px auto;
        background-color: #0099ff;
        color: #fff;
        font-size: 1.2em;
        margin: 2vw;
        border-radius: 25px;
    }

    .hx000003_shoufei_left_input:hover {
        padding: 10px 50px;
        margin: 15px auto;
        background-color: #fff;
        color: #0099ff;
        font-size: 1.2em;
        margin: 2vw;
        border-radius: 25px;
        border: 1px solid #0099ff;
        cursor: pointer;
    }

    .hx000003_xuqiu {
        height: 300px;
        padding-top: 80px;
        background: #fc761d url(../img/xuqiu.jpg) no-repeat center bottom;
    }

    .hx000003_xuqiu_box {
        margin: 0 auto;
        text-align: center;
        color: #fff;
    }

    .hx000003_xuqiu_box_p1 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .hx000003_xuqiu_box_p1 em {
        font-size: 28px;
        padding-right: 15px;
    }

    .hx000003_xuqiu_box_p2 {
        border-bottom: 2px solid #fff;
        width: 120px;
        margin: 0 auto 20px auto;
    }

    .hx000003_xuqiu_box_p3 {
        font-size: 0px;
        margin-bottom: 15px;
    }

    .hx000003_xuqiu_box_p3 em {
        font-size: 18px;
    }

    .hx000003_xuqiu_box_p4 {
        line-height: 22px;
        width: 60%;
       margin: auto;
    }

    /* 收费标准 结束*/
    /* 收费标准 结束*/
    /* 收费标准 结束*/



    /* 服务介绍 开始*/
    /* 服务介绍 开始*/
    /* 服务介绍 开始*/

    .hx000003_webcontent {
        height: 836px;
        margin-top: -42px;
        padding-top: 100px;
        background: url(../img/servicebkimg1.jpg) no-repeat center top;
        background-size: 100% 100%;
        text-align: center;
        display: block;
    }

    .hx000003_desk {
        width: 80%;
        margin: auto;
    }

    .hx000003_webcontent_box1 {
        text-align: center;
    }

    .hx000003_webcontent_box1 img {
        width: 30%;
    }

    .hx000003_webcontent_box1_img {
        margin: 0 0 40px -50px;
    }

    .hx000003_webcontent_box2 {
        display: block;
    }

    .hx000003_webcontent_box2_left {
       display: none;
    }

    .hx000003_webcontent_box2_right {
        width: 100%;
    }

    .hx000003_webcontent_box2_right ul {
        margin-top: 20px;
    }

    .hx000003_webcontent_box2_right li {
        color: #fff;
        text-align: left;
        display: inline-block;
        margin-bottom: 20px;
        margin-left: 0px !important;
    }

    .hx000003_webcontent_box2_right img {
        float: left;
        width: 20%;
    }

    .hx000003_webcontent_box2_right_text {
        float: left;
        width: 66%;
        margin: 0px 0 0 20px;

    }

    .hx000003_webcontent_box2_right_text h3 {
        margin-bottom: 10px;
        color: #ffda00;
        font-size: 18px;
    }

    /* 服务介绍 结束*/
    /* 服务介绍 结束*/
    /* 服务介绍 结束*/


    /* 新闻详情 开始*/
    /* 新闻详情 开始*/
    /* 新闻详情 开始*/

    .hx000003_news_box_p {
        margin-top: 10px;
        text-align: center;
    }

    .hx000003_news_box_p p {
        font-size: 12px;
    }

    .hx000003_news_img {
        margin: 20px auto;
        width: 100%;
    }

    /* 新闻详情 结束*/
    /* 新闻详情 结束*/
    /* 新闻详情 结束*/


    /* 详情翻页 开始*/
    /* 详情翻页 开始*/
    /* 详情翻页 开始*/

    .hx000003_fanye_box {
        width: 100%;
        display: block;
        text-decoration: none;

    }

    .hx000003_fanye_box_left {
        float: left;
        margin: 20px 0px;
    }

    .hx000003_fanye_box_right {
        float: right;
        margin: 20px 0px;


    }

    .hx000003_fanye_box_a {
        color: #333;
        text-decoration: none;

    }

    .hx000003_fanye_box_a:hover {
        color: #163663;
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
    }

    /* 详情翻页 结束*/
    /* 详情翻页 结束*/
    /* 详情翻页 结束*/


}