



/* 教品汇 */

.h_product{

    width: 100%;

    height: 600px;

    background-image: url(../img/us/jp_back.png);

    background-repeat: no-repeat;

    background-size: 100% 100%;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    color: #fff;

}

.h_product .logo{

    width: 150px;

    height: 90px;

    line-height: 90px;

    text-align: center;

}

.h_product .logo img{

    max-width: 100%;

    max-height: 100%;

}

.h_product>span{

    font-size: 14px;

}

.h_product .names{

    font-size: 60px;

    position: relative;

    margin: 15px 0 30px;

    padding-bottom: 25px;

}

.h_product .names::after{

    content: "";

    width: 90px;

    height: 7px;

    background-color: #fff;

    position: absolute;

    bottom: 0;

    left: 50%;

    transform: translateX(-50%);

}

.h_product p{

    font-size: 24px;

}



/* 您是否有以下需求？ */



.h_demand .com_con .demand{

    width: 100%;

    margin-top: 33px;

}

.h_demand .com_con .demand .demand_ul{

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: space-between;

}

.h_demand .com_con .demand .demand_ul li{

    width: 31%;

    height: 440px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    background-color: #eeeeee;

}

.h_demand .com_con .demand .demand_ul li .li_img{

    width: 125px;

    height: 125px;

    line-height: 125px;

    text-align: center;

    border-radius: 125px;

    border: 1px solid #666666;

}

.h_demand .com_con .demand .demand_ul li .li_img_1{

    background-color: #1c4891;

}

.h_demand .com_con .demand .demand_ul li .title{

    font-size: 24px;

    color: #333333;

    padding: 20px 0;

    position: relative;

    margin-bottom: 20px;

}

.h_demand .com_con .demand .demand_ul li .title::after{

    position: absolute;

    content: "";

    bottom: 0;

    left: 50%;

    transform: translateX(-50%);

    width: 35px;

    height: 3px;

    background-color: #1c4891;

}

.h_demand .com_con .demand .demand_ul li span{

    width: 300px;

    font-size: 18px;

    color: #666;

    text-align: center;

}



/* 产品简介 */

.h_introduce{

    padding: 70px 0;

    background-color: #eeeeee;

}

.h_introduce .conts1{

    width: 100%;

    padding: 50px 0 60px;

    border-bottom: 1px solid #b2b2b2;

    display: flex;

    align-items: center;

    justify-content: space-between;

}

.h_introduce .conts1 .text{

    width: 48%;

    display: flex;

    flex-direction: column;

}

.h_introduce .conts1 .text .text_p{

    font-size: 30px;

    color: #333333;

    margin-bottom: 20px;

}

.h_introduce .conts1 .text .text_span{

    font-size: 18px;

    color: #333333;

    margin-bottom: 10px;

}

.h_introduce .conts1 .text .list{

    display: flex;

    align-items: center;

    font-size: 18px;

    color: #333333;

    margin-bottom: 10px;

}

.h_introduce .conts1 .text .list .jiao{

    color: #1c4891;

    font-size: 28px;

    margin-right: 10px;

}

.h_introduce .conts1 .img{

    width: 50%;

    height: auto;

}

.h_introduce .conts1 .img img{

    width: 100%;

    height: auto;

}



.h_introduce .conts2{

    width: 100%;

    display: flex;

    flex-direction: column;

    align-items: flex-start;

}

.h_introduce .conts2 .biaoti{

    width: 212px;

    height: 40px;

    line-height: 40px;

    color: #fff;

    font-size: 16px;

    padding-left: 10px;

    background-image: url(../img/us/jp_jiantou.png);

    background-repeat: no-repeat;

    background-size: 100% 100%;

    margin: 30px 0 25px;

}

.h_introduce .conts2 .buttom{

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: space-between;

}

