body,html {
	font-size: 14px; 
	font-family: Arial,"Microsoft Yahei",sans-serif;
}
a{text-decoration: none;}
input:focus,button:focus{outline: none}
input{-webkit-appearance: none;}
.con_width {
	width: 1226px;
}
.fl{float:left}
.fr{float:right}
/** 顶部导航css **/
.header_bar {
	width: 100%;
	height: 40px;
	background: #333;
	color: #b0b0b0;
	min-width: 1226px;
	font-size: 12px;
}
.header {
	margin: 0 auto;
	height: 40px;
}
/* 左侧菜单 */
.header_nav {
	height: 100%;
	width: 100%;
	float: left;
}
.header_nav>ul>li,.user-auction>ul>li {
	float: left;
	height: 40px;
	line-height: 40px;
}
.header_nav>ul>li>a,.user-auction>ul>li>a {
	color: #b0b0b0;
	padding: 0 10px;
	border-right: 1px solid #424242;
}
.header_nav>ul>li:first-child>a {
	padding-left: 0;
}
.header_nav>ul>li:last-child>a,.user-auction>ul>li:last-child>a {
	border-right: 0;
}
.header_nav>ul>li>a:hover,.user-auction>ul>li>a:hover {
	color: #FFF;
}


/** 主体导航 **/
.main_nav {
	min-width: 1226px;
	margin: 0 auto;
	height: 88px;
	display: flex;
	align-items: center;/*垂直居中*/
	position: relative;
}
.logo {
	width: 55px;
	height: 55px;
	display: flex;
	/*上下左右居中*/
	justify-content: space-around;
	align-items: center;
	font-size:12px;
	font-weight:bold
	/* background: #ff6700; */
}
.nav {
	margin-left: 29px;
}
.nav>ul>li {
	float: left;
}
.nav>ul>li>a {
	font-size: 16px;
	height: 88px;
	line-height: 88px;
	padding: 0 20px;
	color: #333;
	display: block;
	/* font-weight: 600; */
}
.nav>ul>li>a:hover {
	color: #ff6700;
}
.nav>ul>li>a:first-child {
	padding-left: 0;
}
/*主体导航滑动显示内容*/
.nav_item {
	width: 100%;
	font-size: 12px;
	position: absolute;
	z-index: 2;
	left: 0; 
	/* top: 87px; */
    box-shadow:2px 2px 5px  #ccc;
	height: 0; 
	overflow: hidden;
	transition: height 0.5s linear;
	background: #fff; 
	
}
.nav>ul>li:hover .nav_item {
	height: 180px;  
}
.nav_item_con {
	margin: 0 auto;
}
.nav_item_con>ul>li {
	float: left;
	position: relative;
	text-align: center;
	height: 180px;
	padding: 0 22px;
}
.nav_item_con>ul>li+li::before {
	content: "";
	width: 1px;
	height: 100px;
	background: #E0E0E0;
	display: block;
	position: absolute;
	top: 50%;
	left: 0px;
	border:none;
	margin-top: -65px;  /* -65 */
}
.nav_item_con>ul>li>label {
	padding: 3px 0;
	width: 50px;
	text-align: center; 
	color: #ff6700;
	display: block;
	position: absolute;
	top: 1px;
	left: 50%;
	margin-left: -25px;
}
.nav_item_con>ul>li>a {
	display: block;
}
.nav_item_con>ul>li>a.nav_item_con_img {
	margin-top: 20px;
}
.nav_item_con>ul>li>a>img {
	width: 160px;
}
.nav_item_con>ul>li>a.nav_item_con_name {
	margin-top: 20px;
	color: #333;
}
.nav_item_con>ul>li>a.nav_item_con_name:hover {
	color: #ff6700;
}
.nav_item_con>ul>li>p {
	line-height: 30px;
	color: #ff6700;
}
 
