.daixie-common-title{
    text-align: center;padding: 20px 0;
}
.daixie-common-title .titles{
    font-size: 30px;color: black;line-height: 40px;
}
.daixie-common-title .note{
    font-size: 14px;color: #999;line-height: 30px;
}
.daixie-why{
    display: flex;justify-content: center;flex-wrap: wrap;margin-bottom: 30px;
}
.daixie-why .why-item{
    flex: 1;text-align: center;color: black;
}
.daixie-why .why-item .item-img{
    height: 83px;
}
.daixie-why .why-item .item-img img{
    height: 100%;
}
.daixie-why .why-item .item-title{
    font-size: 18px;line-height: 40px;
}
.daixie-why .why-item .item-node{
    font-size: 14px;line-height: 24px;padding-top: 5px;
}

.daixie-jianjie{
    padding: 40px 0;background: #f6fbff;
}
.jianjie-content{
    overflow: hidden;
}
.jianjie-content .content-img{
    padding-left: 90px;width: 375px;
}
.jianjie-content .content-img img{
    width: 100%;
}
.jianjie-content .content-text{
    margin-right: 110px;margin-top: 50px;font-size: 14px;color: #999;
}
.jianjie-content .content-text p{
    padding-bottom: 15px;line-height: 30px;
}
.jianjie-project{
    display: flex;justify-content: space-between;margin-top: 60px;flex-wrap: wrap;
}
.jianjie-project .project-item{
    flex: 0 0 384px;box-sizing: border-box;border: 1px #dddfe1 solid;cursor: pointer;
}
.jianjie-project .project-item:hover{
    border: 1px #005d97 solid;
}
.jianjie-project .project-item .item-top{
    height: 100px;background: #f6fbff;
}
.jianjie-project .project-item .item-top .top-text{
    float: left;font-size: 20px;color: #005d97;line-height: 50px;margin-left: 20px;font-weight: bold;
}
.jianjie-project .project-item .item-top .top-img{
    float: right;height: 100%;
}
.jianjie-project .project-item .item-content{
    padding: 20px 15px;color: #999;font-size: 14px;line-height: 24px;background: white;
}

.daixie-advantage{
    border-top: 1px dashed #dddfe1;padding: 30px 0;
}
.advantage-characteristic{
    display: flex;flex-wrap: wrap;justify-content: space-between;
}
.advantage-characteristic .characteristic-item{
    flex: 0 0 370px;box-sizing: border-box;height: 200px;border: 1px #f4f5f7 solid;text-align: center;
    display: flex;flex-direction: column;justify-content: center;margin-bottom: 30px;cursor: pointer;
}
.advantage-characteristic .characteristic-item:hover{
    border: 1px #005d97 solid;
}
.advantage-characteristic .characteristic-item .item-img{
    height: 52px;
}
.advantage-characteristic .characteristic-item .item-img img{
    height: 100%;
}
.advantage-characteristic .characteristic-item .item-title{
    color: #333;font-size: 20px;line-height: 40px;font-weight: bold;
}
.advantage-characteristic .characteristic-item .item-text{
    font-size: 14px;line-height: 24px;padding: 0 30px;text-align: left;color: #999;
}
.daixie-price{
    background: #f6fbff;padding: 40px 0;
}
.daixie-price .price-list{
    width: 100%;border-collapse: collapse;text-align: center;margin-top: 30px;
}
.daixie-price .price-list thead{
    line-height: 70px;background: #e9ebee;font-size: 18px;font-weight: bold;
}
.daixie-price .price-list tbody{
    line-height: 58px;font-size: 16px;color: #666;background: white;
}
.daixie-price .price-list tbody tr:nth-child(even){
    background: #f4f5f7;
}
.daixie-price .price-list tbody .contact{
    width: 105px;line-height: 34px;border: 1px #005d97 solid;color: #005d97;display: inline-block;
}

