﻿@charset "utf-8";
.mr_frbox{
	min-height:500px;
	float:left;
	width:100%;
}
.mr_frBtnL{float:left;margin:230px 0px 0px 0px;cursor:pointer;display:inline;}
.mr_frUl{
	float:left;
	height:500px;
	width:1150px;
	overflow:hidden;
	margin-left:18px;
}

.mr_frBtnR{float:right;margin-top:230px;cursor:pointer; }
.mr_frUl ul li{
	display:inline;
	float:left;
	min-height:500px;
	width:270px;
	overflow:hidden;
	margin:0px 9px;
	background:#FFF;
}
.mr_frUl ul li a{ text-decoration:none; cursor:pointer;-webkit-transition-duration:.3s;-moz-transition-duration:.3s;-transition-duration:.3s;}
.tj-pic{width:270px ; height:150px; float:left; overflow:hidden;}
.tj-pic img{ width:270px ; height:150px; float:left;transition: 1.5s;-webkit-transition: 1.5s;-moz-transition: 1.5s;}
.mr_frUl ul li a:hover img{transform: scale(1.12);-webkit-transform: scale(1.12);-moz-transform: scale(1.12);}
.tj-info{ width:170px; height:305px; padding:20px 50px; float:left;}
.mr_frUl ul li a:hover .tj-info{ border-bottom:5px solid #5787ff;-webkit-transition-duration:.3s;-moz-transition-duration:.3s;-transition-duration:.3s;}

.tj-name{ width:100%; min-height:60px;text-align:center; font-size:16px; color:#22242f; border-bottom:1px solid #e0e0e0;}
.tj-name table{ width:100%; height:50px; float:left;}
.mr_frUl ul li a:hover .tj-name table{ color:#5787ff;-webkit-transition-duration:.3s;-moz-transition-duration:.3s;-transition-duration:.3s;}
.tj-other{ width:100%; min-height:176px; float:left; text-align:center; line-height:26px; font-size:16px; margin-top:20px;}
.tj-other p{ color:#b4b6c5;}
.tj-other p:hover{ color:#22242f;}

.tj-more{ width:80%; height:40px; float:left; background:#933; margin-left:10%; line-height:40px; font-size:12px; color:#FFF;
background:#64697c; text-align:center;
-moz-border-radius: 20px; /* Firefox */
-webkit-border-radius: 20px; /* Safari 和 Chrome */
border-radius: 20px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.mr_frUl ul li a:hover .tj-more{ background:#5787ff;}
.tj-more:hover{
-webkit-transition-duration:.5s;-moz-transition-duration:.5s;-transition-duration:.5s;
transform:translate(0px,-5px);
-ms-transform:translate(0px,-5px); /* IE 9 */
-moz-transform:translate(0px,-5px); /* Firefox */
-webkit-transform:translate(0px,-5px); /* Safari and Chrome */
-o-transform:translate(0px,-5px); /* Opera */
}