.p_block {
    box-sizing: border-box;
    padding: 100px 0px;
    position: relative;
}

.p_block2 {
    background: #0e3cab;
}

.p_back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.p_back img {
    width: 100%;
    height: 100%;
}

.layout {
    position: relative;
    z-index: 10;
}

.p_title {
    font-size: 48px;
    font-weight: bold;
    color: #0e3cab;
}

.p_title2 {
    color: white;
}

.p_title3 {
    color: #0e3cab;
}

.p_con {
    margin-top: 30px;
}

.p_right {
    width: 50%;
    box-sizing: border-box;
    padding-left: 30px;
}

.p_our_intro {
    line-height: 30px;
    font-size: 16px;
}

.p_c_img {
    width: 90%;
    margin: auto;
    margin-top: 15px;
}

.p_c_img img {
    width: 100%;
}

.p_left {
    overflow: hidden;
    box-sizing: border-box;
    padding-right: 10px;
}

.p_our_item {
    box-sizing: border-box;
    margin-top: 40px;
}

.o_icon {
    width: 80px;
    height: 80px;
    float: left;
    margin-top: 10px;
}

.o_icon img {
    width: 80px;
    height: 80px;
}

.o_num {
    margin-top: 5px;
}

.o_num span {
    font-size: 48px;
    font-weight: bold;
    color: #333333;
}

.o_num,
.o_little {
    overflow: hidden;
    margin-left: 100px;
    font-size: 14px;
    color: #888888;
}

.o_little {
    margin-top: 5px;
}

.p_title_en {
    font-size: 30px;
    /* font-weight: normal; */
}

.p_title3 .p_title_en {
    color: #73c233;
}

.more {
    font-size: 24px;
    font-weight: normal;
    box-sizing: border-box;
    padding: 0px 40px;
    height: 60px;
    line-height: 60px;
    background: #73c233;
    color: white !important;
}

/* 我们的产品 */
.pro_item {
    width: 33.3%;
    box-sizing: border-box;
    padding: 15px;
    float: left;
    /* border: 1px solid red; */
}

.pro_inner {
    width: 100%;
    position: relative;
    /* overflow: hidden; */
    /* border: 1px solid red; */


}
.pro_img {
    background: rgba(255, 255, 255, 0.8) center center/contain no-repeat;
    background-clip: content-box;
    overflow: hidden;
}
.pro_img img {
    width: 100%;
    display: block;
    height: auto;
   
}

