﻿@charset "utf-8";
.mr_frbox { height:330px;}
.mr_frBtnL { float: left; cursor: pointer; display: inline; margin-top:100px;}
.mr_frBtnR { float: right; cursor: pointer; margin-top:100px;}
.mr_frUl { float: left; width:1200px; height:330px; margin-left:20px;}
.mr_frUl ul li { display: inline; float: left; width:280px; height:330px; overflow: hidden; padding:0px 10px;}

/*产品*/
.case_cons{float:left; width:386px; height:452px; background:#fff;}
.case_cons .case_cons_img{ width:386px; height:271px; overflow:hidden;}
.case_cons .case_cons_img img{width:386px; height:271px; transform:scale(1); transition:all ease-in-out .5s;}
.case_cons:hover .case_cons_img img{transform:scale(1.2);}
.case_cons  .cases_tit{text-align:left; width:326px; height:145px; margin:18px auto; font-size:16px; color:#777777; line-height:29px;}
.case_cons  .cases_tit p{font-size:20px; color:#666666; line-height:28px; height:48px;}
.case_cons  .cases_tit .data{font-size:13px; color:#666666; line-height:18px; padding-top:10px;}
.case_cons:hover .cases_tit{color:#008e44;}
.case_cons:hover .cases_tit p{color:#008e44;}
.case_cons:hover .cases_tit .data{color:#008e44;}

.pro_cons{float:left; width:278px; height:328px; border:1px solid #dbdbdb;}
.pro_cons:hover{float:left; width:278px; height:328px; border:1px solid #008e44;}
.pro_cons .pro_cons_img{ width:276px; height:276px; overflow:hidden; padding:1px;}
.pro_cons .pro_cons_img img{width:276px; height:276px; transform:scale(1); transition:all ease-in-out .5s;}
.pro_cons:hover .pro_cons_img img{transform:scale(1.2);}
.pro_cons  .pros_tit{text-align:center; width:278px; height:50px; font-size:16px; color:#777777; line-height:50px;}
.pro_cons:hover .pros_tit{color:#008e44;}