@charset "utf-8";
ul,li,p{
    margin: 0px;
    padding: 0px;
}
/*首页*/
.indexbox{
    width: 100%;
    background-color: #f7f8fa;
    padding:10px 0px;
    overflow: hidden;
}
.indexbox_flex{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    flex-wrap: wrap;
}
.product_list{
    width:48%;
    height: 200px;
    border-radius: 10px;
    background-color: #ffffff;
    margin: 10px 0px;
}
.product_list h4{
    margin: 0px;
    font-size: 14px;
    color: #1a70ff;
    margin-left: 15px;
    margin-top: 16px;
    margin-bottom: 5px;
}
.product_list p{
    line-height: 20px;
    font-size: 12px;
    margin: 0 15px;
    text-align: justify;
    color: #333333;
}
.product_list .free_icon{
    display: inline-block;
    margin-top: 15px;
    padding: 0 14px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #1a70ff;
    border-radius: 50px;
    background: #fff;
    color: #1a70ff;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    box-sizing: content-box;
}
.listflex{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-left: 15px;
    padding-top: 18px;
    padding-bottom: 10px;
}
.listflex .name_title{
    color: #1a70ff;
}
.product_list .hr_icon{
    color: #1a70ff;
    border: 1px solid #1a70ff;
    background:#fff;
}
.product_list .yl_title{
    color:#fb682d;
}
.product_list .yl_icon{
    color: #fb682d;
    border: 1px solid #fb682d;
    background:#fff;
}
.product_list .listflex img{
    width:16px;
    margin-right: 6px;
}
.hrbox{
    padding:0px 20px;
}
.hr_title{
    font-size:18px;
    text-align: center;
    margin-top: 30px;
}
.solution_content{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
    margin-top: 15px;
}
.solution_content li{
    border: 1px solid #e7e8ed;
    width: 49.4%;
    height: 115px;
    overflow: hidden;
    padding-top: 10px;
}
.solution_content li img{
    width:78px;
    display: block;
    margin:0 auto;
}
.solution_content li p{
    text-align: center;
    padding-top: 10px;
    font-weight:500;
}
.solution_content li p:hover{
    color:#ff3f40;
}
.solution_content .border_right{
    border-right:1px solid #e7e8ed;
}
.solution_content .border_bottom{
    border-bottom:1px solid #e7e8ed;
}
.servicebox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
    margin-top: 15px;
}
.servicebox li{
    width: 48%;
    height: 250px;
    border: 1px solid #e7e8ed;
    border-top: 6px solid #ebeced;
    overflow: hidden;
    margin-bottom: 15px;
}
.servicebox li img{
    padding-top:15px;
}
.servicebox li p:nth-child(1){
    font-size: 20px;
    height: 38px;
    line-height: 38px;
    color: #333;
}
.second_title{
    font-size:14px;
    margin:0px;
    padding-top:15px;
}
.second_p{
    font-size: 12px;
    color: #808080;
    line-height: 20px;
    width: 85%;
    text-align: justify;
    margin-top: 5px;
}
.pro_text_img{
    width: 100%;
    text-align: center;
}