/**  **/
.home_container {
	margin: 0 auto;
	height: 460px;
	position: relative; 
}
.menu_list {
	width: 234px;
	background: #FF0;
	height: 100%;
	box-sizing: border-box;
	padding: 10px 0;
	background: rgba(0,0,0,0.9);
	position: absolute;
	left: 0;
	z-index: 1;
}
.menu_list>ul>li>a {
	display: block;
	height: 44px;
	line-height: 44px;
	padding: 0 10px 0 30px;
	color: #FFF;
}
.menu_list>ul>li>a>span.arrow {
	float: right;
	margin-right: 15px;
	font-size: 16px;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.7);
	font-family: 楷体;
}
.menu_list>ul>li>a:hover {
	background: #FF6700;
}
.menu_list>ul>li:hover>.menu_list_item {
	display: block;
}
.menu_list>ul>li>.menu_list_item {
	position: absolute;
	top: 0;
	left: 234px;
	background: #FFF;
	z-index: 3;
	height: 460px;
	box-shadow:2px 2px 5px #ddd;
	overflow: hidden;
	display: none;
}
.menu_col_1 {
	width: 248px;
}
.menu_col_2 {
	width: 496px;
}
.menu_col_3 {
	width: 744px;
}
.menu_col_4 {
	width: 992px;
}
.menu_list>ul>li>.menu_list_item>ul.menu_list_goods>li {
	float: left;
}
.menu_list>ul>li>.menu_list_item>ul.menu_list_goods>li>a {
	width: 248px;
	height: 76px;
	line-height: 76px;
	display: flex;
	align-items: center;
	color: #333;
	padding: 0 20px;
	box-sizing: border-box;
}
.menu_list>ul>li>.menu_list_item>ul.menu_list_goods>li>a:hover {
	color: #ff6700;
}
.menu_list>ul>li>.menu_list_item>ul>li>a>img {
	width: 40px;
	height: 40px;
}
.menu_list>ul>li>.menu_list_item>ul>li>a>span {
	font-size: 14px;
}
/* banner */
/* .banner img {
	width: 100%;
} */
#banner {
	width: 1226px;
	height: 460px;
	position: relative;
	box-sizing: border-box;
	background: rgba(30,30,30,0.1);
}
#banner>ul {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;	/* 垂直居中 */
	justify-content: space-around;
}
#banner>ul>li {
	position: absolute;
	display: none;
	margin-top: 2px;
}
#banner>ul>li img {
	display: block;
	width: 100%;
	height: 100%;
}
#banner>ul>li.active {
	display: block;
}
#circle-list {
	/*width: 100px;*/
	height: 17px;
	background: rgba(255,255,255,0.3);
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -45px;
	border-radius: 10px;
}
#circle-list>ul {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;	/* 垂直居中 */
	justify-content: space-around;
}
#circle-list>ul>li {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #FFF;
}
#circle-list>ul>li.active-circle {
	background: #F90;
}
#banner>.banner-arrow {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: rgba(10,10,10,0);
	color: rgba(255,255,255,0.5);
	font-size: 20px;
	font-family: 楷体;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	border-radius: 50%;
	user-select: none;
}
#banner>.banner-arrow:hover {
	background: rgba(255,255,255,0.3);
	color: #FFF;
	cursor: pointer;
}
#banner>#banner-left {
	left: 244px;
}
#banner>#banner-right {
	right: 10px;
}


