
.mr_frbox{
	width:1200px;
	/*background: pink; */
	height:660px;
	margin-top:60px;
	/*border-right:1px solid #DEDEDE;
	border-bottom:1px solid #DEDEDE;
	border-left:1px solid #DEDEDE;*/
	/*padding:24px 22px 0px;*/
	position: relative;
}

.mr_frUl{
	float:left;
	height:600px;
	width:1200px;
	overflow: hidden;
	/*background: red;*/
}
.mr_frbox>span{
	font-weight: 700;
	color:#c32a30;
	display: inline-block;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 14px;
	cursor: pointer;
}
.mr_frBtnL{
	float:left;
	/*margin:28px 22px 0px 0px;*/
	cursor:pointer;
	display:inline;
	position: absolute;
	top:-80px;
	right:80px;
	width:21px;
}
.mr_frBtnR{
	float:right;
	margin-top:88px;
	cursor:pointer;
	position: absolute;
	top:-167px;
	right:10px;
	width:21px;
}

.mr_frUl ul li{
	display:inline;
	float:left;
	height:640px;
	width:175px;
	/*background:  red;*/
	margin-right:30px;
	overflow:hidden;
}
.mr_frUl ul li a{
	width:175px;
	height:320px;
	/*background: red;*/
	display: inline-block;
}
.img{
	display:block;
	width:175px;
	height:240px;
	margin-bottom:7px;

    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.img:hover{
	transform: scale(1.1);
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.add>u{
	line-height: 40px;
	color:#fff;
	float:left;
	margin-left:5px;
	width:290px;
	height:40px;
	font-size: 18px;
	overflow: hidden;
	font-style: normal;
	/*background: #124561;*/
	display: inline-block;
	float:left;
}