.pro_con {
    background: #0e3cab;
    /* border: 1px solid red; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    text-align: center;

}

.pro_name {
    position: absolute;
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: white;
}

.pro_arr {
    background: #73c233;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.pro_arr img {
    transform: rotate(90deg);
    width: 20px;
    height: 20px;
    margin: 10px;
}

.p_pro_active {
    display: none;
    transition: all 1s ease;
    animation: p_pro_active 1s forwards;
}

@keyframes p_pro_active {
    0% {
        top: 50%;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

.pro_inner:hover .p_pro_active {
    display: block;
}

/* 公司新闻 */
.pro_inner2 {
    background: white;
    transition: all 0.5s ease;
    padding-bottom: 20px;
    border-bottom: 7px solid #ffffff;
}

.pro_inner2:hover {
    transform: scale(1.05);
    border-bottom: 7px solid #73c233;

}

.pro_inner2:hover .new_time {
    background: #73c233;
}

.new_con {
    box-sizing: border-box;
    padding: 10px 10px;
    position: relative;
}

.new_line {
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    transform: skewY(-5deg);
    background: white;
    z-index: 2;

}

.new_z {
    position: relative;
    z-index: 10;
}

.new_time {
    background: #0e3cab;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -30px;
    left: 10px;
    color: white;
    text-align: center;
    font-size: 14px;
    padding-top: 7px;
    z-index: 10;
    box-sizing: border-box;
}

.new_time span {
    font-size: 16px;
}

.new_name {
    margin-top: 40px;
    color: #0e3cab;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.new_intro {
    color: #666666;
    margin-top: 10px;
    font-size: 14px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 服务案例 */
.se_left {
    float: left;
    width: 50%;
    position: relative;
}

.se_img {
    width: 100%;
}

.se_img img {
    width: 100%;
}

.se_bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    line-height: 80px;
    box-sizing: border-box;
    padding: 0px 15px;
    color: white;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(1, 43, 118, 0.6);
}

.se_right {
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding-left: 30px;
}

.se_item {
    height: 80px;
    line-height: 80px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 0px 15px;
    color: white;
    background: rgba(255, 255, 255, 0.2);
    transition: all 1s ease;

}

.se_item:hover {
    transform: translateY(-10px);
    background: #73c233;
}

.se_arr {
    width: 16px;
    height: 16px;
    margin-top: 32px;
}

.se_arr img {
    width: 16px;
    height: 16px;
}

.se_name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 在线留言 */
.p_title4 .ptitle_left {
    color: #333333;
}

.on_left {
    width: 50%;
    float: left;
    /* margin-left: -10px; */
}

.on_left_list {
    margin: 0px -10px 0px -10px;
}

.on_left_item {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0px 10px;
}

.on_input {
    width: 100%;
    background: white;
    box-sizing: border-box;
    border-radius: 50px;
    height: 50px;
    padding: 0px 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

.on_icon {
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 15px;

}

.on_icon img {
    width: 20px;
    height: 20px;
}

.o_input {
    overflow: hidden;
    padding-left: 10px;
    box-sizing: border-box;
    /* background: white; */
}

.o_input input {
    height: 50px;
    line-height: 50px;
    width: 100%;
    outline: 0;
    border: 0;
    background: none;
}

.on_textarea {
    margin-top: 30px;
    height: 100px;
}

.on_textarea textarea {
    box-sizing: border-box;
    background: white;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    width: 100%;
    outline: 0;
    padding: 15px;
    border-radius: 20px;
    border: 0;
    height: 100%;
    font-family: '微软雅黑';
}

.on_btn {
    height: 50px;
    border-radius: 50px;
    background: #0e3cab;
    color: white;
    margin-top: 30px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
.on_btn:active{
    background: #283b6a;
}
.on_right {
    /* border: 1px solid red; */
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding-left: 60px;
    position: relative;
}

.online_back {
    background: #0e3cab;
    color: white;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 20px 20px 60px 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;

}
.on_right::after{
    content: '';
    position: absolute;
    left: 50px;
    top: 20px;
    bottom: 20px;
    width: 30px;
    background: #73c233;
    border-radius: 50px;
}


.o_back {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.o_back img {
    width: 100%;
}

.on_textcon {
    position: relative;
    z-index: 10;
}

.online_title {
    font-size: 24px;
    font-weight: bold;
}

.online_intro {
    font-size: 14px;
    margin-top: 30px;
}

.on_kefu {
    height: 50px;
    line-height: 48px;
    margin-top: 60px;
    border: 1px solid white;
    border-radius: 50px;
    width: 150px;
    text-align: center;
    cursor: pointer;
}
.on_kefu:active{
    background: #283b6a;
}
@media screen and (max-width:900px) {
    .p_block {
    box-sizing: border-box;
    padding: 40px 0px;
    position: relative;
}

    .layout {
        max-width: 100%;
        box-sizing: border-box;
        padding: 0px 10px;
    }

    .p_title {
        font-size: 24px;
    }

    .p_con {
        margin-top: 20px;
    }


    .p_right {
        width: 100%;
        padding-left: 0px;
    }

    .p_our_intro {
        font-size: 14px;
    }

    .p_c_img {
        display: none;
    }

    .p_left {
        overflow: hidden;
        box-sizing: border-box;
        padding-right: 10px;
    }

    .p_our_item {
        width: 50%;
        float: left;
        box-sizing: border-box;
        /* border: 1px solid red; */
        margin-top: 20px;
    }

    .o_icon {
        width: 60px;
        height: 60px;
        float: left;
    }

    .o_icon img {
        width: 60px;
        height: 60px;
    }

    .o_num span {
        font-size: 24px;
    }

    .o_num,
    .o_little {
        margin-left: 70px;
        font-size: 12px;
    }


    .p_title_en {
        font-size: 20px;
    }

    .p_title3 .p_title_en {
        color: #73c233;
    }

    .more {
        font-size: 18px;
        padding: 0px 30px;
        height: 40px;
        line-height: 40px !important;
    }

    /* 我们的产品 */
    .pro_list {
        margin: 0px -5px 0px -5px;
    }

    .pro_item {
        padding: 5px;
        margin-top: 10px;
    }

    .pro_inner {
        width: 100%;
    }


    .pro_name {
        font-size: 14px;
    }

    .pro_arr {
        width: 24px;
        height: 24px;
        bottom: -12px;
    }

    .pro_arr img {
        width: 14px;
        height: 14px;
        margin: 5px;
    }

    /* 公司新闻 */
    .pro_inner2 {
        border-bottom: 5px solid #ffffff;
    }

    .new_con {
        box-sizing: border-box;
        padding: 10px 10px;
        position: relative;
    }

    .new_list .pro_item {
        width: 50%;
    }

    .pro_item2 {
        display: none;
    }

    .new_z {
        position: relative;
        z-index: 10;
    }

    .new_time {
        width: 50px;
        height: 50px;
        top: -40px;
        left: 10px;
        font-size: 12px;
        padding-top: 5px;
    }

    .new_time span {
        font-size: 14px;
    }

    .new_name {
        margin-top: 10px;
    }

    /* 服务案例 */
    .se_left {
        float: left;
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .se_img {
        width: 100%;
    }

    .se_img img {
        width: 100%;
    }

    .se_bottom {
        height: 50px;
        line-height: 50px;
        padding: 0px 15px;
    }

    .se_right {
        margin-top: 10px;
        width: 100%;
        padding-left: 0px;
    }

    .se_item {
        height: 50px;
        line-height: 50px;
        margin-bottom: 10px;
        padding: 0px 15px;
    }

    .se_arr {
        width: 14px;
        height: 14px;
        margin-top: 18px;
    }

    .se_arr img {
        width: 14px;
        height: 14px;
    }

    /* 在线留言 */

    .on_left {
        width: 100%;
        float: left;
    }

    .on_icon img {
        width: 20px;
        height: 20px;
    }
    .on_textarea {
        margin-top: 20px;
    }
    .on_right {
        display: none;
    }

   

}