

.main {
	position: relative;
	top: -50px;
	margin: 0px auto 21px;
	width: 1280px;
}
.main>.title {
	width: 1280px;
	height: 50px;
	background: rgba(255,255,255,0.9);
}
.main>.title>a {
	display: block;
	width: 102px;
	height: 50px;
	float: left;
	font-size: 14px;
	color: #5b5b5b;
	line-height: 50px;
	cursor: pointer;
	text-align: center;
}
.main>.title>.length {
	width: 154px;
}
.main>.title>a:hover {
	background: #ffb94a;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
.main>.title>.active {
	background: #ffb94a;
	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: 1180;
	height: 876px;
	padding-top: 22px;
	padding: 50px;
	background: url(../images/list03_background.jpg);
}

.content>.cont_img-text {
	border-bottom: 1px dashed #d9d9d9;
	padding-bottom: 50px;
}
.cont_img {
	width: 595px;
	height: 335px;
	overflow: hidden;
	display: inline-block;
}
.cont_img>img {
	width: 595px;
}
.cont_text {
	width: 554px;
	height: 335px;
	float: right;
}
.cont_text>h2 {
	font-size: 18px;
	color: #ffb94a;
	font-weight: 700;
	margin: 13px 0px 16px;
}
.cont_text>p {
	margin-top: 8px;
	font-size: 14px;
	line-height: 32px;
	color: #919191;
}

.cont_text>p>span {
	font-size: 14px;
	font-weight: 700;
	color: #ffb94a;
}





.con_border {
	width: 1180px;
	position: relative;
	height: 388px;
}
.con_wid {
	width: 2360px;
	height: 388px;
	position: absolute;
	left: 0px;
	transition: left 0.4s;
    -webkit-transition: left 0.4s; 
}

.content_shop {
	width: 1180px;
	height: 388px;
	float: left;
}
.content_shop>li {
	cursor: pointer;
	height: 388px;
	width: 285px;
	overflow: hidden;
	float: left;
	position: relative;
	margin: 5px;
}
.content_shop>li:hover img {
	width: 320px;
	top: -16px;
	left: -16px;
}
.content_shop>li img {
	width: 285px;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: height 0.4s,width 0.4s,top 0.4s,left 0.4s;
    -webkit-transition: height 0.4s,width 0.4s,top 0.4s,left 0.4s;
}


.content_shop>li:last-child {
	margin-right: 0px;
}
.content_shop>li .adimg {
	position: absolute;
	bottom: 0px;
	width: 285px;
	height: 69px;
	background-image: url(../images/shopping1.png);
	background-size: center;
}
.adimg>h2 {
	margin-top: 30px;
	font-size: 18px;
	color: #ffb94a;
	font-weight: 700;
	text-align: center;
}
.adimg>span {
	display: block;
	height: 35px;
	width: 35px;
	background: url(../images/icon_all.png) -180px 0;
	position: absolute;
	top: -17px;
	left: 50%;
	margin-left: -17px;
}
.adimg>span:hover {
	animation: updownTiao 0.5s;
}

.con_title {
	width: 161px;
	height: 24px;
	position: absolute;
	top: 473px;
	left: 50%;
	margin-left: -80px;
}
.con_title>span {
	float: left;
	width: 80px;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	cursor: pointer;
	color: #a0a0a0;
	background: #f4f3f4;
	text-align: center;
	border-right: 1px solid #fff;
}
.con_title>span:last-child {
	border-right: none;
}
.con_title>.active {
	background: #ffb94a;
	color: #fff;
	font-weight: 700;
}




@keyframes updownTiao{
	30%{
		margin-top: -10px;
	}
	60%{
		margin-top: 6px;
	}
	90%{
		margin-top: 0px;
	}

}

















.main_btm {
	width: 354px;
	height: 24px;
	margin: 30px auto;
	padding-bottom: 30px;
	position: relative;
	top: 826px;
}
.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;
}




.banner {
	width: 595px;
	height: 335px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.banner>.cut_icon {
	position: absolute;
	bottom: 15px;
	right: 50%;
	margin-right: -35px;
	width: 70px;
	height: 10px;
}
.cut_icon>li {
	float: left;
	cursor: pointer;
	height: 10px;
	width: 10px;
	margin-right: 5px;
	border-radius: 50%;
	background: #fff;
}

.cut_icon>li:last-child {
	margin-right: 0;
}

.cut_icon>.active {
	background: #f9b951;
}

.cut {
	position: absolute;
	width: 100%;
	height: 39px;
	top: 50%;
	margin-top: -20px;
}
.cut>div {
	width: 39px;
	height: 39px;
	opacity: 0.8;
	position: relative;
	transition: right 0.8s,left 0.8s;
    -webkit-transition: right 0.8s,left 0.8s;
}
.cut_left {
	float: left;
	background: url(../images/icon_all.png) -110px -32px;
	left: -60px;
}
.cut_right {
	float: right;
	background: url(../images/icon_all.png) -110px -72px;
	right: -60px;
}

.banner:hover>.cut>.cut_left {
	left: 20px;
}

.banner:hover>.cut>.cut_right {
	right: 20px;
}









.banner>.img_ground {
	height: 335px;
	position: absolute;
	left: 0px;
	transition: left 0.5s;
    -webkit-transition: left 0.5s; 
}
.img_ground>img {
	float: left;
	width: 595px;
	height: 100%;
}