html {
    font-size: 14px;
}
p {
    margin-block-start: 0em;
    margin-block-end: 0em;
}
body {
    margin: 0;
}
.banner {
    position: relative;
}
.banner img {
    width: 100%;
}
.banner .text-wrap {
    position: absolute;
    left: 50%;
    top: 45%;
    width: 70%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.banner .text-wrap .title {
    font-size: 48px;
    font-family: FranklinGothic;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 2rem;
}
.banner .text-wrap .des {
    font-size: 20px;
    font-family: Poppins;
    font-weight: 400;
    color: #ffffff;
    line-height: 40px;
}
.classify {
    padding: 75px 110px 103px 110px;
}
.classify .line {
    width: 100%;
    height: 1px;
    background: #ea5413;
}
.classify .item {
    display: inline-block;
    width: 19%;
    margin-top: -9px;
    text-align: center;
    vertical-align: top;
}
.classify .item .circle {
    margin: 0 auto;
    width: 18px;
    height: 18px;
    background: #ea5413;
    opacity: 0.8;
    border-radius: 50%;
}
.classify .item .name {
    font-size: 20px;
    font-family: Poppins;
    font-weight: 400;
    color: #333333;
    margin-top: 20px;
}
.pro-box {
    overflow: hidden;
    padding: 0 110px 40px 110px;
}
.pro-box .pro-list .text-wrap {
    box-sizing: border-box;
    width: 100%;
    background: #ea5413;
    padding: 3rem;
    position: relative;
    overflow: hidden;
}
.pro-box .pro-list .text-wrap .title {
    font-size: 36px;
    font-family: Poppins;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 2rem;
}
.pro-box .pro-list .text-wrap .des {
    width: 80%;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    color: #ffffff;
    line-height: 32px;
}
.pro-box .pro-list .text-wrap img {
    position: absolute;
    bottom: 0%;
    right: 0%;
}
.pro-box .pro-list:nth-child(2) img {
    /*bottom: -21%;*/
    /*right: 0.5%;*/
}
.pro-box .pro-list:nth-child(3) img {
    bottom: -17%;
    right: -1%;
}
.pro-box .pro-list:nth-child(4) img {
    bottom: -10%;
    right: 2%;
}
.pro-box .pro-list:nth-child(5) img {
    bottom: -16%;
    right: 0.5%;
}
.pro-box .img-box {
    display: flex;
    justify-content: space-between;
    padding: 90px 0;
}
.pro-box .img-box .item {
    text-align: center;
}
.pro-box .img-box .item .pro-img {
    width: 480px;
    height: 359px;
    display: table-cell;
    vertical-align: middle;
    border: 2px solid #ea5413;
}
.pro-box .img-box .item .pro-img img{
    width: 100%;
}
.pro-box .img-box .item .tit {
    font-size: 20px;
    font-family: Poppins;
    font-weight: 400;
    color: #333333;
    margin-top: 2rem;
}
@media (min-width: 0px) and (max-width: 1700px) {
    .banner .text-wrap .des {
        font-size: 18px;
    }
    .pro-box {
        padding: 0 50px 40px 50px;
    }
    .pro-box .img-box .item .pro-img {
        width: 400px;
    }
}
@media (min-width: 0px) and (max-width: 1024px) {
    .classify .item .name {
        font-size: 16px;
    }
    .classify {
        padding: 75px 50px 50px 50px;
    }
    .pro-box .pro-list .text-wrap .title {
        font-size: 30px;
        margin-bottom: 1rem;
    }
    .pro-box .pro-list .text-wrap .des {
        width: 80%;
        font-size: 14px;
        line-height: 28px;
    }
    .banner .text-wrap .des {
        font-size: 16px;
        line-height: 28px;
    }
    .banner .text-wrap .title {
        font-size: 40px;
        margin-bottom: 1rem;
    }
    .pro-box .img-box .item .pro-img {
        width: 300px;
        height: 300px;
    }
    .pro-box .pro-list:first-child .img-box img {
        width: 300px;
    }
    .pro-box .pro-list .text-wrap .des {
        width: 71%;
    }
}
@media (min-width: 0px) and (max-width: 768px) {
    .banner .text-wrap .des {
        font-size: 14px;
        line-height: 20px;
    }
    .banner .text-wrap .title {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .classify .item .name {
        font-size: 14px;
    }
    .pro-box .pro-list .text-wrap .title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .pro-box .pro-list .text-wrap .des {
        line-height: 20px;
    }
    .pro-box .img-box .item .tit {
        font-size: 14px;
    }
    .pro-box .img-box .item .pro-img {
        width: 200px;
        height: 200px;
    }
    .pro-box .pro-list:nth-child(1) .img-box img,
    .pro-box .pro-list:nth-child(2) .img-box img,
    .pro-box .pro-list:nth-child(3) .img-box img {
        /* width: 200px; */
        width: 100%;
    }
}
@media (min-width: 0px) and (max-width: 767px) {
    .banner img {
        height: 75vw;
        object-fit: cover;
    }
    .banner .text-wrap .title {
        font-size: 24px;
    }
    .banner .text-wrap {
        top: 45%;
    }
    .classify {
        padding: 50px 15px 50px 15px;
    }
    .classify .item {
        display: inline-block;
        width: 19%;
        margin-top: -5px;
    }
    .classify .item .name {
        word-break: break-word;
    }
    .classify .item .circle {
        width: 10px;
        height: 10px;
    }
    .pro-box {
        padding: 0 15px 40px 15px;
    }
    .pro-box .pro-list .text-wrap {
        padding: 2rem 15px;
    }
    .pro-box .pro-list .text-wrap .title {
        font-size: 20px;
    }
    .pro-box .img-box {
        padding: 40px 0;
    }
    .pro-box .pro-list .text-wrap img {
        opacity: 0.2;
    }
    .pro-box .img-box {
        display: block;
    }
    .pro-box .img-box .item .pro-img {
        width: 100%;
        height: auto;
        display: block;
        /* padding: 10% 0; */
    }
    .pro-box .img-box .item .tit {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
}
