html {
    font-size: 14px;
}
p {
    margin-block-start: 0em;
    margin-block-end: 0em;
}
a {
    color: unset;
    text-decoration: none;
}
body {
    margin: 0;
}
.pro-detail {
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 5rem;
}
.pro-detail .nav {
    font-size: 16px;
    font-family: Poppins;
    font-weight: 400;
    color: #333333;
    margin: 55px 0 26px 0;
}
.pro-detail .line {
    width: 100%;
    height: 1px;
    background: rgba(51, 51, 51, 0.2);
}
.pro-detail .pro-box {
    display: flex;
    padding: 39px 0 39px 0;
}
.pro-detail .pro-box .text-wrap {
    padding-top: 40px;
    width: 600px;
}
.pro-detail .pro-box .text-wrap .tit {
    font-size: 36px;
    font-family: Poppins;
    font-weight: bold;
    color: #000000;
    margin-bottom: 2rem;
}
.pro-detail .pro-box .text-wrap .des {
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    color: #333333;
    margin-bottom: 4rem;
}
.pro-detail .pro-box .text-wrap .param {
    background: rgba(34, 39, 101, 0.05);
    display: flex;
    justify-content: space-between;
    padding: 31px 70px 21px 40px;
    text-align: center;
    margin-bottom: 4rem;
}
.pro-detail .pro-box .text-wrap .param .item .ti {
    font-size: 24px;
    font-family: Poppins;
    font-weight: bold;
    color: #171c61;
    margin-bottom: 1rem;
}
.pro-detail .pro-box .text-wrap .param .item p {
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    color: #333333;
}
.pro-detail .pro-box .text-wrap .btn {
    width: 330px;
    line-height: 45px;
    background: linear-gradient(270deg, #edb266 0%, #ea5413 100%);
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
}
.pro-detail .pro-box .right {
    width: calc(100% - 780px);
    width: 700px;
    margin-right: 60px;
}
.pro-detail .pro-box .right #big-img {
    position: relative;
}
.pro-detail .pro-box .right #big-img .big {
    position: relative;
    border: 2px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
