﻿.bannerbox{
    width:100%;
    height:auto;
}
.bannerbox .bannerimg{
    width:100%;
    display: block;
    height:auto;
}
.section_con{
    padding:40px 0;
}
.section_con .section_title{
    width:315px;
    font-size:16px;
    color:#333333;
    padding-left:25px;
    box-sizing: border-box;
    position: relative;
    margin:0 auto;
}
.section_con .section_title::before{
    content:'';
    width:10px;
    height:16px;
    border-radius: 5px;
    background:#0287FF;
    position: absolute;
    left:0;
    top:5px;
}
.firimg{
    width:121px;
    height:130px;
    display: block;
    margin:15px auto 10px;
}
.twoimg{
    width:202px;
    height:143px;
    display: block;
    margin:15px auto 10px;
}
.thrimg{
    width:205px;
    height:124px;
    display: block;
    margin:15px auto 10px;
}
.forimg{
    width:104px;
    height:110px;
    display: block;
    margin:15px auto 10px;
}
.fiveimg{
    width:193px;
    height:128px;
    display: block;
    margin:15px auto 10px;
}
.seximg{
    width:110px;
    height:110px;
    display: block;
    margin:20px auto;
}
.sevenimg{
    width:116px;
    display: block;
    margin:20px auto;
}
.section_p{
    padding:0 23px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
}
.section_p .sec_cir{
    width: 3px;
    height: 3px;
    background: #0287FF;
    margin-top:10px;
    flex-shrink: 0;
    margin-right:8px;
}
.section_p .sec_t{
    font-size:16px;
    color:#333333;
    margin-right:8px;
    flex-shrink: 0;
}
.section_p .sec_n{
    font-size:14px;
    color:#999999;
}