/** 推荐部分 **/
.recommend {
	margin: 0 auto;
	height: 170px;
	margin-top: 14px;
}
.recommend_left {
	width: 234px;
	height: 170px;
	box-sizing: border-box;
	background: #5f5750;
	float: left;
}
.recommend_left>ul>li {
	position: relative;
    float: left;
    width: 72px;
    height: 82px;
    padding: 0 3px;
}
.recommend_left>ul>li+li::after {
	content: "";
	width: 1px;
	height: 60px;
	background: rgba(100,100,100,0.5);
	display: block;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -30px;
}
.bottom_line {
	width: 60px;
	height: 1px;
	background: rgba(100,100,100,0.5);
	margin-top: 15px;
	margin-left: 6px;
}
.recommend_left>ul>li>a {
	color: rgba(255,255,255,0.7);
	font-size: 12px;
	display: block;
	padding-top: 18px;
	text-align: center;
}
.recommend_left>ul>li>a:hover {
	color: #FFF;
}
.recommend_left>ul>li>a>i {
	height: 24px;
	line-height: 24px;
	font-size: 24px;
}
.recommend_left>ul>li>a>span {
	display: block;
	line-height: 24px;
}
.recommend_right {
	width: 990px;
	float: right;
}
.recommend_right>ul>li {
	float: left;
}
.recommend_right>ul>li>a>img {
	width: 316px;
	height: 170px;
	margin-left: 14px;
}
.recommend_right>ul>li>a>img:hover {
	box-shadow: 0px 10px 20px #DDD;
}
/** 小米闪购 **/
.flashover {
	margin: 0 auto;
	margin-top: 14px;
}
.flashover_a {
	float: right;
	width: 60px;
	height: 26px;
	line-height: 26px;
	margin-top: 12px;
}
.flashover_a > a:first-child {
	border-right: 0;
}
.flashover_a > a {
	float: left;
	display: block;
	width: 30px;
	color: #b0b0b0;
	font-size: 22px;
	text-align: center;
	border: 1px solid #b0b0b0;
	box-sizing: border-box;
}
.list_title {
    font-size: 20px;
    font-weight: 200;
    line-height: 58px;
    color: #333; 
}
.list_title a{
	display:inline-block; 
	margin: 0 5px;
	color:#333
}
 

.flashover_list {
	height: 340px;
	position: relative;
	width: 1226px;
}
#shangou {
	transition: all 2s 1s linear;
}
.flashover_item_con {
	width: 992px;
	height: 340px;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}