/*    line-height: 429px;
    height: 429px;*/
    overflow: hidden;
    margin-bottom: 50px;
}
.pro-detail .pro-box .right #big-img .big img {
    width: 100%;
    vertical-align: middle;
}
.pro-detail .pro-box .right .gallery-thumbs {
    line-height: 112px;
    width: 100%;
}
.pro-detail .pro-box .right .gallery-thumbs img {
    width: 100%;
    vertical-align: middle;
}
.pro-detail .pro-box .right .gallery-thumbs .active {
    border: 1px solid #171c61;
}
.pro-detail .pro-box .right .swiper-button {
    color: #333;
    background-color: #ecf0f4;
    color: #333;
    width: 30px;
    top: 20px;
    height: 115px;
    outline: none;
}
.pro-detail .pro-box .right .swiper-button .iconfont {
    top: 40%;
    position: absolute;
    left: 20%;
    font-weight: bold;
}
.pro-detail .relate-pro .title {
    font-size: 30px;
    font-family: Poppins;
    font-weight: bold;
    color: #171c61;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.pro-detail .relate-pro .pro-list {
    width: 100%;
    height: auto;
    border: 2px solid #dddddd;
    margin-bottom: 24px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.pro-detail .relate-pro .pro-list .img {
    display: inline-block;
    width: 30%;
    border-right: 1px solid #ddd;
    text-align: center;
    /* padding-top: 26px; */
}
.pro-detail .relate-pro .pro-list .img img {
    max-width: 100%;
}
.pro-detail .relate-pro .pro-list .text-box {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 64px;
}
.pro-detail .relate-pro .pro-list .text-box .title {
    font-size: 28px;
    font-family: Poppins;
    font-weight: bold;
    color: #333333;
    margin-bottom: 2rem;
}
.pro-detail .relate-pro .pro-list .text-box p {
    font-size: 16px;
    font-family: Poppins;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.pro-detail .relate-pro .pro-list:nth-child(2n + 1) .img {
    float: right;
    border-right: none;
    border-left: 1px solid #ddd;
}
.pro-detail .relate-pro .pro-list:nth-child(2n + 1) {
    flex-direction: row-reverse;
}
.fea_fr img {
    width: 100%;
}
.fea_box {
    position: relative;
}
.fea_fr {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
}

/* add */
.del_t {
    font-size: 36px;
    font-family: Poppins;
    font-weight: bold;
    color: #171c61;
    line-height: 60px;
    padding-bottom: 15px;
    margin-bottom: 50px;
    margin-top: 6rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.fe_box {
    margin-bottom: 20px;
    padding: 0 2%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pro_right1,
.pro_left1 {
    width: 570px;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pro_right1 img,
.pro_left1 img {
    transition: all .4s;
}

.procnt1 {

    /* margin-top: 30%; */
}

.procnt1 h4 {
    font-size: 28px;
    font-family: Poppins;
    font-weight: bold;
    color: #333;
    line-height: 54px;
}

.procnt1 p {
    margin-top: 10px;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

.container {
    max-width: 1440px;
    padding-bottom: 80px;
}

.fea_fl {
    padding-top: 20px;
    width: 100%;
    padding-bottom: 20px;
}

.fea_fr {
    width: 47.3%;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

#customers {
    width: 100%;
    /*text-align: center;*/
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 400;
    color: #333333;
    line-height: 42px;
}

#customers tr>td:nth-child(1) {
    /*background-color: #0e61b3;*/
    color: #333333;
    width: 50%;
}

#customers td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.btns {
    /*background: linear-gradient(270deg, #171c61 0%, #333 100%) !important;*/
}

.pro-detail .pro-box .text-wrap .btngt {
    width: 60px;
    /*line-height: 45px;*/
    /*background: linear-gradient(270deg, #edb266 0%, #ea5413 100%);*/
    /*border-radius: 4px;*/
    text-align: center;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
}
.nowjklko{
    display:flex;
}

.fea_fltit {
    font-size: 28px;
    font-family: Poppins;
    font-weight: bold;
    color: #0E0E57;
    margin-top: 2rem;
}
.fea_fltitru {
    font-size: 28px;
    font-family: Poppins;
    font-weight: bold;
    color: #0E0E57;
    margin-bottom: 2rem;
}
.btnbot{
    width: 100%;
    line-height: 45px;
    background: linear-gradient(270deg, #edb266 0%, #ea5413 100%);
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
}
.rightimgs{
    position: relative;
    width: 400px;
    height: 400px;
}
.rightimgs img{
    position: absolute;
    left: 0;
    bottom: 0;
}
@media (min-width: 0px) and (max-width: 1700px) {
    .pro-detail {
        max-width: 1300px;
    }
    .pro-detail .pro-box .text-wrap .btn {
        width: 46%;
    }
}
@media (min-width: 0px) and (max-width: 1024px) {
    .pro-detail {
        max-width: 980px;
    }
    .pro-detail .pro-box .text-wrap .param {
        padding: 20px;
    }
    .pro-detail .pro-box .text-wrap .param .item .ti {
        font-size: 18px;
    }
    .pro-detail .pro-box .text-wrap .param .item p {
        font-size: 14px;
    }
    .pro-detail .pro-box .text-wrap .tit {
        font-size: 28px;
    }
    .pro-detail .pro-box .text-wrap .des {
        font-size: 16px;
    }
    .pro-detail .relate-pro .pro-list .img {
        width: 35%;
    }
    .pro-detail .relate-pro .pro-list .text-box {
        width: 56%;
        padding: 20px;
    }
    .pro-detail .pro-box .right {
        margin-left: 20px;
    }
    .pro-detail .pro-box .text-wrap {
        width: 500px;
    }
    .pro-detail .pro-box .text-wrap .btn {
        width: 45%;
    }
    .pro_right1,
    .pro_left1 {
        width: 49%;
    }
    .procnt1 {
        margin: 30px;
    }
    .procnt1 h4 {
        font-size: 20px !important;
    }
}
@media (min-width: 0px) and (max-width: 768px) {
    .pro-detail {
        max-width: 730px;
    }
    .pro-detail .pro-box {
        display: block;
    }
    .pro-detail .pro-box .text-wrap {
        padding-top: 0px;
        width: 100%;
        margin-bottom: 3rem;
    }
    .pro-detail .pro-box .text-wrap .tit {
        margin-bottom: 1rem;
    }
    .pro-detail .pro-box .text-wrap .des {
        font-size: 18px;
        margin-bottom: 2rem;
    }
    .pro-detail .pro-box .text-wrap .param {
        margin-bottom: 2rem;
    }
    .pro-detail .pro-box .text-wrap .btn {
        margin: 0 auto;
    }
    .pro-detail .relate-pro .pro-list .text-box .title {
        font-size: 24px;
        margin-bottom: 1rem;
    }
}
@media (min-width: 0px) and (max-width: 767px) {
    .pro-detail {
        max-width: 100%;
        padding: 0 15px;
    }
    .pro-detail .nav {
        font-size: 14px;
    }
    .pro-detail .pro-box {
        padding: 20px 0 50px 0;
    }
    .pro-detail .pro-box .text-wrap .tit {
        font-size: 20px;
    }
    .pro-detail .pro-box .text-wrap .des {
        font-size: 14px;
    }
    pro-detail .pro-box .text-wrap .param .item .ti {
        font-size: 16px;
    }
    .pro-detail .pro-box .right {
        width: 100%;
        margin-left: 0;
    }
    .pro-detail .relate-pro .title {
        font-size: 24px;
        margin-bottom: 1rem;
    }
    .pro-detail .relate-pro .pro-list .img {
        width: 100%;
    }
    .pro-detail .relate-pro .pro-list .text-box {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    .pro-detail .relate-pro .pro-list .text-box .title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .pro-detail .relate-pro .pro-list .text-box p {
        font-size: 14px;
        line-height: 24px;
    }
    .pro-detail .pro-box .text-wrap .btn {
        width: 100%;
        line-height: 50px;
    }
    .pro-detail .nav {
        margin: 30px 0 15px 0;
    }
    .pro-detail .pro-box .right #big-img .big {
        height: 350px;
        line-height: 350px;
    }
    .del_t{
        margin-bottom: 0px ;
        margin-top: 3rem;
    }
    .pro_right1, .pro_left1{
        width: 100%;
    }
    .fe_box{
        flex-wrap: wrap;
    }
    .procnt1 {
        margin: 20px 0;
    }
    .procnt1 h4 {
        font-size: 16px !important;
    }
    .del_t {
        font-size: 28px;
    }
    .fe_box:nth-child(2n+1){
        flex-direction: column-reverse;
    }
    .fea_fl {
        width: 100%;
    }
    .fea_fr {
        width: 100%;
        position: relative;
        transform: unset;
        margin-top: 20px;
    }
    .pro-detail .relate-pro .pro-list{
        flex-wrap: wrap;
    }
    .pro-detail .relate-pro .pro-list .img{
        border-bottom: 1px solid #ddd;
        border-right: unset;
    }
    .pro-detail .relate-pro .pro-list:nth-child(2n + 1) .img{
        border-left: unset;
    }
}
