.one_box{
    width: 100%;
    background: url("../img/home/cpfw_bg.jpg") no-repeat center;
    background-size: cover;
    padding-top: .36rem;
}
.one_top {
    display: flex;
    padding: 0 .12rem;
    justify-content: space-between;
}
.one_top_s{
    width: 24%;
    background-color: #ffffff;
    box-shadow: 0 .03rem .06rem 0
    rgba(225, 232, 250, 0.5);
    border-radius: .02rem;
    text-align: center;
    padding: .23rem 0 .32rem;
}
.one_top_s>h6{
    color: #17233d;
    font-size: .23rem;
    margin: .25rem 0 .12rem;
}
.one_top_s>p{
    color: #808694;
    font-size: .18rem;
}
.one_top_s>img{
    width: 1rem;
    height: .67rem;
    display: block;
    margin: auto;
}
.one_bottom{
    margin-top: 1rem;
}
.one_tab .nav-tabs{
    padding: 0 .3rem .3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .55rem;
    border: none;
}
.one_tab>.nav-tabs a{
    color: #333333;
    font-size: .24rem;
    text-align: center;
    display: block;
    margin-right: 0;
    padding: 0;
}
.one_tab>.nav-tabs a>img{
    height: 1rem;
    margin-bottom: .22rem;
}
.one_tab .active>a{
    font-weight: bold;
    color: #1e76ff!important;
}
.one_tab .tab-content{
    padding: .4rem .12rem .6rem;
    background-color: #f6fafd;
    box-shadow: inset 0 .01rem .06rem 0
    rgba(186, 200, 220, 0.4);
}
.one_tab .tab-pane_box{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.one_tab_cont{
    width: 32%;
    padding: 0 .17rem .25rem;
    display: flex;
    align-items: end;
}
.one_tab_cont>div{
    color: #ffffff;
}
.one_tab_cont>div>h3{
    font-size: .24rem;
    margin-bottom: .21rem;
    font-weight: bold;
}
.one_tab_cont>div>p{
    font-size: .16rem;
    line-height: 1.4;
}
.one_tab_cont_s{
    width: 32%;
    text-align: center;
    padding: .35rem .16rem;
    background: #ffffff;
    box-shadow: 0 .02rem .08rem 0
    rgba(0, 96, 215, 0.1);
    position: relative;
    overflow: hidden;
}
.one_tab_cont_after{
    width: 1.18rem;
    height: 1.03rem;
    position: absolute;
    bottom: 0;
    right: -0.3rem;
}
.one_tab_cont_s>h6{
    color: #252c3b;
    font-size: .23rem;
    font-weight: 400;
    margin-top: .18rem;
}
.one_tab_cont_s>p:nth-child(3){
    color: #999999;
    font-size: .15rem;
    margin: .11rem 0 .25rem;
}
.one_tab_cont_s>p:nth-child(4){
    color: #333333;
    font-size: .15rem;
    line-height: 1.4;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border: none;
    background-color: transparent;
}
/*第二部分*/
.two_box{
    padding: .65rem 0 .1rem;
}
.two_box_cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 .15rem;
    margin-top: .5rem;
}
.two_box_cont_s{
    width: 49%;
    background: url("../img/home/d1.png") no-repeat;
    background-size: 100% 100%;
    padding: .19rem .06rem .1rem;
    margin-bottom: .3rem;
}
.two_box_cont_s>h3{
    font-size: .24rem;
    color: #ffffff;
    text-align: center;
    margin: 0 0 .07rem;
    font-weight: bold;
}
.two_box_cont_s>p{
    font-size: .14rem;
    color: #ffffff;
    text-align: center;
}
.two_box_in img{
    width: .38rem;
    height: .38rem;
}
.two_box_in{
    background-image: linear-gradient(90deg,
    #ffffff 0%,
    #eef6ff 100%),
    linear-gradient(
            #58ec52,
            #58ec52);
    background-blend-mode: normal,
    normal;
    border-radius: .04rem;
    padding: .2rem .1rem 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: .05rem;
    height: 2.8rem;
}
.two_box_in p{
    font-size: .14rem;
    color: #333333;
    margin-top: .07rem;
    line-height: 1.2;
}
.two_box_in>div{
    width: 25%;
    text-align: center;
    margin-bottom: .19rem;
}
/*第四部分*/
.four_box{
    padding: .6rem 0;
}
.four_box_cont{
    display: flex;
    flex-wrap: wrap;
    margin-top: .5rem;
}
.four_box_cont>div{
    width: 50%;
    text-align: center;
    color: #333333;
    font-size: .24rem;
    margin-bottom: .2rem;
}
.four_box_cont>div>img{
    margin-bottom: .28rem;
    width: 1.5rem;
    height: 1.7rem;
}
