.con_box {
    width: 100%;
    background-color: #fff;
}

.con_box .sjcon {
    padding-top: 81px;
    background: url('../img/product_zd/b1.png') no-repeat;
    height: 1208px;
    width: 100%;
    background-size: 100% 100%;
}

.title {
    color: #222222;
    font-size: 44px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title .lines {
    margin: 34px 0 47px;
    width: 35px;
    height: 6px;
    background: #114593;
}

.conpag {
    font-size: 20px;
    color: #333;
    line-height: 36px;
    text-align: center;
    margin-bottom: 50px;
}

.yw_tit {
    display: flex;
    align-items: center;
    margin-top: 68px;
    margin-bottom: 34px;
}

.yw_tit>p {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.yw_tit>img {
    width: 40px;
    height: 40px;
    margin-left: 10px;
}

.yewu_img {
    width: 100%;
    height: 649px;
}

.Interface {
    width: 100%;
    height: 1088px;
    background: url('../img/product_zd/b2.png') no-repeat;
    background-size: 100% 100%;
    padding-top: 99px;

}

.Interface .jm_msg {
    text-align: center;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    margin-bottom: 50px;

}

.jiazhi {
    padding: 80px 0 115px;
    background: url(../img/product_sj/bgc3.png) no-repeat;
}

.jiazhi_list {
    display: flex;
    justify-content: space-between;
}

.jiazhi_list li:hover {
    box-shadow: 0px 2px 10px 0px rgba(166, 166, 166, 0.25);
}

.jiazhi_list li {
    width: 452px;
    height: 421px;
    background: #FFFFFF;
    border: 1px solid #DFEAFF;
    border-radius: 5px;

    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 47px 34px 0;
}

.jiazhi_list li img {
    width: 102px;
    height: 90px;
    margin-bottom: 41px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.jiazhi_list li:hover img {
    transform: scale(1.1);
}
.jiazhi_list li p:nth-of-type(1) {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    margin-bottom: 25px;

}

.jiazhi_list li p:nth-of-type(2) {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.footer {
    margin-top: 0 !important;
}