@charset "utf-8";
.head-page .item.tm-pro>a span {
    color: #ff0000;
}
.head-page .item.tm-pro>a::after {
    transform: scale(1);
    opacity: 1;
}
.product_content {
    background: #f5f5f5;
}
.lists_top .main {
    position: relative;
}
.lists_top .l {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 35%;
}
.lists_top .pro_lists .list:last-child {
    margin-right: 0;
}
.pro_lists .list {
    width: 18.5%;
    margin-right: 1.875%;
    margin: 35px 1.875% 20px 0;
}
.pro_lists .list:nth-child(5n) {
    margin-right: 0;
}
.pro_lists .list .imgs {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pro_lists .list .imgs img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.pro_lists .list .texts {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    display: none;
}
.scale_tit {
    height: 38px;
    background: url(../img/scale_tit.png) no-repeat center/cover;
    padding: 0 30px;
    box-sizing: border-box;
}
.scale_tit span {
    width: 20px;
    height: 20px;
    background: #ff0000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 18px;
}
.scale_tit span::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}
.prodel_pg01 .l {
    width: 38.85%;
    height: 380px;
    border: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    box-sizing: border-box;
}
.prodel_pg01 .l img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.prodel_pg01 .r {
    width: 42.2%;
    margin-right: 6.5%;
    box-sizing: border-box;
}
.pro_tit {
    border-bottom: 2px solid #ff0000;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.prodel_pg01 .r_items .r_item {
    border-bottom: 1px solid #E5E5E5;
    padding: 20px 0;
    box-sizing: border-box;
}
.prodel_pg01 .r_items .r_item:last-child {
    border-bottom: none;
}
.prodel_pg01 .r_items .item_tit {
    width: 110px;
    padding-right: 10px;
    box-sizing: border-box;
}
.prodel_pg01 .r_items .item_text {
    width: calc(100% - 110px);
}
.content_lsts .list .con {
    margin-top: 15px;
    padding: 0 30px;
    box-sizing: border-box;
}
.prodei_pg02 {
    background: #FCFCFC;
}
.down_btn {
    width: 174px;
    height: 48px;
    background: #ff0000;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.down_btn::after {
    content: "";
    display: block;
    width: 16px;
    height: 20px;
    background: url(../img/down_btn.png) no-repeat center/cover;
    margin-left: 9px;
}
.customers_pg{
    background: #f5f5f5;
}
.customers_pg .list{
    width: 18.5%;
    margin-right: 1.875%;
    margin-top: 20px;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 140px;
}
.customers_pg .list:nth-child(5n){
    margin-right: 0;
}
.customers_pg .list img{
    display: block;
    max-height: 100%;
}
.device .list{
    width: 30%;
    margin-right: 5%;
    margin-top: 55px;
}
.device .list:nth-child(3n){
    margin-right: 0;
}
.device .list .tit {
    text-align: center;
    margin: 20px 0;
    text-align: center;
}
@media only screen and (max-width: 1200px) {
    .prodel_pg01 .l {
        height: 386px;
    }
    .customers_pg .list{
        height: 120px;
    }
}
@media only screen and (max-width: 1043px) {
    .mySwiper .swiper-slide {
        height: 68px;
    }
    .prodel_pg01 .l {
        height: 346px;
    }
    .prodel_pg01 .r {
        width: 48.2%;
    }
    .customers_pg .list {
        height: 115px;
        margin-top: 15px;
    }
    .device .list {
        width: 49%;
        margin-right: 2%;
        margin-top: 20px;
    }
    .device .list:nth-child(3n) {
        margin-right: 2%;
    }
    .device .list:nth-child(2n) {
        margin-right: 0;
    }
}
@media only screen and (max-width: 750px) {
    .title_content {
        justify-content: flex-start;
    }
    .title_tit {
        text-align: left;
    }
    .lists_top .l {
        position: initial;
        margin-top: 25px;
        transform: translate(0);
        max-width: 100%;
    }
    .pro_lists .list {
        width: 100%;
        margin: 25px 0 0;
    }
    .pro_lists .list .texts{
        margin-top: 20px;
    }
    .product header {
        justify-content: center;
        margin-bottom: 10px;
    }
    .content_lsts .list .con {
        padding: 0;
    }
    .scale_tit {
        padding: 0 15px;
    }
    .scale_tit span {
        margin-right: 10px;
        width: 15px;
        height: 15px;
    }
    .scale_tit span::before {
        width: 5px;
        height: 5px;
    }
    .prodel_pg01 .l {
        width: 100%;
        height: 306px;
    }
    .prodel_pg01 .r {
        width: 100%;
        margin-right: 0;
        margin-top: 25px;
    }
    .prodel_pg01 .r_items .r_item:last-child {
        padding-bottom: 0;
    }
    .prodel_pg01 .r_items .r_item {
        padding: 15px 0;
    }
    .mySwiper .swiper-slide {
        height: 60px;
        padding: 5px;
    }
    .content_lsts .list:last-child .con {
        margin-bottom: 0;
    }
    .customers_pg .list {
        height: 85px;
        width: 48%;
        margin-right: 4%;
    }
    .customers_pg .list:nth-child(5n){
        margin-right: 4%;
    }
    .customers_pg .list:nth-child(2n){
        margin-right: 0;
    }
    .device .list {
        width: 100%;
        margin-right: 0;
    }
}