.explain-main{
    overflow: hidden;padding: 50px 0;
}
.explain-main .explain-item{
    width: 600px;overflow: hidden;
}
.explain-main .explain-item .item-title{
    text-align: center;font-size: 18px;color: #333;line-height: 30px;
}
.explain-main .explain-item .item-title img{
    vertical-align: middle;margin-right: 10px;
}
.explain-main .explain-item .item-list{
    padding: 20px 0;
}
.explain-main .explain-item:nth-child(1) .item-list{
    border-right: 1px #eeeef0 solid;
}
.explain-main .explain-item .item-list p{
    font-size: 14px;line-height: 24px;padding-left: 50px;position: relative;padding-bottom: 5px;
    padding-right: 30px;
}
.explain-main .explain-item .item-list p i.icon{
    width: 10px;height: 10px;border-radius: 50%;background: #005d97;position: absolute;left: 30px;top: 7px;
}
.explain-main .explain-item .item-bottom{
    text-align: center;
}

@media screen and (max-width: 768px) {
    .daixie-common-title{
        padding: 10px 0;
    }
    .daixie-common-title .titles{
        font-size: 16px;line-height: 30px;
    }
    .daixie-common-title .note{
        font-size: 12px;line-height: 24px;
    }
    .daixie-why .why-item{
        flex: 0 0 100%;margin-top: 15px;
    }
    .daixie-why .why-item .item-img{
        height: 50px;
    }
    .daixie-why .why-item .item-title{
        font-size: 14px;line-height: 30px;
    }
    .daixie-why .why-item .item-node{
        font-size: 12px;
    }

    .daixie-jianjie{
        padding: 15px 0;
    }
    .jianjie-content .content-img{
        padding: 0 20px;width: 100%;box-sizing: border-box;
    }
    .jianjie-content .content-text{
        margin: 10px 0 0 0;font-size: 12px;
    }
    .jianjie-content .content-text p{
        padding-bottom: 5px;line-height: 24px;
    }
    .jianjie-project{
        margin-top: 10px;
    }
    .jianjie-project .project-item{
        flex: 0 0 100%;margin-bottom: 15px;
    }
    .jianjie-project .project-item .item-top{
        height: 60px;
    }
    .jianjie-project .project-item .item-top .top-text{
        font-size: 16px;line-height: 40px;margin-left: 10px;
    }
    .jianjie-project .project-item .item-content{
        padding: 10px;font-size: 12px;line-height: 24px;
    }

    .daixie-advantage{
        padding: 15px 0;
    }
    .advantage-characteristic .characteristic-item{
        flex: 0 0 100%;height: 150px;margin-bottom: 15px;
    }
    .advantage-characteristic .characteristic-item .item-img{
        height: 40px;
    }
    .advantage-characteristic .characteristic-item .item-title{
        font-size: 16px;line-height: 30px;
    }
    .advantage-characteristic .characteristic-item .item-text{
        font-size: 12px;padding: 0 20px;
    }
    .daixie-price{
        padding: 20px 0;
    }
    .daixie-price .price-list{
        margin-top: 15px;
    }
    .daixie-price .price-list thead{
        line-height: 30px;font-size: 14px;
    }
    .daixie-price .price-list tbody{
        line-height: 30px;font-size: 12px;
    }
    .daixie-price .price-list tbody .contact{
        width: 65px;line-height: 20px;
    }

    .explain-main{
        padding: 10px 0;
    }
    .explain-main .explain-item{
        width: 100%;
    }
    .explain-main .explain-item .item-title{
        font-size: 14px;
    }
    .explain-main .explain-item .item-title img{
        margin-right: 5px;width: 20px;
    }
    .explain-main .explain-item .item-list{
        padding: 10px 0;
    }
    .explain-main .explain-item:nth-child(1) .item-list{
        border-right: 0;
    }
    .explain-main .explain-item .item-list p{
        font-size: 12px;padding-left: 20px;padding-right: 0;
    }
    .explain-main .explain-item .item-list p i.icon{
        width: 6px;height: 6px;left: 10px;top: 10px;
    }
    .explain-main .explain-item .item-bottom{
        display: none;
    }
}