/********************************* 首页 - index.html **********************************/


/********************************* 关于我们 - about.html **********************************/
/* 文字内容 */
.about-text{
    line-height: 0.4rem;
    color: #7a7a7a;
}
.about-text>p{
    margin-bottom: 0.5rem;
    font-size: 0.18rem;
}
.about-text>p:nth-child(1){
    margin-top: 0.5rem;
}

/********************************* 资质认证 - certification.html **********************************/
/* 证书 */
.certificate-box{
    background: #f1f1f1;
    padding: 0.2rem;
    margin-top: 0.2rem;
}
/* 瀑布流容器 */
.flow-container{
    column-count: 3;
    column-gap: 20px;
}
.flow-item{
    break-inside: avoid;
    margin-bottom: 20px;
    box-shadow: 1px -1px 6px #888888;
    box-sizing: border-box;
}

/********************************* 产品展示 - product.html **********************************/
/* 产品内容 */
.product-box{
    flex-wrap: wrap;
}
.product-box>div{
    justify-content: space-between;
}
.mj-box-product{
    width: 48%;
    padding-bottom: 0.5rem;
}
.product-list-box{
    width: 50%;
    line-height: 0.3rem;
}
.text-title{
    font-size: 0.2rem;
    font-weight: 600;
    color: #383838;
    padding-bottom: 0.1rem;
}
.first{
    margin-top: 0.5rem;
    
}
.proudct-text{
    font-size: 0.16rem;
    color: #666666;
}
.product-img{
    width: 50%;
    padding-top: 0.25rem;
}

/********************************* 产品详情 - product_details.html **********************************/

.product-parameter{
    border-bottom: 1px solid #e67817;
    margin-top: 0.5rem;
}
.product-parameter>div{
    padding: 0.15rem 0.3rem 0.15rem 0.3rem;
}
.pr{
    background: #e67817;
    color: #ffffff;
}
.parameter-box{
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #dcdcdc;
}
.parameter-box p{
    font-size: 0.16rem;
}
.parameter-box>li{
    margin-top: 0.1rem;
    line-height: 0.3rem;
}
.pr-swiper-img{
    width: 4.8rem;
    margin: 0 auto;
    padding: 0.7rem 0 0.4rem 0;
}
.product-parameter span{
    font-size: 0.16rem;
}
/* 前进后退按钮 */
.down-btn{
    justify-content: space-between;
    padding: 0.4rem 0 0.4rem 0;
}
.down-btn>div{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border: 1px solid #dcdcdc;
    padding: 0.2rem 0.3rem 0.2rem 0.3rem;
}
.down-btn>div>a{
    color: #6b6b6b;
}
/* 其他推荐 */
.mj-recommend{
    background: #e67817;
    color: #ffffff;
    line-height: 0.6rem;
    text-indent: 1em;
}
.recommend-box{
    justify-content: space-between;
    padding-top: 0.35rem;
    overflow: hidden;
}
.recommend-box>div{
     width: 31%;
}
.recommend-img{
    padding: 0.25rem 0.1rem 0.25rem 0.1rem;
    border: 1px solid #e5e5e5;
}
.recommend-title{
    font-size: 0.16rem;
    margin-top: 0.2rem;
    display: inline-block;
}
.swiper-pagination{
    bottom: 0 !important;
}

/********************************* 资料下载 - download.html **********************************/
.mj-download{
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.4rem;
}
.mj-download>div{
    width: 30%;
    border: 1px solid #eeeeee;
    text-align: center;
    padding-bottom: 0.2rem;
}
.download-border{
    width: 1rem;
    border-bottom: 4px solid #bbbbbb;
    margin: 0 auto;
    padding-top: 0.2rem;
}
.download-bottom{
    width: 1.2rem;
    padding: 0.1rem 0.15rem 0.1rem 0.15rem;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border: 1px solid #bbbbbb;
    margin: 0 auto;
    margin-top: 0.2rem;
}
/********************************* 控台培训 - training.html **********************************/
.mj-training{
    justify-content: space-between;
    flex-wrap: wrap;
}
.mj-training>div{
    width: 49%;
    margin-top: 0.5rem;
}
.time{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    line-height: 0.3rem;
}
.details{
    padding: 0rem 0.25rem 0rem 0.25rem;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background: #e67817;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    line-height: 0.3rem;
    color: #fff;
}
.details a{
    color: #fff;
    font-size: 0.16rem;
}
.timeAndDetails{
    justify-content: space-between;
}
.time-color{
    color: #e67817;
    font-size: 0.18rem;
}
.training-bottom,.timeAndDetails{
    margin-top: 0.15rem;
}
.training-bottom>p{
    font-size: 0.18rem;
}
/********************************* 新闻中心 - news.html **********************************/

.news-box{
    width: 100%;
    padding-bottom: 0.35rem;
    border-bottom: 1px dashed #dcdcdc;
    margin-top: 0.4rem;
}
.news-left{
    width: 40%;
}
.news-right{
    width: 60%;
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    padding-left: 0.2rem;
}
.news-title{
    color: #3c3c3c;
    font-size: 0.2rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.news-text{
    line-height: 0.3rem;
    text-indent: 2em;
    color: #696969;
    
    
}
.news-time{
    color: #696969;
    padding-bottom: 0.1rem;
}
/********************************* 新闻详情 - news_details.html **********************************/

.details-title{
    width: 100%;
    text-align: center;
    padding-bottom: 0.4rem;
    border-bottom: 2px dashed #dcdcdc;
}
.details-title p{
    font-size: 0.2rem !important;
}
.details-title span{
    font-size: 0.16rem !important;
}
.news-details-title{
    padding-top: 0.4rem;
}
.details-text{
    width: 100%;
    
}
.news-details-img{
    width: 3.7rem;
    height: 3.89rem;
    margin: 0.4rem auto;
    display: block;
    margin-bottom: 0.4rem;
}
.news-details p{
    font-size: 0.18rem;
    line-height: 0.4rem;
}
.details-text p{
    padding-top: 0.5rem;
}
/********************************* 联系我们 - contact.html **********************************/
.company{
    font-size: 0.25rem;
    padding: 0.5rem 0 0.3rem 0;
    color: #4e4e4e;
}
.contact-way>p{
    font-size: 0.18rem;
    line-height: 0.4rem;
}