.product-con{
    padding: 34px 0 120px;
    width: 85%;
    margin: 0 auto;
}
.pro-txt1{
    position: relative;
    font-size: 48px;
    font-family: Arial, Arial;
    color: #100D4F;
    text-align: center;
    padding-bottom: 40px;
    font-weight: bold;
}
.pro-txt1::after{
    position: absolute;
    content: '';
    width: 70px;
    height: 7px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
    /* background: linear-gradient(to right, #FF9124, #F52454); */
    background: linear-gradient(135deg, #FF9124 0%, #F52454 100%);
}
.pro-txt2{
    font-size: 18px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #100D4F;
    text-align: center;
    line-height: 33px;
}
.pro-mg1{
    margin-top: 30px;
    margin-bottom: 50px;
}
/*  */
.pro-tit1{
    text-align: center;
    padding: 0 15px;
}
.pro-txt3{
    display: inline-block;
    font-size: 24px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #100D4F;
    /* line-height: 32px; */
    position: relative;
}
.pro-txt3::after{
    position: absolute;
    content: '';
    width: 7px;
    height: 24px;
    top: 5px;
    left: -15px;
    border-radius: 20px;
    background: linear-gradient(135deg, #FF9124 0%, #F52454 100%);
}
.pro-txt4{
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #9291A3;
    margin-top: 20px;
    margin-bottom: 34px;
    text-align: center;
}
.pro-img1{
    text-align: center;
    margin-bottom: 106px;
}
.pro-img1 img{
    width:1034px;
    max-width:100%;
}
/*  */
.pro-txt5{
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #9291A3;
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
}
.pro-img2{
    text-align: center;
    margin-bottom: 95px;
}
.pro-img2 img{
    width:736px;
    max-width:100%;
}
/*  */
.pro-con1{
    margin-top: 65px;
    display: flex;
    justify-content: center;
}
.pro-con1>div:nth-of-type(1){
    margin-right: 66px;
}
.pro-item{
    padding: 90px 40px;
    border: 1px solid #D3CFDA;
    width: 496px;
    margin-bottom: 20px;
}
.pro-item-fo1{
    font-size: 34px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #FE812C;
    margin-bottom: 40px;
    text-align: center;
}

.pro-item-fo2{
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #9291A3;
    text-align: justify;
    text-align-last: left;
}
@media (max-width:992px){
    .pro-txt1 {
        font-size: 38px;
        padding-bottom: 30px;
    }
    .pro-txt1::after {
        bottom: 22px;
        width: 60px;
        height: 6px;
    }
    .pro-txt2 {
        font-size: 16px;
        line-height: 30px;
    }
    .pro-mg1 {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .pro-txt3 {
        font-size: 20px;
    }
    .pro-txt3::after {
        width: 6px;
        height: 17px;
        top: 6px;
        left: -12px;
    }
    .pro-img1 {
        margin-bottom: 80px;
    }
    .pro-img2 {
        margin-bottom: 60px;
    }
    .pro-con1 {
        margin-top: 50px;
        justify-content: space-between;
    }
    .pro-con1>div:nth-of-type(1) {
        margin-right: 0;
    }
    .pro-item {
        padding: 60px 24px;
        width: 47%;
    }
    .pro-item-fo1 {
        font-size: 28px;
        margin-bottom: 30px;
    }
}

@media (max-width:767px){
    .pro-item {
        padding: 40px 15px;
        width: 47%;
    }
}
@media (max-width:568px){
    .pro-txt1 {
        font-size: 30px;
    }
    .pro-txt1::after {
        bottom: 22px;
        width: 46px;
        height: 5px;
    }
    .pro-txt2 {
        font-size: 15px;
        line-height: 26px;
    }
    .pro-mg1 {
        margin-top: 15px;
        margin-bottom: 35px;
    }
    .pro-txt3 {
        font-size: 16px;
    }
    .pro-txt3::after {
        width: 5px;
        height: 15px;
        top: 3px;
        left: -10px;
    }
    .pro-txt4 {
        font-size: 13px;
        margin-top: 15px;
        margin-bottom: 25px;
        text-align: justify;
        text-align-last: center;
    }
    .pro-img1 {
        margin-bottom: 50px;
    }
    .pro-txt5 {
        font-size: 13px;
        margin-top: 15px;
        margin-bottom: 30px;
        text-align: justify;
        text-align-last: center;
    }
    .pro-img2 {
        margin-bottom: 40px;
    }
    .pro-con1 {
        margin-top: 30px;
        justify-content: center;
        flex-direction: column;
    }
    .pro-item {
        padding: 40px 20px;    
        width: 100%;
    }.pro-item-fo1 {
        font-size: 22px;
        margin-bottom: 20px;
    }.pro-item-fo2 {
        font-size: 14px;
    }
    .product-con {
        padding: 30px 0 60px;
        width: 90%;
    }
}