﻿@charset "utf-8";
.mr_frbox { height:500px;}
.mr_frBtnL { float: left; cursor: pointer; display: inline; margin-top:150px;}
.mr_frBtnR { float: right; cursor: pointer; margin-top:150px;}
.mr_frUl { float: left; width:1200px; height:500px; margin-left:20px;}
.mr_frUl ul li {width:280px; height:362px; display:inline-block; cursor:pointer; margin:0px 6px 10px 6px;}

.honor_frbox { height:300px;}
.honor_frBtnL { float: left; cursor: pointer; display: inline; margin-top:120px;}
.honor_frBtnR { float: right; cursor: pointer; margin-top:120px;}
.honor_frUl { float: left; width:1200px; height:300px; margin-left:20px;}
.honor_frUl ul li {width:280px; height:284px; display:inline-block; cursor:pointer; margin:0px 6px 10px 6px;}

/*产品*/
.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:22px; color:#333; line-height:39px;}
.case_cons  .cases_tit .data{font-size:13px; color:#aaaaaa; line-height:42px; background:url(../images/data.png) left center no-repeat; text-indent:25px;}
.case_cons:hover .cases_tit{color:#ff6c00;}
.case_cons:hover .cases_tit p{color:#ff6c00;}
.case_cons:hover .cases_tit .data{color:#ff6c00;}