.box_pro_one {

    display: flex;

}



.box_pro_one_img {

    width: 35%;

}



.box_pro_one_center {

    width: 40%;

    margin-right: 23px;

}



.box_pro_one_ctit {

    font-family: Arial;

    font-weight: bold;

    font-size: 24px;

    color: #000000;

    padding-top: 30px;

}



.box_pro_one_ctit2 {

    font-family: Arial;

    font-weight: 400;

    font-size: 20px;

    color: #000000;

    font-style: italic;

    margin: 40px 0;

}



.box_pro_one_ctet {

    font-family: Arial;

    font-weight: 400;

    font-size: 16px;

    color: #000000;

    line-height: 32px;

}



.box_pro_one_desc {

    padding: 40px 50px;

    background: #006634;

    border-radius: 23px;

    margin-top: 65px;

    font-family: Arial;

    font-weight: 400;

    font-size: 16px;

    color: #fff;

}



.box_pro_one_descb>div {

    display: flex;

    align-items: center;

    margin-bottom: 20px;

}



.box_pro_one_descb span {

    width: 10px;

    height: 10px;

    background: #FFFFFF;

    border-radius: 50%;

    margin-right: 17px;

    display: block;

    flex-shrink: 0;



}



.box_pro_one_descb>div:nth-child(2) {

    padding-left: 15px;

}



.box_pro_one_descb>div:nth-child(3) {

    padding-left: 30px;

}



.box_pro_one_descb>div:nth-child(4) {

    padding-left: 45px;

}



.box_pro_one_right {

    width: 23.5%;

    padding-left: 33px;

    border-left: 1px solid #F3F3F3;

}



.box_pro_one_right_tit1 {

    font-family: Arial;

    font-weight: bold;

    font-size: 45px;

    color: #000000;

    text-align: center;

    line-height: 45px;

}



.box_pro_one_right_tet {

    font-family: Arial;

    font-weight: 400;

    font-size: 16px;

    color: #333333;

}



.box_pro_one_right_tet p {

    margin-top: 50px;

}



.box_pro_two {

    margin: 100px 0;

}



.box_pro_two_div {

    margin-right: 35px;

    width: calc((100% - 70px) / 3);

}



.box_pro_two_img {

    width: 100%;

}



.box_pro_two_divb {

    border-top: 1px solid #F3F3F3;

    margin-top: 40px;

    padding-top: 15px;

}



.box_pro_two_divb_tit {

    font-family: Arial;

    font-weight: bold;

    font-size: 20px;

    color: #191919;

}



.box_pro_two_divb_tet {

    padding-left: 26px;

    margin-top: 35px;

}



.box_pro_two_divb_tet span {

    width: 10px;

    height: 10px;

    background: #006634;

    border-radius: 50%;

    margin-right: 15px;

    flex-shrink: 0;

    display: block;

}



.box_pro_two_divb_tet>div {

    display: flex;

    margin-bottom: 10px;

    align-items: center;

}



.box_pro_two_divb_tet>div:last-child {

    padding-left: 30px;

}



.box_pro_two .box_pro_two_div:last-child {

    margin-right: 0;

}



.pro_tit_big {

    font-family: Arial;

    font-weight: bold;

    font-size: 34px;

    color: #333333;

    text-align: center;

    padding-bottom: 10px;

    position: relative;

}



.pro_tit_big:before {

    position: absolute;

    bottom: 0;

    left: 50%;

    transform: translateX(-50%);

    content: '';

    width: 118px;

    height: 3px;

    background: #006634;

}

@media only screen and (max-width:950px) {

    .box_pro_two_div{

        margin-right: 0;

        width: 100%;

        margin-bottom: 10px;

    }

    .box_pro_two{

        flex-wrap: wrap;

        margin: 20px auto;

    }

    .box_pro_two_divb,.box_pro_two_divb_tet{

        margin-top: 20px;

    }

    .box_pro_one{

        flex-wrap: wrap;

    }

    .box_pro_one_img,.box_pro_one_center,.box_pro_one_right{

        width: 100%;

    }

    .box_pro_one_right_tet p{

        margin-top: 10px;

    }

    .box_pro_one_right_tit1{

        font-size: 26px;

    }

    .box_pro_one_right{

        padding-left: 0;

    }

    .box_pro_one_center{

        margin-right: 0;

    }

}

