.swiper_banner3 {
    /* background:url(../images/banner3-icon.png) center center no-repeat; */
    background: url(../dzkf-images/banner.webp) center center no-repeat;
    background-size: cover;
    background-position: center center;
    height: 524px;
}

.frame-bj {
    width: 1200ox;
    background: url(../dzkf-images/ABUIABAEGAAgo-fimgYowu20zAcw4BI4mAY.png) center center no-repeat;
    background-size: cover;
    background-position: center center;
    height: 350px;
    margin: 0 auto;
    display: flex;
}

.ddddd {
    width: 1200px;
    background: url(../dzkf-images/ABUIABAEGAAgpoDlmgYosKm34AUw5hI4-Ag.png) center center no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    height: 480px;
    margin: 0 auto;
    display: flex;
}

.ddddd span {
    font-size: 14px;
    color: white;
}

.bannerbox {
    width: 1200px;
    margin: 0 auto;
    height: 524px !important;
}

.swiper_banner_item {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.swiper_banner_item_info {
    width: 100%;
    display: flex;
}

.swiper_banner_item h2 {
    color: rgb(255, 255, 255);
    font-size: 40px;
}

.swiper_banner_item p {
    color: rgb(255, 255, 255);

}

.bbbbbb p {
    font-size: 15px;
}

/* m1 */
.m1 {
    overflow: hidden;
}

.m1 h2,
.m2 h2,
.m3 h2 {
    text-align: center;
    font-size: 32px;
    line-height: 50px;
    color: #222;
    margin: 85px auto 10px;
}

.m1 .wrap ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    overflow: hidden;
}

.m1 .wrap li,
.m1 .wrap .s1,
.m1 .wrap .s1 .s1_bottom {
    width: 278px;
}

.m1 .wrap li {
    display: inline-block;
    transition: all 1s ease;
}

.m1 .wrap .s1 .s1_img {
    margin: 0;
}

.m1 .wrap .s1 .s1_bottom .s1_img {
    width: 62px;
    height: 62px;
    margin: 19px;
}

.m1 .wrap .s1 .s1_bottom .s1_img1 {
    background: url("../dzkf-images/server11.png");
}

.m1 .wrap .s1 .s1_bottom .s1_img2 {
    background: url("../dzkf-images/server22.png");
}

.m1 .wrap .s1 .s1_bottom .s1_img3 {
    background: url("../dzkf-images/server33.png");
}

.m1 .wrap .s1 .s1_bottom .s1_img4 {
    background: url("../dzkf-images/server44.png");
}

.m1 .wrap li:hover .s1_bottom .s1_img1 {
    width: 62px;
    height: 62px;
    margin: 19px;
    background: url("../dzkf-images/server11on.png")
}

.m1 .wrap li:hover .s1_bottom .s1_img2 {
    width: 62px;
    height: 62px;
    margin: 19px;
    background: url("../dzkf-images/server22on.png")
}

.m1 .wrap li:hover .s1_bottom .s1_img3 {
    width: 62px;
    height: 62px;
    margin: 19px;
    background: url("../dzkf-images/server33on.png")
}

.m1 .wrap li:hover .s1_bottom .s1_img4 {
    width: 62px;
    height: 62px;
    margin: 19px;
    background: url("../dzkf-images/server44on.png")
}

.m1 .wrap .s1 .s1_bottom {
    height: 100px;
    background: rgba(71, 96, 232, 0.11);
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.m1 .wrap li:hover .s1_bottom {
    background: #6360FF;
    transition: all .4s;
}

.m1 .wrap li .s1_bottom p {
    color: #000000;
}

.m1 .wrap li .s1_bottom text {
    color: #999999;
}

.m1 .wrap li:hover .s1_bottom p,
.m1 .wrap li:hover .s1_bottom text {
    color: #FFFFFF;
}

.m1 .wrap .s1 .s1_bottom img {
    width: 62px;
    height: 62px;
    margin: 19px;
}

.m1 .wrap .s1 .s1_text {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 14px 0 14px 14px;
}

.m1 .wrap .s1 .s1_text p {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    text-align: left;
    margin: 0;
}

.m1 .wrap .s1 .s1_text div {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.s1 {
    cursor: default;
}

.m1 .wrap p {
    text-align: center;
    text-align: center;
    font-size: 22px;
    margin-bottom: 50px;
}

.m1 .wrap .title {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    margin: 0 auto 60px;
    width: 710px;
    text-align: center;
}

.m1 .wrap .img {
    width: 550px;
    display: inline-block;
    vertical-align: middle;
}

.m1 .wrap img {
    display: block;
    margin: 18px auto 0;
}

.m1 .wrap .right {
    display: inline-block;
    vertical-align: middle;
    width: 280px;
    height: 80px;
    box-sizing: border-box;
    padding: 18px 0;
}

.m1 .wrap li.on .right {
    display: none;
}

.m1 .wrap .right .detail {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 20px;
    color: #aaa;
}

.m1 .wrap .right .title1 {
    height: 25px;
}

/* m2 */
.m2 {
    padding-bottom: 80px;
}

.m2 .wrap ul {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.m2 .wrap li {
    height: 110px;
    border: none;
    cursor: default;
    margin: 0;
}

.m2 .wrap div {
    width: 180px;
    height: 110px;
    background: #eef2ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 6px 0 rgba(183, 183, 184, 0.2);
    border-radius: 20px;
    border: 1px solid #FFFFFF;
}

.m2 .wrap img {
    width: 50px;
    height: 50px;
    margin-top: 14px;
}

.m2 .wrap text {
    font-weight: 600;
    margin-bottom: 11px;
}

.m2 .wrap {
    overflow: hidden;
    padding-top: 10px;
}

.m2 .wrap .title {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    margin: 20px auto 50px;
    width: 710px;
    text-align: center;
}

.m2 ul {
    overflow: hidden;
    width: 190px;
    float: left;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/
}

.m2 ul.u0 {
    width: 140px;
}

.m2 ul.u10 p {
    text-align: center;
}

.m2 ul p {
    text-align: left;
    text-indent: 10px;
    font-size: 14px;
}

.m2 .wrap li {
    width: 180px;
    margin: 8px;
    /* border: 1px solid rgba(204, 204, 204, 0.47); */
    box-sizing: border-box;
    border-radius: 5px;
}

/* .m2 .wrap ul li:nth-child(1){
    height:40px;border:none;
}
.m2 .wrap ul li:nth-child(1) p{
    text-align:center;
}
.m2 .wrap ul li:nth-child(3){
    height:120px;
} */

.m2 ul li.p1 {
    padding-top: 40px;
}

/*.m2 ul li.p1 p{*/
/*font-size: 12px;*/
/*}*/
.m2 ul li.p2 {
    padding-top: 30px;
}

.m2 ul .p4 {
    padding-top: 10px;
}

.m2 ul .p5 {
    padding-top: 10px;
}