.flashover_item_con_div {
	height: 340px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.flashover_item {
	width: 234px;
	height: 340px;
	float: left;
}
.countdown {
	background: #f1eded; 
	text-align: center; 
}
.countdown_title {
	font-size: 21px;
	color: #e53935;
	line-height: 100px;
}
.countdown>i {
	font-size: 50px;
	color: #e53935;
}
.countdown_desc {
	margin-top: 60px;
	color: rgba(0,0,0,0.54);
	font-size: 15px;
}
.countdown_time {
	width: 176px;
	height: 48px;
	margin: 30px auto;
}
.countdown_time>label {
	height: 48px;
	display: block;
	float: left;
	line-height: 48px;
	text-align: center;
}
.countdown_time>label.countdown_time_item {
	width: 48px;
	background: #605751;
	font-size: 26px;
	color: rgba(255,255,255,0.9);
}
.countdown_time>label.countdown_item_dot {
	color: #605751;
	font-size: 26px;
	font-weight: 600;
	width: 16px;
}
.flashover_goodlist {
	/* background: rgba(0,0,0,0.02); */ 
	margin-left: 14px;
	background:#eee
}
.goodlist_content {
	text-align: center;
	position: relative;
}
.goodlist_content>img {
	width: 160px;
	height: 160px;
	margin-top: 30px;
	z-index: -1;
}
.goodlist_content>p.good_title {
    margin: 30px 20px 3px;
    font-size: 14px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #212121;
}
.goodlist_content>p.good_desc {
	height: 18px;
    margin: 12px 20px;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #b0b0b0;
	display:none
}
.goodlist_content>p.good_price {
	color: #ff6709;
	border: #ccc 1px solid;
    display: inline-block;
    padding: 5px 15px;
	margin-top: 20px;
}
.goodlist_content>p.good_price>label {
	text-decoration: line-through;
	color: #b0b0b0;
	margin-left: 5px;
}
.goodlist1 {
	border-top: 1px solid #ffac13;
}
.goodlist2 {
	border-top: 1px solid #83c44e;
}
.goodlist3 {
	border-top: 1px solid #2196f3;
}
.goodlist4 {
	border-top: 1px solid #e53935;
}
/** 广告 **/
.ad_container {
	margin: 40px auto 0 auto;
}
.ad_container img {
	width: 100%;
}
/** 商品列表 **/
.goods {
	background: #F5F5F5;
	padding: 5px 0 50px 0;
	margin-top: 40px;
	min-width: 1226px
}
/* 标题部分 */
.goods h1>a {
	float: right;
	font-size: 16px;
	color: #b0b0b0;
	font-weight: 300;
	transition: all .4s;
}
.goods h1>a>i {
	font-size: 20px;
	margin-left: 8px;
	font-weight: normal;
}
.goods h1>a:hover {
	color: #FF6700;
}
.goods h1>ul {
	float: right;
}
.goods h1>ul>li {
	float: left;
	padding: 0 10px;
}
.goods h1>ul>li>a {
	font-size: 16px;
	color: #424242;
	display: block;
	height: 45px;
	font-weight: 300;
	transition: all .4s;
}
.goods h1>ul>li:last-child>a {
	padding-right: 0;
}
.goods h1>ul>li>a:hover,.goods h1>ul>li.active>a {
	color: #FF6700;
	border-bottom: 2px solid #FF6700;
}
.goods
/** 手机 **/
.goods_item_left1 {
	width: 234px;
	height: 614px;
	overflow: hidden;
	float: left;
}
.goods_list_left1{
	width: 234px;
	min-height: 928px;
	height:100% !important;
	background: #3c528e;
}
.goods_item_left1 img {
	width: 100%;
}
.goods_item_list {
	width: 234px;
	height: 300px;
	float: left;
	background: #FFF;
	margin-left: 14px;
	position: relative;
}
.goods_item_list:hover {
	box-shadow: 0px 10px 20px #DDD;
	transform: translate(0,-3px);
	transition:transform 0.5s linear 0s;
}
div.goods_item_list:nth-child(n+5) {
	margin-top: 14px;
}
.goods_item_list>.goodlist_content {
	position: relative;
}
.goods_item_list>.goodlist_content>label {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -35px;
	width: 70px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	background: #e53935;
	color: #FFF;
	text-align: center;
}
.goods_item_list>.goodlist_content>label.new_good {
	background: #83c44e;
}
.goods_item_list>.goodlist_content>a>img {
	width: 160px;
	height: 160px;
	margin-top: 30px;
}
.goods_item_list>.goodlist_content>.good_title {
	margin: 10px 20px 0 20px;
}
.goods_item_list>.goodlist_content>.good_title>a {
	color: #333;
}
/** 家电 **/
.wiring {
	margin: 20px auto 0 auto;
}
.wiring_left {
	float: left;
	width: 234px;
	height: 614px;
}
.wiring_left>a {
	width: 234px;
	height: 300px;
	display: block;
}
.wiring_left>a:last-child {
	margin-top: 14px;
}
.wiring_left>a>img {
	width: 100%;
}
.wiring_right {
	width: 992px;
	float: right;
	overflow: hidden;
}
.goods_item_list_desc {
	width: 100%;
	height: 0;
	background: #FF6700;
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	padding: 0 20px;
	font-size: 12px;
	overflow: hidden;
}
.goods_item_list_desc>.goods_item_list_desc_con {
	line-height: 18px;
	color: rgba(255,255,255,0.9);
	margin-top: 9px;
}
.goods_item_list_desc>span {
	display: block;
	color: rgba(255,255,255,0.7);
	margin-top: 10px;
}
.goods_item_list:hover .goods_item_list_desc {
	height: 80px;
	transition:height 0.3s linear 0s;
}
/* 最后查看更多 */
.goods_item_list_last {
	width: 234px;
	height: 300px;
	float: left;
	margin-left: 14px;
	margin-top: 14px;
}
.goods_item_last_list {
	width: 234px;
	background: #FFF;
}
.goods_item_last_list:hover {
	box-shadow: 0px 10px 20px #DDD;
	transform: translate(0,-3px);
	transition:transform 0.5s linear 0s;
}
.goods_item_last_list:last-child {
	margin-top: 14px;
}
.goods_item_last_list_left {
	width: 117px;
	height: 143px;
	float: left;
	box-sizing: border-box;
	padding: 35px 0 0 20px;
}
.goods_item_last_list_left>a {
	color: #333;
	display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 40px;
}
.goods_item_last_list_left>span {
	color: #ff6700;
}
.goods_item_last_list_right {
	width: 117px;
	height: 143px;
	float: right;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.goods_item_last_list_right>img {
	width: 80px;
	height: 80px;
}
.goods_item_last_list_left>a.more>p {
	font-size: 18px;
	line-height: 10px;
	margin-top: 20px;
}
.goods_item_last_list_left>a.more>label {
	color: #b0b0b0;
	font-size: 12px;
}
.goods_item_last_list_right>a>i {
	font-size: 48px;
	color: #FF6700;
}
/** 为你推荐 **/
.recommends {
	margin: 20px auto 0 auto;
}
.recommends_con {
	width: 1226px;
}
.recommends_con>div.goods_item_list:first-child {
	margin-left: 0;
}
.recommends_con>div.goods_item_list:nth-child(n+5) {
	margin-top: 0;
}
.recommends_con>div.goods_item_list p.good_price {
	margin-top: 10px;
}
/** 产品热评 **/
.hotreview {
	margin: 20px auto 0 auto;
}
.hotreview_item {
	width: 296px;
	height: 415px;
	background: #FFF;
	float: left;
	margin-left: 14px;
}
.hotreview_item:first-child {
	margin-left: 0;
}
.hotreview_item:hover {
	box-shadow: 0px 10px 20px #DDD;
	transform: translate(0,-3px);
	transition:transform 0.5s linear 0s;
}
.hotreview_item>.hotreview_img>img {
	width: 296px;
	height: 220px;
	margin-bottom: 28px;
}
.hotreview_item>.hotreview_desc {
	color: #333;
	height: 72px;
    margin: 0 28px 22px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    overflow: hidden;
    display: block;
}
.hotreview_item>p>.hotreview_recommend {
	margin:0 28px;
	color: #b0b0b0;
	font-size: 12px;
}
.hotreview_item>.hotreview_intro {
	margin: 10px 28px;
}
.hotreview_item>.hotreview_intro>label {
	display: block;
	float: left;
	font-size: 14px;
}
.hotreview_item>.hotreview_intro>.hotreview_name_line {
	width: 2px;
	height: 15px;
	background: #e0e0e0;
	margin: 0 10px;
}
.hotreview_item>.hotreview_intro>.hotreview_price {
	color: #ff6700;
	font-weight: 400;
}
/** 内容 **/
.hotreview_item {
	position: relative;
}
.hotreview_item p {
	text-align: center;
}

.hotreview_item ul.tushuBanner {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-around;
}
.hotreview_item ul.tushuBanner>li {
	position: absolute;
	display: none;
	margin-top: 2px;
}
.hotreview_item ul.tushuBanner>li .tushuCon {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.hotreview_item ul.tushuBanner>li.active {
	display: block;
}
#tushuCircle-list {
	/*width: 100px;*/
	height: 17px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -25px;
	border-radius: 10px;
}
#tushuCircle-list>ul {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;	/* 垂直居中 */
	justify-content: space-around;
}
#tushuCircle-list>ul>li {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #DDD;
}
#tushuCircle-list>ul>li.active-circle {
	background: #F90;
}
.hotreview_item .banner-arrow {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: rgba(10,10,10,0);
	color: #f9f9f9;
	font-size: 20px;
	font-family: 楷体;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	border-radius: 50%;
	user-select: none;
}
.hotreview_item .banner-arrow:hover {
	background: rgba(0,0,0,0.3);
	color: #FFF;
	cursor: pointer;
}
.hotreview_item .tsleft {
	left: 5px;
}
.hotreview_item .tsright {
	right: 5px;
}

