/* CSS Document */
/**全局**/
@media screen and (min-width: 1300px) {
* {
    font-family: "思源黑体", Arial;
    font-size: 14px;
    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: 90%;
        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 {
        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_nav_box2_left {
        width: 15%;
        height: 60px;
        float: left;
    }

    .hx000002_nav_box2_left_frame1 {
        height: 100%;
        float: left;
    }

    .hx000002_nav_box2_left_frame1 a {
        display: block;
        width: 100%;
        height: 40px;
        padding-top: 10px;
    }

    .hx000002_nav_box2_left_frame1 a img {
        width: 100%;
        height: 100%;
    }

    .hx000002_nav_box2_right {
        width: 85%;
        height: 60px;
        float: right;
    }

    .hx000002_nav_box2_right_frame1 {
        width: 100%;
        height: 60px;
    }

    .hx000002_nav_box2_right_frame1_floor1 {
        width: 11%;
        height: 60px;
        float: left;
        margin-left: 1%;
        position: relative;
    }

    .hx000002_nav_box2_right_frame1_floor1_a {
        display: block;
        width: 100%;
        height: 60px;
        line-height: 60px;
        text-decoration: none;
        text-align: center;
        font-size: 16px;
        color: #163663;
        font-weight: bold;
        transition: color 0.3s;
    }

    .hx000002_nav_box2_right_frame1_floor1_a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 3px;
        background-color: #0188b7;
        transition: width 0.3s ease-in-out;
    }

    .hx000002_nav_box2_right_frame1_floor1:hover .hx000002_nav_box2_right_frame1_floor1_a {
        color: #0188b7;
    }

    .hx000002_nav_box2_right_frame1_floor1:hover .hx000002_nav_box2_right_frame1_floor1_a:after {
        width: 100%;
    }

    #nav_choice {
        color: #0188b7;
    }

    #nav_choice::after {
        width: 100%;
    }

    .hx000002_nav_box_right_frame1_floor1_box1 {
        list-style: none;
        position: absolute;
        top: 81px;
        left: -10px;
        width: 200px;
        background-color: #ffffff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        overflow: hidden;
        display: none;
        z-index: 200;
        transition: opacity 0.3s ease, transform 0.3s ease;
        opacity: 0;
        transform: translateY(-10px);
    }

    .hx000002_nav_box2_right_frame1_floor1:hover .hx000002_nav_box_right_frame1_floor1_box1 {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

    .hx000002_nav_box_right_frame1_floor1_box1_floor1 {
        position: relative;
        width: 100%;
    }

    .hx000002_nav_box_right_frame1_floor1_box1_floor1_a {
        display: block;
        width: 160px;
        font-size: 14px;
        padding: 10px 20px;
        color: #333;
        text-decoration: none;
        text-align: left;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

    .hx000002_nav_box_right_frame1_floor1_box1_floor1_a:hover {
        background-color: #0188b7;
        color: #ffffff;
    }

    .hx000002_nav_box3 {
        display: none;
    }

    /*	导航样式内容   结束 */
    /*	导航样式内容   结束 */
    /*	导航样式内容   结束 */

    /* 轮播图 开始*/
    /* 轮播图 开始*/
    /* 轮播图 开始*/
    .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: 50%;
        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;
        padding-top: 5px;
        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: 14px;
    }

    .hx000001_footer_left_framel_floor2 a .p2 {
        font-size: 24px;
    }

    .hx000001_footer_right {
        width: 50%;
        float: left;
        padding-top: 50px;
    }

    .hx000001_footer_right_framel {
        width: 70%;
        float: right;
        background: #000;
        padding-bottom: 10px;
    }

    .hx000001_footer_right_framel_floor1 {
        width: 90%;
        padding: 5%;
    }

    .hx000001_footer_right_framel_floor1 img {
        width: 100%;
    }

    .hx000001_footer_right_framel p {
        color: #999;
        text-align: center;
        width: 96%;
        padding: 2%;
    }

    .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: 70px 0;
        background-color: #f5f5f5;
    }

    .hx000003_index_product_desk {
        width: 80%;
        margin: auto;
    }

    .hx000003_index_product_top {
        text-align: center;
    }

    .hx000003_index_img {
        max-width: 600px;
        height: auto;
    }

    .hx000003_index_product_bottom {
        width: 100%;
        padding-top: 40px;
    }

    .hx000003_index_product_framel {
        width: 30%;
        float: left;
        border: 1px solid #e4eaec;
        border-color: #ddd;
        margin-right: 4.7%;
    }

    .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: 22px;
        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: 38px;
    }

    .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: 16px;
        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: 20px;
        padding: 15px 20px 30px;
    }

    .hx000003_index_product_framel_floor2_1 {
        width: 30px;
        height: 30px;
        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: 24px;
        margin-bottom: 20px;
    }

    .hx000003_index_zixun_box p {
        line-height: 30px;
        margin-bottom: 30px;
    }

    .hx000003_index_zixun_box a {
        border: 1px solid #003381;
        color: #003381;
        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: #003381;
        color: #ffffff;
    }

    /* 咨询 结束*/
    /* 咨询 结束*/
    /* 咨询 结束*/

    /* 定制开发 开始*/
    /* 定制开发 开始*/
    /* 定制开发 开始*/
    .hx000003_index_dinzhi {
        float: left;
        width: 100%;
        padding: 125px 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 {
        width: 40%;
        float: left;
    }

    .hx000003_index_dinzhi_left_framel {
        width: 80%;
        margin: auto;
    }

    .hx000003_index_dinzhi_left img {
        width: 100%;
        height: auto;
    }

    .hx000003_index_dinzhi_right {
        width: 60%;
        float: left;
    }

    .hx000003_index_dinzhi_right_framel {
        width: 96%;
        padding: 0 2%;
        margin-top: 50px;
        float: left;
        display: flex;
        align-items: center;
    }

    .hx000003_index_dinzhi_right_framel_left {
        width: 10%;
        float: left;
    }

    .hx000003_index_dinzhi_right_framel_left img {
        width: 100%;
        height: auto;
    }

    .hx000003_index_dinzhi_right_framel_right {
        width: 90%;
        float: left;
    }

    .hx000003_index_dinzhi_right_framel_right h1 {
        font-size: 24px;
        color: #ffffff;
        margin-left: 10px;
    }

    .hx000003_index_dinzhi_right_framel_right p {
        font-size: 14px;
        color: #ffffff;
        line-height: 24px;
        margin-top: 10px;
        margin-left: 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(20% - 20px);
        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: 350px;
        background-color: #333333;
        color: #ffffff;
        opacity: 0.8;
        transition: 0.5s;
    }

    .hx000002_anlie_qualified1_category__sublayer h3 {
        font-size: 16px;
    }

    .hx000002_anlie_qualified1_category:hover .hx000002_anlie_qualified1_category__sublayer {
        top: 0;
    }

    /* 今典案列 结束*/
    /* 今典案列 结束*/
    /* 今典案列 结束*/

    /* 为什么选择我们 开始*/
    /* 为什么选择我们 开始*/
    /* 为什么选择我们 开始*/
    .hx000003_index_waw {
        width: 100%;
        float: left;
        padding: 90px 0;
    }

    .hx000003_index_waw:nth-child(2n) {
        padding-top: 0;
    }

    .hx000003_index_waw_desk {
        width: 80%;
        margin: auto;
    }

    .hx000003_index_waw_left {
        width: 50%;
        float: left;
    }

    .hx000003_index_waw_left img {
        max-width: 100%;
        height: auto;
        float: right;
    }

    .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: 47%;
        float: left;
        text-align: center;
    }

    .hx000003_index_waw_right h1 {
        font-size: 22px;
        color: #191d23;
        font-weight: 600;
        line-height: 36px;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .hx000003_index_waw_right p {
        color: #191d23;
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 30px;
    }

    .hx000003_index_waw_right_framel_top {
        margin-bottom: 50px;
    }

    .hx000003_index_waw_right_frame_floor1 {
        text-align: left;
        margin-bottom: 40px;
        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: 17px;
        font-weight: bold;
        height: 57px;
        line-height: 54px;
        text-align: center;
        width: 57px;
    }

    .hx000003_index_waw_right_frame_floor1_right {
        width: 80%;
        padding-left: 5%;
        float: left;
    }

    .hx000003_index_waw_right_frame_floor1_right h4 {
        font-size: 16px;
    }

    .hx000003_index_waw_right_frame_floor1_right p {
        font-size: 14px;
    }

    /* 为什么选择我们 结束*/
    /* 为什么选择我们 结束*/
    /* 为什么选择我们 结束*/

    /* 关于我们 开始*/
    /* 关于我们 开始*/
    /* 关于我们 开始*/
    .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: 30px;
        margin-bottom: 25px;
    }

    .hx000003_index_aboutus_box p {
        color: #ffffff;
        font-size: 15px;
        margin-bottom: 25px;
    }

    .hx000003_index_aboutus_box a {
        color: #fff;
        padding: 10px 20px;
        font-size: 1em;
        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: 80px 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 {
        float: right;
    }

    .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: 20px;
    }

    .hx000002_index_news_box_bottom a {
        display: block;
        float: left;
        width: 48%;
        overflow: hidden;
        margin-bottom: 30px;
        padding: 20px 1%;
        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: 22px;
        color: #003381;
        padding: 0 0 5px 10px;
    }

    .hx000002_index_news_box_bottom p {
        font-size: 14px;
        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;
    }

    .hx000003_qualified1_category_desk {
        width: 80%;
        margin: auto;
    }

    .hx000003_qualified1_category_desk_box_top {
        text-align: center;
        margin: 35px;
    }

    .hx000003_qualified1_category_desk_box_top h1 {
        font-size: 33px;
        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: 14px;
        line-height: 28px;
    }

    .hx000003_qualified1_category_desk_box_bottom {
        width: 100%;
        text-align: center;
    }

    .hx000003_qualified1_category_desk_box_bottom ul {
        width: 40%;
        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: 16px;
        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: 19%;
        margin-right: 1.25%;
        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: 50px;
        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: 14px;
        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: 400px;
        background-color: #333333;
        color: #ffffff;
        opacity: 0.8;
        transition: 0.5s;
    }

    .qualified1_category__sublayer h3 {
        font-size: 16px;
    }

    /* .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: 125px 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: 33px;
        margin-bottom: 20px;
    }

    .hx000003_index_shenqing_top h1::after {
        content: "";
        display: block;
        width: 4%;
        margin: auto;
        margin-top: 10px;
        height: 2px;
        background-color: #0099ff;
    }

    .hx000003_index_shenqing_top p {
        font-size: 14px;
        line-height: 28px;
    }

    .hx000003_index_shenqing_bottom {
        width: 100%;
        float: left;
    }

    .hx000003_index_shenqing_left {
        width: 50%;
        float: left;
    }

    .hx000003_index_shenqing_left_framel {
        width: 100%;
        margin: auto;
    }

    .hx000003_index_shenqing_left img {
        width: 100%;
        height: auto;
    }

    .hx000003_index_shenqing_right {
        width: 50%;
        float: left;
    }

    .hx000003_index_shenqing_right_framel {
        width: 96%;
        padding: 0 2%;
        margin-top: 60px;
        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: 19px;
        color: #37474f;
        text-align: center;
        margin-left: 10px;
    }

    .hx000003_index_shenqing_right_framel_right p {
        font-size: 14px;
        color: #666666;
        text-align: center;
        line-height: 24px;
        margin-left: 10px;
    }

    /* 申请步骤 结束*/
    /* 申请步骤 结束*/
    /* 申请步骤 结束*/

    /* 关于我们 开始*/
    /* 关于我们 开始*/
    /* 关于我们 开始*/
    .hx000003_guestbook {
        width: 80%;
        margin: auto;

    }

    .hhx000003_guestbook_desk_box {
        width: 100%;
        display: inline-block;
        margin: auto;
    }

    .hx000003_guestbook_desk_box h2 {
        text-align: center;
        margin-top: 30px;
    }

    .hx000003_guestbook_desk_box1_left {
        float: left;
        width: 60%;
        text-align: left;
    }


    .hx000003_guestbook_desk_box1_left h4 {
        color: #337fe5;
    }

    .hx000003_guestbook_desk_box1_left p {
        line-height: 1.8;
        color: #555;
        margin-top: 15px;
    }

    .hx000003_guestbook_desk_box1_right {
        float: right;
        width: 40%;

    }

    .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;
    }

    .hx000003_guestbook_desk_box2_left {
        width: 50%;
        float: left;

    }

    .hx000003_guestbook_desk_box2_left_box {
        text-align: center;
        margin-bottom: 20px;
    }

    .hx000003_guestbook_desk_box2_left_box p {
        color: #969696;
        margin-bottom: 10px;
    }

    .hx000003_guestbook_desk_box2_left_box_input {
        border: 1px solid #8D8D8D;
        width: 90%;
        outline: none;
        font-size: 1em;
        color: #8D8D8D;
        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: 94%;
        color: #fff;
        letter-spacing: 1px;
        outline: none;
        transition: 0.5s all ease;
    }

    .hx000003_guestbook_desk_box2_left_box_fs:hover {
        background: #000;

    }

    .hx000003_guestbook_desk_box3 {}

    .hx000003_guestbook_desk_box3_left {
        float: left;
        width: 65%;
        margin: 30px auto 60px auto;

    }

    .hx000003_guestbook_desk_box3_right {
        float: right;
        width: 30%;
        margin: 30px auto;

    }

    .hx000003_guestbook_desk_box3_right h4 {
        color: #337fe5;
    }

    .hx000003_guestbook_desk_box3_right p {
        font-size: 16px;
        line-height: 16px;
        color: #555;
        margin-top: 15px;
        text-align: left;
        letter-spacing: 2px;
    }


    /* 关于我们 结束*/
    /* 关于我们 结束*/
    /* 关于我们 结束*/

    /* 收费标准 开始*/
    /* 收费标准 开始*/
    /* 收费标准 开始*/
    .hx000003_shoufei {
        height: 588px;
        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: 20px;
        color: #777;
    }

    .hx000003_shoufei_left_z2 {
        font-size: 48px;
        margin: 14px 0 28px 0;
    }

    .hx000003_shoufei_left_z3 {
        line-height: 32px;
        width: 360px;
        margin: 0 auto;
        font-size: 14px;
        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: 746px;
        padding-top: 80px;
        background: #fc761d url(../img/xuqiu.jpg) no-repeat center bottom;
    }

    .hx000003_xuqiu_box {
        width: 500px;
        margin: 0 auto;
        text-align: center;
        color: #fff;
    }

    .hx000003_xuqiu_box_p1 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .hx000003_xuqiu_box_p1 em {
        font-size: 52px;
        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: 22px;
        margin-bottom: 35px;
    }

    .hx000003_xuqiu_box_p3 em {
        font-size: 22px;
    }

    .hx000003_xuqiu_box_p4 {
        line-height: 30px;
    }

    /* 收费标准 结束*/
    /* 收费标准 结束*/
    /* 收费标准 结束*/



    /* 服务介绍 开始*/
    /* 服务介绍 开始*/
    /* 服务介绍 开始*/

    .hx000003_webcontent {
        height: 950px;
        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 {
        margin: 0 0 38px -80px;
    }

    .hx000003_webcontent_box2 {
        display: block;
    }

    .hx000003_webcontent_box2_left {
        float: left;
        width: 30%;
    }

    .hx000003_webcontent_box2_left img {
        margin-top: 170px;
    }

    .hx000003_webcontent_box2_right {
        float: left;
        width: 70%;
    }

    .hx000003_webcontent_box2_right li {
        color: #fff;
        text-align: left;
        display: inline-block;
        margin-bottom: 10px;
    }

    .hx000003_webcontent_box2_right img {
        float: left;
    }

    .hx000003_webcontent_box2_right_text {
        float: left;
        width: 60%;
        margin: 20px 0 0 20px;

    }

    .hx000003_webcontent_box2_right_text h3 {
        margin-bottom: 10px;
        color: #ffda00;
    }

    /* 服务介绍 结束*/
    /* 服务介绍 结束*/
    /* 服务介绍 结束*/


    /* 新闻详情 开始*/
    /* 新闻详情 开始*/
    /* 新闻详情 开始*/

    .hx000003_news_box_p {
        margin-top: 10px;
        text-align: center;
    }

    .hx000003_news_img {
        margin: 20px auto;
    }

    /* 新闻详情 结束*/
    /* 新闻详情 结束*/
    /* 新闻详情 结束*/


    /* 详情翻页 开始*/
    /* 详情翻页 开始*/
    /* 详情翻页 开始*/

    .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: 16px;
    }

    /* 详情翻页 结束*/
    /* 详情翻页 结束*/
    /* 详情翻页 结束*/


}