.h_introduce .conts2 .buttom .conts2_ul{

    width: 60%;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.h_introduce .conts2 .buttom .conts2_ul li{

    width: 31.5%;

    height: 100px;

    line-height: 100px;

    text-align: center;

    font-size: 22px;

    color: #1c4891;

    background-color: #cfd5e0;

    margin-bottom: 4%;

}

.h_introduce .conts2 .buttom .conts2_ul .li_acter{

    background-color: #1c4891;

    color: #fff;

}



.h_introduce .conts2 .buttom .ewm{

    display: flex;

    align-items: center;

}

.h_introduce .conts2 .buttom .ewm .ewm_p{

    display: flex;

    flex-direction: column;

    align-items: flex-end;

    padding-bottom: 28px;

    position: relative;

}

.h_introduce .conts2 .buttom .ewm .ewm_p::after{

    position: absolute;

    content: "";

    right: 0;

    bottom: 0;

    width: 40px;

    height: 4px;

    background-color: #1c4891;

}

.h_introduce .conts2 .buttom .ewm .ewm_img{

    width: 222px;

    height: 222px;

    border: 15px solid #ccc;

    margin-left: 28px;

}

.h_introduce .conts2 .buttom .ewm .ewm_img img{

    width: 100%;

    height: 100%;

}



/* 核心价值 */

.h_core{

    width: 100%;

}

.h_core .core{

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-top: 20px;

}

.h_core .core .core_img{

    width: 51%;

    height: auto;

    border: 1px solid #e5e5e5;
    padding:10px;

}

.h_core .core .core_img img{

    width: 100%;

    height: 100%;

}

.h_core .core .core_ul{

    width: 47%;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.h_core .core .core_ul li{

    width: 49%;

    height: 200px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;
    background-color: #eeeeee;
    margin-bottom: 10px;
    color: #333333;
    

}

.h_core .core .core_ul li .li_img img{

    max-width: 100%;

    height: auto;

}

.h_core .core .core_ul li p{

    margin-top: 18px;

    font-size: 18px;

}

.h_core .core .core_ul .li_acter{

    background-color: #1c4891;

    color: #fff;

}





/* 服务介绍 */



.h_only.h_service{
    padding-top:0;margin-top:0;
    width: 100%;
}

.h_service .service_p{

    width: 870px;

    font-size: 18px;

    color: #333333;

    margin: 20px 0;

    text-align: justify;

}

.h_service .service_ul{

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.h_service .service_ul li{

    width: 49%;

    height: 200px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #dedede;

    border-radius: 8px;

    padding: 0 40px 0 29px;

    margin-bottom: 30px;

}

.h_service .service_ul li .li_img{

    margin-right: 27px;

    width: 125px;

    height: 125px;

}

.h_service .service_ul li .li_img img{

    width: 100%;

    height: auto;

}

.h_service .service_ul li p{

    flex: 1;

    font-size: 18px;

    color: #333333;

    padding: 15px 0 15px 15px;

    border-left: 1px solid #d9d9d9;

    line-height: 32px;

}



/* 权益说明 */



.h_explain{

    width: 100%;

    padding: 70px 0;

    background-image: url(../img/us/jp_beijing0.jpg);

    background-repeat: no-repeat;

    background-size: 100% 100%;

}
.h_explain .com_title_after .com_title_before{color:#fff;}

.h_explain .explain{

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-top: 20px;

}

.h_explain .explain .explain_li{

    width: 32%;

    display: flex;

    flex-direction: column;

    align-items: center;

    background-color: #fff;

    border-radius: 12px 12px 12px 12px;

}

.h_explain .explain .explain_li .title{

    width: 100%;

    height: 180px;

    color: #fff;

    font-size: 18px;

    border-radius: 12px 12px 0 0;

    background-color: #4f86f5;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

}

.h_explain .explain .explain_li .title .vip{

    display: flex;

    align-items: center;

    justify-content: center;

    width: 300px;

    height: 64px;

    border-radius: 64px;

    border: 2px solid #fff;

    font-size: 30px;

    color: #fff;

    margin-bottom: 15px;

}

.h_explain .explain .explain_li .title .vip img{

    width: 40px;

    height: 40px;

}

.h_explain .explain .explain_li .text{

    width: 100%;

    padding: 28px 30px 50px;

    border-bottom: 1px solid #eeeeee;

}

.h_explain .explain .explain_li .text .text_ul{

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    align-items: flex-start;

}

.h_explain .explain .explain_li .text .text_ul li{

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    width: 28%;

    margin-bottom: 15px;

    margin-right: 8%;

}

.h_explain .explain .explain_li .text .text_ul li:nth-child(3n){

    margin-right: 0%;

}

.h_explain .explain .explain_li .text .text_ul li .li_img{

        margin-bottom: 10px;

}

.h_explain .explain .explain_li .text .text_ul li .li_img img{

    max-width: 100%;

    height: auto;

}

.h_explain .explain .explain_li .text .text_ul li p{

    width: 100%;

    text-align: center;

    font-size: 16px;

    color: #333;

}

.h_explain .explain .explain_li .btns{

    width: 100%;

    height: 150px;

    padding: 0 30px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    border-radius: 0 0 12px 12px;

}

.h_explain .explain .explain_li .btns .p{

    display: flex;

    align-items: flex-end;

    font-size: 18px;

    color: #333;

}

.h_explain .explain .explain_li .btns .p p{

    font-size: 18px;

    color: #d0a231;

}

.h_explain .explain .explain_li .btns .p p .p_span1{

    font-size: 30px;

}

.h_explain .explain .explain_li .btns .p .p_span2{

    font-size: 16px;

    color: #aaaaaa;

    text-decoration: line-through;

    margin-left: 10px;

}

.h_explain .explain .explain_li .btns button{

    width: 100%;

    height: 60px;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 18px;

    color: #000;

    background: linear-gradient(to right, #f9d782, #d1a231);

    border-radius: 60px;

    margin-top: 18px;

}

.ex_btns{display: none;}





/* 平台产品服务体系 */

.h_ptfw{

    width: 100%;

}

.h_ptfw .ptfw_ul1{

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin: 30px 0;

}



.h_ptfw .ptfw_ul1 li{

    width: 11%;

    height: 50px;

    line-height: 50px;

    text-align: center;

    border-radius: 50px;

    border: 1px solid #999999;

    color: #666;

    font-size: 16px;

    cursor: pointer;

}



.h_ptfw .ptfw_ul1 .li_text{

    background-color: #1c4891;

    color: #fff;

}

.h_ptfw .ptfw_ul2{

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.h_ptfw .ptfw_ul2 li{

    width: 32%;

    display: flex;

    flex-direction: column;

    align-items: center;

    border-bottom: 1px solid #d6d6d6;

    float: left;

    margin-right: 2%;

    margin-bottom: 40px;

}

.h_ptfw .ptfw_ul2 li:nth-child(3n){

    margin-right: 0;

}

.h_ptfw .ptfw_ul2 li .li_img{

    width: 100%;

    height: 115px;

}

.h_ptfw .ptfw_ul2 li .li_img img{

    max-width: 100%;

    height: 100%;

}

.h_ptfw .ptfw_ul2 li p{

    width: 100%;

    text-align: center;

    margin: 10px 0;

}



/* 解决方案 / 成功案例 */



.h_anli{

    width: 100%;

    background-color: #eee;

    padding: 70px 0;

}

.h_anli .anli_auto{

    width: 1400px;

    margin: 0 auto;

    display: flex;

    justify-content: space-between;

}

.h_anli .anli_auto .anli_content{

    width: 48%;

    display: flex;

    flex-direction: column;

    align-items: center;

}

.h_anli .anli_auto .anli_content .anli_list{

    width: 100%;

    margin-top: 35px;

}

.h_anli .anli_auto .anli_content .anli_list ul{

    display: flex;

    flex-direction: column;

}

.h_anli .anli_auto .anli_content .anli_list ul li{

    width: 100%;

    height: 65px;

    line-height: 65px;

    text-align: center;

    font-size: 20px;

    color: #000;

    margin-bottom: 15px;

    background-color: #fff;

    cursor: pointer;

}

.h_anli .anli_auto .anli_content .anli_list ul .anli_li{

    color: #234e94;

}



/* 客户反馈 */



.h_khfk .com_con .khfk{

    width: 100%;

    display: flex;

    align-items: center;

    margin-top: 40px;

    justify-content: space-between;

}

.h_khfk .com_con .khfk .left{

    width: 40%;

    display: flex;

    flex-direction: column;

}

.h_khfk .com_con .khfk .left .left_p{

    font-size: 18px;

    color: #333333;

    position: relative;

    padding-bottom: 12px;

    border-bottom: 1px solid #d9d9d9;

    font-weight: bold;

}

.h_khfk .com_con .khfk .left .left_p::after{

    position: absolute;

    content: "";

    width: 70px;

    height: 3px;

    background-color: #1c4891;

    bottom: 0;

    left: 0;

}

.h_khfk .com_con .khfk .left .left_ul{

    display: flex;

    flex-direction: column;

}

.h_khfk .com_con .khfk .left .left_ul .left_li{

    width: 100%;

    padding: 20px 0 10px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    border-bottom: 1px solid #d9d9d9;

}

.h_khfk .com_con .khfk .left .left_ul .left_li .left_span{

    color: #333;

    font-size: 16px;

}

.h_khfk .com_con .khfk .right {

    width: 58%;

}

.h_khfk .com_con .khfk .right .right_ul{

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

}

.h_khfk .com_con .khfk .right .right_ul .right_li{

    width: 48%;

    height: 220px;

    padding: 30px 30px 0;

    display: flex;

    flex-direction: column;

    border-radius: 6px;

    background-image: url(../img/cp/cp_beiginh.png);

    background-repeat: no-repeat;

    background-size: 100% 100%;

    margin-bottom: 30px;

}

.h_khfk .com_con .khfk .right .right_ul .right_li p{

    font-size: 18px;

    color: #1c4891;

    margin-bottom: 10px;

}

.h_khfk .com_con .khfk .right .right_ul .right_li span{

    font-size: 14px;

    color: #666666;

    line-height: 28px;

}



/* 客户反馈 */



.h_khfk .com_con .khfk{

    width: 100%;

    display: flex;

    align-items: center;

    margin-top: 40px;

    justify-content: space-between;

}

.h_khfk .com_con .khfk .left{

    width: 40%;

    display: flex;

    flex-direction: column;

}

.h_khfk .com_con .khfk .left .left_p{

    font-size: 18px;

    color: #333333;

    position: relative;

    padding-bottom: 12px;

    border-bottom: 1px solid #d9d9d9;

    font-weight: bold;

}

.h_khfk .com_con .khfk .left .left_p::after{

    position: absolute;

    content: "";

    width: 70px;

    height: 3px;

    background-color: #1c4891;

    bottom: 0;

    left: 0;

}

.h_khfk .com_con .khfk .left .left_ul{

    display: flex;

    flex-direction: column;

}

.h_khfk .com_con .khfk .left .left_ul .left_li{

    width: 100%;

    padding: 20px 0 10px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    border-bottom: 1px solid #d9d9d9;

}

.h_khfk .com_con .khfk .left .left_ul .left_li .left_span{

    color: #333;

    font-size: 16px;

}

.h_khfk .com_con .khfk .right {

    width: 58%;

}

.h_khfk .com_con .khfk .right .right_ul{

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

}

.h_khfk .com_con .khfk .right .right_ul .right_li{

    width: 48%;

    height: 220px;

    padding: 30px 30px 0;

    display: flex;

    flex-direction: column;

    border-radius: 6px;

    background-image: url(../img/cp/cp_beiginh.png);

    background-repeat: no-repeat;

    background-size: 100% 100%;

    margin-bottom: 30px;

}

.h_khfk .com_con .khfk .right .right_ul .right_li p{

    font-size: 18px;

    color: #1c4891;

    margin-bottom: 10px;

}

.h_khfk .com_con .khfk .right .right_ul .right_li span{

    font-size: 14px;

    color: #666666;

    line-height: 28px;

}





/* 教品汇-精选产品 */



/* 其他产品 */

.h_qtcp{

    width: 100%;

    margin-bottom: 75px;

}

.h_qtcp .content{

    width: 1440px;

    margin: 0 auto;

}

.h_qtcp .content p{

    font-size: 32px;

    color: #333;

    margin: 40px 0 20px;

}

.h_qtcp .content .slide{

    width: 100%;

    display: flex;

    justify-content: space-between;

}

.h_qtcp .content .slide .image{

    width: 31%;

    display: flex;

    flex-direction: column;

    align-items: center;

    border-bottom: 1px solid #c1c1c1;

}

.h_qtcp .content .slide .image img{

    max-width: 100%;

    max-height: 100%;

}

.h_qtcp .content .slide .image .img_p{

    margin: 20px 0;

    font-size: 18px;

    color: #333;

    text-align: center;

}



/* 教品汇-优质方案 */



.h_qtcp .content .lists{

    width: 100%;

    margin-top: 40px;

    display: flex;

    flex-direction: column;

    align-items: center;

}

.h_qtcp .content .lists .lists_ul{

    width: 100%;

    display: flex;

    flex-wrap: wrap;

}

.h_qtcp .content .lists .lists_ul li{

    width: 49%;

    margin-right: 2%;

    margin-bottom: 60px;

    border-bottom: 1px solid #d6d6d6;

}

.h_qtcp .content .lists .lists_ul li:nth-child(2n){

    margin-right: 0%;

}

.h_qtcp .content .lists .lists_ul li a{

    display: flex;

    flex-direction: column;

    align-items: center;

}

.h_qtcp .content .lists .lists_ul li a img{

    width: 100%;

    height: auto;

}

.h_qtcp .content .lists .lists_ul li a .img_p{

    width: 100%;

    margin: 20px 0;

    font-size: 18px;

    color: #333333;

    text-align: center;

}

.h_qtcp .content .lists .qh{

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

}



.h_qtcp .content .lists .qh .zy,

.h_qtcp .content .lists .qh .num_ul li{

    width: 50px;

    height: 50px;

    line-height: 50px;

    text-align: center;

    background-color: #f2f2f2;

    font-size: 16px;

    color: #333333;

    margin: 0 10px;

}

.h_qtcp .content .lists .qh .num_ul{

    display: flex;

    align-items: center;

}

.h_qtcp .content .lists .qh .num_ul .li_acters{

    background-color: #1c4891;

    color: #fff;

}



/* 填写表单 */

.h_form{

    width: 100%;

    height: 350px;

    background-color: #1C4891;

}

.h_form .form_con{

    width: 1440px;

    height: 100%;

    margin: 0 auto;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

}

.h_form .form_con .title{

    font-size: 50px;

    color: #fff;

}

.h_form .form_con .form_ul{

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin: 24px 0 18px;

}

.h_form .form_con .form_ul li{

    width: 19%;

    height: 48px;

    line-height: 48px;

}

.h_form .form_con .form_ul li select,

.h_form .form_con .form_ul li input{

    width: 100%;

    height: 100%;

    padding: 0 20px;

    font-size: 16px;

}

.h_form .form_con button{

    width: 275px;

    height: 60px;

    line-height: 60px;

    border-radius: 4px;

    border: 2px solid #fff;

    color: #fff;

    background-color: #ffffff00;

}



@media (min-width:1200px) and (max-width:1440px){

    body {

        min-width: 100%;

    }

    .h_product {

        height: 443px;

        background-size: 100% auto;

    }

    .h_qtcp .content,

    .com_con,

    .h_anli .anli_auto {

        width: 1200px;

    }

    .h_product .names {

        font-size: 52px;

    }

    .h_introduce .conts1 .text .list{

        margin-bottom: 0;

    }

    .h_service .service_ul li {

        height: 180px;

    }

    .h_explain .explain .explain_li .text .text_ul li p{

        font-size: 14px;

    }

    .h_explain .explain .explain_li .text {

        width: 100%;

        padding: 28px 30px 24px;

    }

    .h_khfk .com_con .khfk .left {

        margin-right: 38px;

    }

}

@media (max-width:1200px){

    body {

        min-width: 100%;

    }

    

    .h_qtcp .content,

    .com_con,

    .h_anli .anli_auto {

        width: 1000px;

    }

    .h_product {

        height: 370px;

        background-size: 100% auto;

    }

    .h_product .names {

        font-size: 42px;

    }

    .h_product p {

        font-size: 20px;

    }

    .h_qtcp .content .lists .qh .zy,

    .h_qtcp .content .lists .qh .num_ul li {

        width: 40px;

        height: 40px;

        line-height: 40px;

    }

    .h_qtcp .content .lists .lists_ul li {

        width: 48%;

        margin-right: 4%;

    }

    .h_demand .com_con .demand .demand_ul li .li_img {

        width: 100px;

        height: 100px;

        line-height: 100px;

    }

    .h_introduce .conts1 .text .list{

        margin-bottom: 0;

        font-size: 16px;

    }

    .h_introduce .conts1 .text .text_span {

        font-size: 16px;

    }

    .h_introduce .conts2 .buttom .conts2_ul li {

        height: 80px;

        line-height: 80px;

    }

    .h_introduce .conts2 .buttom .ewm .ewm_img {

        width: 180px;

        height: 180px;

    }

    .h_core .core .core_ul li .li_img{

        width: 90px;

        height: 90px;

    }

    .h_core .core .core_ul li {

        height: 170px;

    }

    .h_core .core .core_ul li p {

        font-size: 14px;

    }

    .h_service .service_p {

        font-size: 16px;

    }

    .h_service .service_ul li {

        height: 150px;

    }

    .h_service .service_ul li .li_img {

        width: 100px;

        height: 100px;

    }

    .h_service .service_ul li p {

        font-size: 16px;

        line-height: 26px;

    }

    .h_explain .explain .explain_li .title{

        padding: 0px 20px;

        height: 160px;

        font-size: 16px;

    }

    .h_explain .explain .explain_li .title .vip{

        width: 92%;

        height: 50px;

        font-size: 22px;

    }

    .h_explain .explain .explain_li .title .vip img {

        width: 30px;

        height: 30px;

    }

    .h_explain .explain .explain_li .text {

        width: 100%;

        padding: 20px 20px;

        border-bottom: 1px solid #eeeeee;

    }

    .h_explain .explain .explain_li .text .text_ul li p {

        font-size: 12px;

    }

    .h_explain .explain .explain_li .text .text_ul li .li_img{

        width: 60px;

        height: auto;

    }

    .h_explain .explain .explain_li .btns .p {

        font-size: 16px;

    }

    .h_explain .explain .explain_li .btns .p p .p_span1 {

        font-size: 24px;

    }

    .h_explain .explain .explain_li .btns button{

        height: 40px;

        font-size: 16px;

    }



    .h_anli .anli_auto .anli_content .anli_list ul li {

        height: 54px;

        line-height: 54px;

        font-size: 16px;

    }



    .h_khfk .com_con .khfk .right .right_ul .right_li {

        height: 200px;

    }

    .h_khfk .com_con .khfk .right .right_ul .right_li p {

        font-size: 16px;

    }

    .h_khfk .com_con .khfk .right .right_ul .right_li span {

        font-size: 12px;

        line-height: 22px;

    }

}







@media (max-width:767px){

    .h_fk .com_content {

        width: 100%;

        padding: 20px 0;

        display: flex;

        align-items: center;

        flex-direction: column;

    }

    .h_only .com_con {

        width: 100%;

    }

    .h_product{

        height: 290px;

        background-size: 100% 100%;

    }

    .h_product .logo {

        width: 100px;

        height: 60px;

        line-height: 60px;

    }

    .h_product .names {

        font-size: 22px;

        margin: 15px 0;

        padding-bottom: 10px;

    }

    .h_product .names::after {

        width: 70px;

        height: 3px;

    }

    .h_product p {

        font-size: 14px;

    }



    /* <!-- 您是否有以下需求？ --> */

    .h_demand .com_con .demand .demand_ul{

        flex-wrap: wrap;

    }

    .h_demand .com_con .demand .demand_ul li {

        width: 100%;

        margin-bottom: 10px;

        flex-direction: row;

        height: auto;

        padding: 20px 10px;

    }

    .h_demand .com_con .demand .demand_ul li .li_img {

        width: 80px;

        height: 80px;

        line-height: 70px;

        margin-right: 10px;

    }

    .h_demand .com_con .demand .demand_ul li .li_img img {

        width: 80%;

        height: auto;

    }

    .h_demand .com_con .demand .demand_ul li .title {

        font-size: 18px;

        padding: 10px 0;

        margin-bottom: 15px;

    }

    .h_demand .com_con .demand .demand_ul li span{

        font-size: 14px;

    }

    .h_demand .com_con .demand .demand_ul li .titles_li{

        display: flex;

        flex-direction: column;

        width: calc(100% - 80px);

    }

    .h_demand .com_con .demand .demand_ul li .title::after{

        left: 0;

        transform: translateX(0%);

    }

    .h_demand .com_con .demand .demand_ul li span{

        text-align: left;

        width: 100%;

    }

    /* 产品简介 */

    .h_introduce .conts1{

        padding: 15px 0 30px;

        flex-wrap: wrap;

    }

    .h_introduce .conts2 .buttom{

        flex-wrap: wrap;

    }

    .h_introduce {

        padding: 30px 15px;

        background-color: #eeeeee;

    }

    .h_introduce .conts1 .img {

        width: 100%;

    }

    .h_introduce .conts1 .text {

        width: 100%;

        margin-top: 20px;

    }

    .h_introduce .conts1 .text .text_p {

        font-size: 22px;

    }

    .h_introduce .conts1 .text .text_span {

        font-size: 14px;

    }

    .h_introduce .conts1 .text .list {

        margin-bottom: 0;

        font-size: 14px;

    }

    .h_introduce .conts1 .text .list .jiao {

        color: #1c4891;

        font-size: 20px;

        margin-right: 10px;

    }

    .h_introduce .conts2 .buttom .conts2_ul {

        width: 100%;

    }

    .h_introduce .conts2 .buttom .conts2_ul li {

        width: 48%;

        margin-right: 4%;

        font-size: 16px;

        height: 50px;

        line-height: 50px;

    }

    .h_introduce .conts2 .buttom .conts2_ul li:nth-child(2n) {

        margin-right: 0%;

    }

    .h_introduce .conts2 .buttom .conts2_ul li:nth-child(3) {

        margin-right: 4%;

    }

    .h_introduce .conts2 .buttom .ewm {

        width: 100%;

        justify-content: center;

    }

    .h_introduce .conts2 .buttom .ewm .ewm_p{

        width: 48%;

        align-items: center;

    }

    .h_introduce .conts2 .buttom .ewm .ewm_p::after {

        right: 25%;

        transform: translateX(-50%);

        bottom: 0;

    }



    /* 核心价值 */

    .h_core .core{

        flex-wrap: wrap;

    }

    .h_core .core .core_img {

        width: 100%;

        margin-bottom: 15px;

    }

    .h_core .core .core_ul li p {

        font-size: 12px;

    }

    .h_core .core .core_ul {

        width: 100%;

    }



    /* 服务介绍 */

    .h_service .service_p {

        font-size: 14px;

        width: 100%;

    }

    .h_service .service_ul li{

        width: 100%;

        padding: 0 20px 0 20px;

    }

    .h_service .service_ul li .li_img {
        font-family: 'bebas';
        width: 80px;
        height: 80px;
        background:#DDDDDD;
        border-radius:50%;text-align:center;line-height:80px;
        font-size:32px;color:#1C4891
    }
    .h_service .service_ul li:hover .li_img{background:#1C4891;color:#fff;}

    .h_service .service_ul li p {

        font-size: 14px;

        line-height: 22px;

    }



    /* 权益说明 */

    .h_explain{

        padding: 50px 15px;

    }

    .ex_btns{display: block;width: 100%;margin: 15px 0 0;}

    .ex_btns .btns_s{

        width: 30%;

        height: 30px;

        line-height: 30px;

        text-align: center;

        border-radius: 30px;

        border: 1px solid #fff;

        color: #fff;

        margin: 1.5%;

        float: left;

    }

    .ex_btns .btns_sact{

        background-color: #fff;

        color: #1c4891;

    }

    .h_explain .explain .explain_li {

        width: 100%;

    }



    /* 平台产品服务体系 */

    .h_ptfw .ptfw_ul1{

        flex-wrap: wrap;

        justify-content: flex-start;

    }

    .h_ptfw .ptfw_ul1 li{

        width: 32%;

        margin-right: 2%;

        height: 35px;

        line-height: 35px;

        font-size: 12px;

        margin-bottom: 15px;

    }

    .h_ptfw .ptfw_ul1 li:nth-child(3n){

        margin-right: 0%;

    }

    .h_ptfw .ptfw_ul2 li {

        width: 48%;

        margin-right: 4%;

        margin-bottom: 30px;

    }
    .h_ptfw .ptfw_ul2 li:nth-last-child(1),
    .h_ptfw .ptfw_ul2 li:nth-last-child(2){margin-bottom:0;}

    .h_ptfw .ptfw_ul2 li:nth-child(2n){

        margin-right: 0%;

    }

    .h_ptfw .ptfw_ul2 li:nth-child(3){

        margin-right: 4%;

    }

    .h_ptfw .ptfw_ul2 li p{

        font-size: 14px;

    }





     /* 客户反馈 */

     .h_khfk

     {

         display: none;

     }

     .h_fk,

     .h_block {

         display: block;

     }

     .h_fk .com_content .fk {

        width: 100%;

        margin-top: 35px;

    }

     .h_fk{

         margin: 0;

     }

     .h_fk .com_content .fk ul{

         display: none;

     }

     .h_fk .com_content .fk .fk_swiper{

         display: block;

         margin: 0 -15px 0;

     }

     .fk_swiper .swiper-slide{

         padding: 25px 15px;

         margin-bottom: 0;

         display: flex;

         flex-direction: column;

         background-image: url(../img/udi1/p1_background.png);

         background-size: 100% 100%;

         background-repeat: no-repeat;

     }

     .fk_swiper .swiper-slide p{

         font-size: 14px;

         color: #234e94;

         margin-bottom: 10px;

     }

     .fk_swiper .swiper-slide span {

         font-size: 12px;

         color: #666;

         line-height: 24px;

     }

     .fk_swiper .swiper-slide {

         text-align: center;

         font-size: 18px;

         display: flex;

         -webkit-box-pack: center;

         -ms-flex-pack: center;

         -webkit-justify-content: center;

         justify-content: center;

         -webkit-box-align: center;

         -ms-flex-align: center;

         -webkit-align-items: center;

         align-items: center;

         transition: 300ms;

         transform: scale(0.8);

       }

       .fk_swiper .swiper-slide-active,.swiper-slide-duplicate-active{

         transform: scale(1);

       }

 

       .h_khfk .com_con .khfk .left {

         width: 100%;

     }

     .h_khfk .com_con .khfk .left .left_ul .left_li .left_span {

         font-size: 12px;

     }

     .h_khfk .com_con .khfk {

         margin-top: 20px;

     }

 /* 表单 */

 .h_form .form_con .title{

    font-size: 22px;

}

.h_form {

  width: 100%;

  height: auto;

}

.h_form .form_con{

    padding: 30px 15px;

}

.h_form .form_con .form_ul{

    flex-wrap: wrap;

    margin: 10px 0 18px;

}

.h_form .form_con .form_ul li{

    width: 100%;

    margin: 10px 0;

}

.h_form .form_con button{

    width: 100%;

}





/* 解决方案 / 成功案例 */

.h_anli .anli_auto{

    width:100%;

    flex-direction: column;

}

.h_anli .anli_auto .anli_content,

.h_form .form_con {

    width: 100%;

}

.h_anli .anli_auto .anli_content .anli_list{

    padding: 0 15px;

    margin-bottom: 15px;

}

.h_anli{

  padding: 30px 0;

}

.h_anli .anli_auto .anli_content .anli_list ul li{

    height: 40px;

    line-height: 40px;

    font-size: 14px;

}

     

}