.hotreview_item .hotreview_item_title {
	text-align: center;
	font-size: 16px;
	line-height: 60px;
    margin: 30px 20px 0;
}
.hotreview_item:nth-of-type(1) .hotreview_item_title {
	color: #ffac13;
}
.hotreview_item:nth-of-type(2) .hotreview_item_title{
	color: #83c44e;
}
.hotreview_item:nth-of-type(3) .hotreview_item_title{
	color: #e53935;
}
.hotreview_item:nth-of-type(4) .hotreview_item_title{
	color: #2196f3;
}
.hotreview_item .hotreview_item_title1 {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 20px;
}
.hotreview_item .hotreview_item_title1 {
	color: #333;
}
.hotreview_item .hotreview_item_desc {
	height: 40px;
	margin: 10px 48px 10px;
	line-height: 20px
}
.hotreview_item .hotreview_item_desc {
	color: #b0b0b0;
	font-size: 12px;
} 
.hotreview_item .hotreview_item_price {
	margin: 20px 48px 20px;
	color: #333;
}
.hotreview_item a.hotreview_item_img {
	display: block;
	width: 100%;
	text-align: center;
}
/** 视频 **/
.video {
	margin: 20px auto 0 auto;
}
.video_item {
	width: 296px;
	height: 285px;
	float: left;
	margin-left: 14px;
	background: #FFF;
}
.video_item:first-child {
	margin-left: 0;
}
.video_item:hover {
	box-shadow: 0px 10px 20px #DDD;
	transform: translate(0,-3px);
	transition:transform 0.5s linear 0s;
}
.video_item>.video_item_img {
	position: relative;
	width: 296px;
	height: 180px;
}
.video_item>.video_item_img img {
	width: 100%;
	height: 100%;
}
.video_item>.video_item_img>.video_icon {
	width: 30px;
	height: 20px;
	border: 2px solid #FFF;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	color: rgba(255,255,255,1);
	position: absolute;
	bottom: 10px;
	left: 10px;
	text-align: center;
}
.video_item>.video_item_img:hover>.video_icon {
	border: 2px solid #FF6700;
	background: #FF6700;
}
.video_item>.video_item_img>.video_icon>i {
	font-size: 24px;
	line-height: 20px;
}
.video_item>.video_name {
    margin: 30px 0 15px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
.video_item>.video_name>a {
	color: #333;
}
.video_item>.video_name>a:hover {
	color: #ff6700;
}
.video_item>.video_desc {
	font-size: 12px;
	color: #b0b0b0;
	text-align: center;
}
/** 底部 css **/
.footer_nav {
	margin: 0 auto;
	padding: 30px 0;
	border-bottom: 1px solid #e0e0e0;
}
.footer_nav>ul>li {
	float: left;
	width: 245px;
	text-align: center;
	border-right: 1px solid #e0e0e0;
	box-sizing: border-box;
	line-height: 25px;
}
.footer_nav>ul>li:last-child {
	border-right: 0;
}
.footer_nav>ul>li>a {
	font-size: 16px;
	color: #616161;
	transition: color .2s;
}
.footer_nav>ul>li>a:hover {
	color: #FF6700;
}
.footer_nav>ul>li>a>i {
	margin-right: 5px;
	font-size: 30px;
	    line-height: 24px;
    vertical-align: -4px;
}
/** 底部列表 css **/
.footer_item {
	margin: 0 auto;
	padding: 40px 0;
}
.footer_item_left {
	width: 980px;
	box-sizing: border-box;
	float: left;
	border-right: 1px solid #e0e0e0;
}
.footer_item_left>ul>li {
	width: 163px;
	float: left;
}
.footer_item_left p {
	color: #424242;
	margin-bottom: 25px;
}
.footer_item_left a {
	font-size: 12px;
	color: #757575;
	margin-top: 20px;
	display: block;
}
.footer_item_left a:hover {
	color: #ff6700;
}
.footer_item_right {
	float: right;
	width: 246px;
	text-align: center;
}
.footer_item_right>.phone {
	font-size: 18px;
	color: #ff6700;
	margin: 5px 0;
}
.footer_item_right>.date{
	font-size: 12px;
	color: #616161;
	line-height: 18px;
	margin-top: 6px;
}
.footer_item_right>.add{
	font-size: 14px;
	color: #616161;
	line-height: 18px;
	margin-top: 15px;
}
.footer_item_right>a.btn-relative {
	display: block;
	width: 100px;
	height: 30px;
	border: 1px solid #FF6700;
	line-height: 28px;
	text-align: center;
	color: #ff6700;
	margin: 20px auto 0 auto;
	font-size: 12px;
}
.footer_item_right>a.btn-relative:hover {
	background: #FF6700;
	color: #FFF;
}
/** 底部说明  **/
.footer_desc {
	background: #f5f5f5;
	padding: 30px 0;
	min-width: 1226px;
}
.footer_desc_con {
	margin: 0 auto;
	position: relative;
}
.desc_con_item {
	width: 700px;
	height: 55px;
	position: absolute;
	left: 65px;
	top: 0;
}
.desc_con_item_detail>ul>li {
	float: left;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
}
.desc_con_item_detail>ul>li>a {
	color: #757575;
	padding: 0 3px;
	border-right: 1px solid #b0b0b0;
}
.desc_con_item_detail>ul>li:first-child>a {
	padding-left: 0;
}
.desc_con_item_detail>ul>li:last-child>a {
	border-right: 0;
}
.desc_con_item_detail>ul>li>a:hover {
	color: #FF6700;
}
.desc_con_txt {
	color: #b0b0b0;
	font-size: 12px;
	line-height: 20px;
	height: 35px;
}
.desc_con_txt>a {
	color: #b0b0b0;
}
.desc_con_txt>a:hover {
	color: #FF6700;
}
/* 右侧内容 */
.desc_con_links {
	width: 461px;
	height: 55px;
	position: absolute;
	top: 0;
	right: 0;
}
.desc_con_links>img {
	width: auto;
	height: 28px;
	float: left;
	margin-right: 5px;
}
/** 最底部 **/
.slogan {
    margin: 30px auto 0;
    width: 267px;
    height: 19px;
    background: url(../images/slogan2016.png) no-repeat center 0;
    color: rgba(255,255,255,0);
}
/** 清除浮动 **/
.clearfix:after {
	content:"";
	clear:both;
	display:block;
}
.show {
	display: block;
}
.hide {
	display: none;
}



/*pages*/ 
.pagination-wrapper {
	width:100%;
	margin:0 auto;
	padding:40px 0
}
.pagination {
	height:34px;
	text-align:center;
	width:100%;
	float:left;
	margin:30px auto;
}
.pagination li {
	display:inline-block;
	height:34px;
	line-height:34px;
	margin-right:5px; 
}
.pagination li a {
	float:left;
	display:block;
	height:32px;
	line-height:32px;
	padding:0 12px;
	margin:12px 0;	
	font-size:16px;
	border:1px solid #dddddd;
	color:#555;
	text-decoration:none;
}
.pagination li a:hover {
	background:#f5f5f5;
	color:#0099ff;
}
.pagination li.thisclass {
	background:#09f;
	color:#fff;
	padding: 0 12px;  
}
.pagination li.thisclass a,.pagination li.thisclass a:hover {
	background:transparent;
	border-color:#09f;
	color:#fff;
	cursor:default;
}
.goods_list_left1 ul{ 
	margin: 0 auto
}
.goods_list_left1 li{
	line-height:65px;
	font-size:16px;
	color: #fff;
	text-indent:30px;
	border-bottom:#000 1px solid;
}
.goods_list_left1 h2{
	line-height:65px;
	font-size:20px;
	color: #fff;
	text-indent:30px;
	border-bottom:#999 1px solid;
	margin-bottom: 20px;
}

.goods_list_left1 li a{
	color: #fff;
	display:block;
}
.goods_list_left1 li span{
	float:right;
	margin-right:25px;
}
.goods_list_left1 li:hover{
	background: #ff6700
}


.aui-store-address{
	width:80%;
	margin:0 auto; 
	background:#fff;
	float:right;
}

.aui-store-address ul li{
    padding:20px 30px;
	background:#fff;
	margin:0 auto 10px auto;
	border-bottom:#eee 15px solid
}

 

 
.aui-store-address li:hover{
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3);
    -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3);
    box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	transition: transform 0.3s;
}


