/*导航*/
.nav-box{margin-bottom:0.6rem !important;}
.nav-bner-top{margin-top:4rem;}

.three-modules{margin-top:1rem}
.problem-cons{margin:1rem 0;}

.cor-tit p{font-size:0.2571rem;line-height:2;color:#3d3d3d;text-align:center;}

/*各模块*/
.t-m-list{width:90%;margin:0.5rem auto;}
.m-cont-t .energy{width:49.5%;margin-bottom:1%;position:relative;}
.m-cont-t .energy:last-child{width:100%;margin-bottom:0;}

.m-cont-t .energy:last-child .en-tit-btn.en-tb-b{left:2.5%;}

.en-tit-btn{position:absolute;bottom:5%;left:5%;z-index:11}
.en-tit-btn h3{font-size:0.3428rem;color:#fff}
.en-tit-btn .pub-btn{display:block;width:1.6rem;height:0.5rem;line-height:0.5rem;background-color:#fff;border-radius:0.0714rem;position:relative;font-size:0.2rem;text-align:center;color:#07282d;margin-top:0.2857rem;overflow:hidden;}

/*问题咨询*/
.pro-box{position:relative;}
.pos-pro{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:11;}
.pos-pro h3{font-size:0.4571rem;color:#fff;text-align:center;}
.pos-pro .pub-btn{display:block;width:2rem;height:0.6rem;line-height:0.6rem;background-color:#18565d;border-radius:0.0714rem;position:relative;font-size:0.2285rem;text-align:center;color:#fff;margin-top:0.2857rem;overflow:hidden;}

@media screen and (max-width:768px){
.t-m-list{width:100%;}
.cor-tit p{font-size:0.7rem;line-height:1.5}
.en-tit-btn h3{font-size:0.8rem;}
.en-tit-btn .pub-btn{width:3.5rem;height:1rem;line-height:1rem;font-size: 0.5rem;}
.pos-pro h3{font-size:1rem;}
.pos-pro .pub-btn{width:4rem;height:1rem;line-height:1rem;font-size:0.5rem;}

}