.main{
	position: relative;
	top: -50px;
	margin: 0px auto 21px;
	width: 1280px;
	height: 724px;
}
.main>.title {
	width: 1280px;
	height: 50px;
	background: rgba(255,255,255,0.9);
}
.main>.title>div>a {
	width: 102px;
	height: 50px;
	float: left;
	font-size: 14px;
	color: #5b5b5b;
	line-height: 50px;
	cursor: pointer;
	text-align: center;
	position: relative;
	z-index: 10;
	transition: font-size 0.4s,color 0.4s,font-weight 0.4s;
    -webkit-transition: font-size 0.4s,color 0.4s,font-weight 0.4s;
}
.main>.title>.moveUp {
	position: absolute;
	left: 0px;
	width: 102px;
	height: 50px;
	background: #ffb94a;
	transition: left 0.4s;
    -webkit-transition: left 0.4s;
}
.main>.title>div>a:hover {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
.main>.title .active {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
.main>.title>p {
	float: right;
	cursor: pointer;
	margin-right: 22px;
	line-height: 50px;
	color: #5b5b5b;
}
.main>.title>p>span:hover {
	color: rgb(221,0,0);
	font-weight: 700;
}
.main>.content {
	width: 1100;
	height: 633px;
	padding: 40px 42px 0px;
	background: #fff;
}
.content>.layout {
	width: 100%;
	height: 537px;
}

.content>.layout>li {
	float: left;
	margin: 10px 7px;
	cursor: pointer;
	width: 285px;
	height: 160px;
	overflow: hidden;
	position: relative;
}
.content>.layout>li img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: height 0.7s,width 0.7s,left 0.7s,top 0.7s;
    -webkit-transition: height 0.7s,width 0.7s,left 0.7s,top 0.7s;
}
.content>.layout>li:hover img {
	width: 110%;
	height: 110%;
	top: -5%;
	left: -5%;
}
.content>.layout>li>a>div {
	position: absolute;
	bottom: 0px;
	background: rgba(255,185,74,0.8);
	height: 0px;
	width: 285px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-weight: 700;
	transition: height 0.4s;
    -webkit-transition: height 0.4s; 
    font-size: 14px;
}
.content>.layout>li:hover div {
	height: 30px;
}
















.main_btm {
	width: 354px;
	height: 24px;
	margin: 30px auto;
	padding-bottom: 30px;
}
.main_btm>li {
	cursor: pointer;
	margin: 0px 3px;
	width: 22px;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 22px;
	font-weight: 700;
	height: 22px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.main_btm>li> a {
	display: block;
	line-height: 22px;
	height: 100%;
	width: 100%;
	color: #666;
	font-weight: 700;
	text-decoration: none;
}
.main_btm>li:first-child {
	cursor: default;
	width: 62px;
	margin: 0px 3px 0px 0px;
}
.main_btm>li:last-child {
	margin: 0px 0px 0px 0px;
}
.main_btm>li[title="首页"] {
	background: url(../images/icon_all.png) -137px 1px no-repeat;
}
.main_btm>li[title="上一页"] {
	background: url(../images/icon_all.png) -106px 1px no-repeat;
}
.main_btm>li[title="下一页"] {
	background: url(../images/icon_all.png) -120px 1px no-repeat;
}
.main_btm>li[title="末页"]  {
	background: url(../images/icon_all.png) -156px 1px no-repeat;
}

.main_btm>li[title="首页"]:hover {
	background: url(../images/icon_all.png) -152px -225px no-repeat;
}
.main_btm>li[title="上一页"]:hover {
	background: url(../images/icon_all.png) -121px -225px no-repeat;
}
.main_btm>li[title="下一页"]:hover {
	background: url(../images/icon_all.png) -135px -225px no-repeat;
}
.main_btm>li[title="末页"]:hover {
	background: url(../images/icon_all.png) -171px -225px no-repeat;
}



.main_btm .active {
	background: #ffb94a;
	color: #fff;
}
.main_btm .active:hover {
	background: #ffb94a;
	color: #fff;
}
.main_btm>li:hover {
	border: 1px solid #ffb94a;
}
.main_btm>li:hover a{
	color: #ffb94a;
}