.aui-store-address ul li h2{
    color:#333;
    font-size:16px;
    padding-bottom:15px;
    width:100%;
    position:relative;
}

.aui-store-address ul li h2 span{
    position:absolute;
    right:0;
    color:#333;
    font-weight:normal;
    line-height:15px;
    padding-top:3px;
	color:#f00;
	font-size: 12px;
}

.aui-store-address ul li p{
    color:#666;
    font-size:14px;
    padding-bottom:10px;
	line-height: 25px;

}

.aui-store-address ul li a{
    background:#00a5f5;
    color:#fff;
    font-size:12px;
    display:block;
    width:55px;
    text-align:center;
    height:30px;
    line-height:30px;
}


/* link */
.link_bar {
	width: 100%; 
	background: #333;
	color: #b0b0b0;
	min-width: 1226px;
	font-size: 12px;
	height:80px;	
}
.link {
	margin: 0 auto;  
}
.link_nav { 
	width: 100%; 
}
.link_nav>ul>li{
	float: left; 
	line-height: 40px;
}
.link_nav>ul>li>a{
	color: #b0b0b0;
	padding: 0 10px;
	border-right: 1px solid #424242;
}
.link_nav>ul>li:first-child>a {
	padding-left: 0;
}
.link_nav>ul>li:last-child>a{
	border-right: 0;
}
.link_nav>ul>li>a:hover{
	color: #FFF;
}

.wrap{ width:1500px; margin:0 auto; background:#000}
.about_l{ width:450px;}
.about_l dl{ padding:0 30px; margin-top:30px;}
.about_l dl dt{ font-size:28px; line-height:30px; font-weight:bold; color:#333}
.about_l dl dd{ width:100%; font-size:14px; line-height:30px; color:#999; text-align: justify; }
.about_l img{ width:179px; margin:20px 0 0 120px;}
.about_r{ background:url(../images/index_r4_c14.jpg) no-repeat; height:325px; width:769px}
.about_bg{ width:723px; background:#fff; float:left; margin-top:48px; height:236px; overflow:hidden; opacity:0.98}
.about_bg p{ margin:15px 0; padding:0 20px; text-align:left; line-height:28px;}

/*Detail Content*/
.DetailContent {width:950px; min-height:880px; float:right; margin: 0 auto; padding:25px 15px; line-height: 24px; color: #333; background:#fff }
.DetailContent p{padding:5px; line-height:25px;}
.DetailContent .title{ text-align:center; font-size:22px; line-height:40px; margin:20px auto 0}
.from{text-align:center; font-size:14px; line-height:30px; margin:0 20px 15px; padding-bottom:10px;  border-bottom:#ccc 1px dotted}

