@charset "UTF-8";
.wrap{
    overflow: hidden;
}
.pro-show-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.pro-show-box .t{
    width: 100%;
    font-size: 12px;
    line-height: 2;
    text-align: right;
}
.pro-show-box{
    padding: 50px 0;
}
.pro-show-box .imgwr{
    position: relative;
    width: 40%;
}
.pro-show-box .imgwr img{
    width: 100%;
}
.pro-show-box .more{
    position: absolute;
    cursor: pointer;
    color: #fff;
    bottom: 20px;
    right: 20px;
    line-height: 3;
    border-radius: 5px;
    /*background: var(--tpl-color);*/
    background: var(--tpl-color) url(../images/msg_call.png) no-repeat 5px center;
    padding: 0 10px 0 40px;
}
.pro-show-box .comwr{
    width: 55%;
}
.pro-show-box .in-tit{
    text-align: left;
}
.pro-show-box .in-tit h3:before,
.pro-show-box .in-tit h3:after{
    display: none;
}
.pro-show-box .comwr .txt{
    font-size: 15px;
    line-height: 2;
}
.pro-show-box .ul1{
    width: 100%;
    padding-top: 50px;
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.pro-show-box li{
    width: 16.6%;
    padding: 0 10px;
}
.pro-show-box li p{
    padding: 10px 0;
    font-size: 16px;
}
.pro-show-box li span{
    font-size: 13px;
    line-height: 2;
}
.pro-show-tit{
    padding-bottom: 25px;
    color: var(--tpl-color);
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.pro-show-tit span{
    font-size: 14px;
    font-weight: normal;
}
.pro-show-txt{
    width: 60%;
    line-height: 2;
    padding-bottom: 25px;
}
@media only screen and (max-width: 768px){
    .pro-show-box {
        padding: 30px 0;
    }
    .pro-show-box .imgwr{
        width: 100%;
    }
    .pro-show-box .comwr{
        width: 100%;
    }
    .pro-show-box .ul1{
        padding-top: 25px;
    }
    .pro-show-box li{
        width: 33.3%;
    }
    .pro-show-box li p{
        font-size: 14px;
        padding: 5px 0;
    }
    .pro-show-box li span{
        font-size: 12px;
    }
    .pro-show-tit{
        padding-bottom: 15px;
        font-size: 18px;
    }
    .pro-show-tit span{
        font-size: 12px;
    }
    .pro-show-txt{
        width: 100%;
        font-size: 13px;
    }
}
.pro-show-jg .imgwr{
    padding: 50px 0;
}
.pro-show-jg .imgwr img{
    width: 60%;
}
.pro-show-jg .box{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
    flex-wrap: wrap;
}
.pro-show-jg .tp img{
    width: 280px;
}
.pro-show-jg .txt{
    padding-left: 50px;
    line-height: 2;
}
.pro-show-jg .txt p{
    font-size: 30px;
    font-weight: bold;
    color: var(--tpl-color);
}
.pro-show-jg .txt span{
    display: block;
    padding: 15px 0;
}
.pro-show-jg .txt li{
    float: left;
    width: 33%;
    font-size: 18px;
    font-weight: bold;
    color: var(--tpl-color);
}
@media only screen and (max-width: 768px){
    .pro-show-jg .imgwr{
        padding: 20px 0;
    }
    .pro-show-jg .imgwr img{
        width: 100%;
    }
    .pro-show-jg .box{
        padding-bottom: 30px;
    }
    .pro-show-jg .tp{
        width: 100%;
    }
    .pro-show-jg .tp img{
        width: 50%;
    }
    .pro-show-jg .txt{
        padding-left: 0;
        width: 100%;
    }
    .pro-show-jg .txt p{
        font-size: 18px;
    }
    .pro-show-jg .txt span{
        font-size: 13px;
        padding: 5px 0;
    }
    .pro-show-jg .txt li{
        font-size: 14px;
    }
}
.pro-show-zb ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 25px 0 50px;
}
.pro-show-zb img{
    width: 100px;
}
.pro-show-zb li{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pro-show-zb li .t{
    padding: 0 15px;
}
.pro-show-zb li p{
    font-size: 18px;
    font-weight: bold;
    color: var(--tpl-color);
}
.pro-show-zb li span{
    display: block;
    font-size: 12px;
    line-height: 2;
    padding: 10px 0;
}
@media only screen and (max-width: 768px){
    .pro-show-zb ul{
        padding: 25px 0;
        justify-content: flex-start;
    }
}
.pro-show-case ul{
    padding: 25px 0 20px 0;
}
.pro-show-case li{
    float: left;
    width: 33.3%;
    padding: 5px;
}
@media only screen and (max-width: 768px){
    .pro-show-case ul{
        padding: 0;
    }
    .pro-show-case li{
        width: 50%;
    }
}