

.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: 124px;
	height: 50px;
	float: left;
	font-size: 14px;
	color: #5b5b5b;
	line-height: 50px;
	cursor: pointer;
	text-align: center;
	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: 124px;
	height: 50px;
	background: #ffb94a;
	transition: left 0.4s;
    -webkit-transition: left 0.4s;
}
.main>.title>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: 1180;
	/* height: 890px; */
	padding-top: 22px;
	padding: 50px 50px 0px;
	background: url(../images/list03_background.jpg);
}

.content>.cont_img-text {
	border-bottom: 1px dashed #d9d9d9;
	padding-bottom: 50px;
	text-align: center;
}
.content>.cont_img-text>h2 {
    margin: 13px 0px 16px;
    font-size: 18px;
    color: #ffb94a;
    font-weight: 700;
}
.cont_img {
	width: 595px;
	height: 335px;
	overflow: hidden;
	display: inline-block;
}
.cont_img>img {
	width: 595px;
}
.cont_text {
	width: 554px;
	height: 335px;
	float: right;
	position: relative;
	top: -25px;
}
.cont_text>h2 {
	font-size: 18px;
	color: #ffb94a;
	font-weight: 700;
	margin: 13px 0px 16px;
}
.cont_text>p {
	position: relative;
	top: -20px;
	font-size: 14px;
	line-height: 32px;
	color: #919191;
	overflow-y: auto;
    height: 98%;
}
.cont_text>p::-webkit-scrollbar {
    width: 6px;
    height: 6px;

}
.cont_text>p::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
    background-clip: padding-box;
    min-height: 28px;
}
.cont_text>p>span {
	font-size: 14px;
	font-weight: 700;
	color: #ffb94a;
}
.con_border {
	margin-top: 53px;
	width: 1180px;
	overflow: hidden;
	position: relative;
	/* height: 388px; */
}
.con_wid {
	width: 2360px;
	/* height: 388px; */
	position: relative;
	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-right: 13px;
	margin-bottom: 13px;
	background-color: #f6f6f6;
}
.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:nth-child(4n) {
	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: 534px;
	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;
}
.main_btm>li {
	cursor: pointer;
	margin: 0px 3px;
	width: 22px;
	float: left;
	text-align: center;
	line-height: 22px;
	color: #666;
	font-size: 14px;
	font-weight: 700;
	height: 22px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.main_btm>li:first-child {
	cursor: default;
	width: 82px;
	margin: 0px 3px 0px 0px;
}
.main_btm>li:last-child {
	margin: 0px 0px 0px 0px;
}
.left_icon1 {
	background: url(../images/icon_all.png) -106px 1px no-repeat;
}
.left_icon2 {
	background: url(../images/icon_all.png) -137px 1px no-repeat;
}
.right_icon1 {
	background: url(../images/icon_all.png) -156px 1px no-repeat;
}
.right_icon2 {
	background: url(../images/icon_all.png) -120px 1px no-repeat;
}
.main_btm>.active {
	background: #ffb94a;
	color: #fff;
	border: 1px solid #ffb94a;
}
.main_btm>.list:hover {
	border: 1px solid #ffb94a;
	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%;
}