﻿@charset "utf-8";
/* CSS Document */



/*首页主体部分 banner、拍卖大厅、商城等*/	
.container-wrap {width:100%; position:relative; overflow:hidden;}
	/*banner部分*/	
	.home-banner{height: 290px; position: relative; overflow: hidden; margin-top:15px;}
	.banner-btn{display:none;}
	.banner-btn a{display:block; width:51px;height:51px; position:absolute;top:120px;z-index:4; background:url(../img/icon-bg.png) no-repeat; }
	.banner-btn .prevBtn{left:20px; background-position:0 -38px;} .banner-btn .prevBtn:hover {background-position:-102px -38px;}
	.banner-btn .nextBtn{right:20px; background-position:-51px -38px;} .banner-btn .nextBtn:hover {background-position:-153px -38px;}
	.banner-img{font-size:0;*word-spacing:-1px;/* IE6、7 */ letter-spacing:-3px;position:relative;}
	.banner-img li{display:inline-block;*display:inline;*zoom:1;/* IE6、7 */ vertical-align:top;letter-spacing:normal;word-spacing:normal;font-size:12px;}
	
	.banner-circle{position:absolute;left:50%;bottom:15px;height:13px;text-align:center;font-size:0; *width:150px;}
	.banner-circle li{border-radius:12px;margin:2px;display:inline-block;display:-moz-inline-stack;vertical-align:middle;zoom:1; *display:inline;}
	.banner-circle li a{display:block;padding-top:12px;width:12px;height:0;border-radius:50%;background:#fff;overflow:hidden;}
	.banner-circle .selected a{background:#4a4a4c;}
	/*拍卖大厅部分*/	
	.domestic-hall,.overseas-hall {margin-top:20px;}
		/*拍卖大厅标题栏目*/	
		.hall-title {}
		.hall-title h2 {font-size:35px; font-weight:normal; color:#484848; float:left;}
		.hall-title h2 em {font:normal 30px Georgia, "Times New Roman", Times, serif; color:#b2b2b2;}
		.hall-title a {display:block; float:right; width:136px; height:32px; margin:7px 0 0; line-height:32px; text-decoration:none; font-size:14px; background:#2eaae2; border-radius:3px; color:#fff; text-align:center;}
		/*拍卖大厅分类和选项卡*/	
		.hall-option {border-bottom:solid 1px #a0a4ad; padding-top:10px;}
		.hall-option dl {width:780px;}
		.hall-option dl dt,.hall-option dl dd {float:left; font-size:14px; color:#2e2e2e;}
		.hall-option dl dd {margin-right:20px;}
		.hall-option ul {padding-right:5px;}
		.hall-option ul li {float:left; padding:3px 10px; margin-bottom:-1px; font-size:15px; color:#333; cursor:pointer;}
		.hall-option ul li.active { border:solid 1px #a0a4ad; font-weight:bold; border-bottom:solid 1px #fff; }
		/*拍卖大厅拍场展示列表*/	
		.hall-list-box {width:1200px; padding-top:15px;}
		.hall-list-wrap {width:1213px;}
		.auction-show {width:290px; height:330px; float:left; margin:0 13px 20px 0;}
		.auction-show-img {height:160px;}
		.auction-show-title {height:86px; border:solid 1px #e7e7e7; background:#f4f4f4; padding:0 10px;}
		.auction-show-title h3 {display:table-cell; vertical-align:middle; height:50px; line-height:17px; *padding-top:12px; *height:38px; font-size:15px; color:#313131; }
		.auction-show-title span {display:block; height:36px; line-height:36px; font-size:14px; color:#4e4e4e; }
		.auction-show-info {height:61px; padding:10px; border:solid 1px #e7e7e7; border-top:none;}
		.auction-show-info a.status {display:block; width:70px; height:26px; line-height:26px; float:left; border-radius:3px; text-align:center; font-size:14px; text-decoration:none;}
		.auction-show-info a.auctioning {background:#ea4a4a; color:#fff;}
		.auction-show-info a.preview {background:#2eaae2; color:#fff;}
		.auction-show-info em.region {display:block; width:60px; height:26px; float:right; text-align:right; font-size:14px; font-style:normal; color:#727272; cursor:default;}
		.auction-show-info em.region i {display:block; float:right; width:30px; height:20px; margin-top:3px; background:url(../img/icon-bg.png) no-repeat;}
		.auction-show-info em.region i.CHN {background-position:0 -89px;}
		.auction-show-info em.region i.USA {background-position:-30px -89px;}
		.auction-show-info em.region i.Russia {background-position:-60px -89px;}
		.auction-show-info em.region i.UK {background-position:-90px -89px;}
		.auction-show-info span {display:block; width:100%; float:left; clear:both; height:28px; margin:10px 0 0; font-size:15px;}
		/*拍卖大厅拍场展示列表数字分页*/	
		.hall-list-tabs,.hall-list-tabs ul {width:1200px; height:50px; text-align:center; font-size:0; *margin-top:10px;}
		.hall-list-tabs ul li {display:inline-block; margin:0 3px; width:23px; height:23px; line-height:23px; border:solid 1px #aaaaaa; font-size:13px; border-radius:3px; cursor:pointer; *display:inline; *padding:1px 5px; *line-height:25px; }
		.hall-list-tabs ul li.active,.hall-list-tabs ul li.active:hover {background:#5f5f5f; color:#fff; border-color:#fff;}
		.hall-list-tabs ul li:hover {background:#eee;}
		.hall-list-tabs ul li.more-auctioneers {width:70px;}
	/*首页通栏广告*/	
	.advert-wrap {border:solid 1px #d5d5d5;}
    .advert-wrap img {display:block;}
	/*首页艺术资讯*/	
	.art-info {}
		/*首页艺术资讯标题*/	
		.art-info-title {margin-top:15px;}
		.art-info-title h2 {font-size:35px; font-weight:normal; color:#484848; float:left;}
		.art-info-title h2 em {font:normal 30px Georgia, "Times New Roman", Times, serif; color:#b2b2b2;}
		.art-info-title dl {float:right; margin-top:20px; }
		.art-info-title dl dt,.art-info-title dl dd {display:inline-block;*float:left;/*解决IE7下资讯分类排序错乱*/ font-size:14px; color:#2e2e2e;}
		.art-info-title dl dd {margin-right:10px;}
		/*首页艺术资讯内容大框*/	
		.art-info-main {border:solid 1px #d5d5d5; width:1170px; margin:10px 0 0; padding:14px;}
			.art-info-Slide,.art-info-SlideImg,art-info-SlideImgBox { position:relative; width:510px; height:436px;} 
			.art-info-Slide-title {width:488px; height:105px; padding:10px 10px 0; position:absolute; bottom:0; left:0; border:solid 1px #bebebe; border-top:none;z-index:2;}
			.art-info-Slide-title dt a{display:block; height:40px; line-height:40px; font-size:18px; white-space:nowrap; overflow:hidden;text-overflow:ellipsis;}
			.art-info-Slide-title dd {font-size:13px; }
			.art-info-SlideBtnBg {width:510px; height:30px; position:absolute; top:290px; left:0; background:#000; filter:alpha(opacity=30); background:rgba(0,0,0,0.3); z-index:2;}
			.art-info-SlideBtn {width:510px; height:30px; padding-top:9px; font-size:0; position:absolute; top:290px; left:0; text-align:center; z-index:3;}
			.art-info-SlideBtn a {display:inline-block; margin:0 3px; width:12px; height:12px; overflow:hidden; background:#fff; border-radius:6px;}
			.art-info-SlideBtn a.current {background:#333;}
			.art-info-prev,.art-info-next {display:none; width:51px; height:51px; background:url(../img/icon-bg.png) no-repeat; cursor:pointer; position:absolute; top:135px; z-index:4;}
			.art-info-prev {left:10px;background-position:0 -38px;}.art-info-prev:hover {background-position:-102px -38px;}
			.art-info-next {right:10px;background-position:-51px -38px;}.art-info-next:hover {background-position:background-position:-153px -38px;}
			
			.art-info-hot {width:440px; padding:10px 20px 0;}
			.art-info-hot dl {border-bottom:solid 1px #d0d0d0; padding-bottom:20px;}
			.art-info-hot dl dt a {font-size:22px; color:#239bd2;}
			.art-info-hot dl dd {font-size:13px; color:#676767; margin-top:10px;}
			.art-info-hot dl dd a {color:#2eaae2; padding:0 3px;}
			.art-info-hot ul {margin-top:20px;}
			.art-info-hot ul li {font-size:15px; line-height:28px;}
			.art-info-hot ul li span { margin-right:10px; color:#999;}
			.art-info-hot ul li a {color:#222;}
			.art-info-imgHot {width:180px; height:436px;}
			.art-info-imgHot-prev,.art-info-imgHot-next {display:block; width:178px; height:23px; padding-top:5px; border:solid 1px #dcdcdc; background:#f0f4f6;}
			.art-info-imgHot-prev:hover,.art-info-imgHot-next:hover {background:#c3d6e0; border-color:#9fa1a0;}
			.art-info-imgHot-prev b,.art-info-imgHot-next b {display:block; margin:0 auto 0; width:32px; height:18px; background:url(../img/icon-bg.png) no-repeat;}
			.art-info-imgHot-prev b {background-position:-233px 0;}
			.art-info-imgHot-prev:hover b {background-position:-233px -18px;}
			.art-info-imgHot-next b {background-position:-201px 0;}
			.art-info-imgHot-next:hover b {background-position:-201px -18px;}
			.art-info-imgHot-scrollbox {height:356px; margin:10px 0; }
			.art-info-imgHot-scrollbox ul li {display:block; height:178px; font-size:14px;}
			.art-info-imgHot-scrollbox ul li span {display:table-cell; overflow:hidden; height:43px; vertical-align:middle; }
	/*首页合作拍企logo*/	
	.cooperate {width:1201px; height:auto; margin:0 auto; position:relative;}
		/*首页艺术资讯标题*/	
		.cooperate-title {margin-top:15px;}
		.cooperate-title h2 {font-size:35px; font-weight:normal; color:#484848; float:left;}
		.cooperate-title h2 em {font:normal 30px Georgia, "Times New Roman", Times, serif; color:#b2b2b2;}
		.cooperate-title dl {float:right; margin-top:20px; font-size:16px;}
		/*首页底部合作logo*/
		.cooperate .auctioneer-logo {display:inline-block; overflow:hidden; margin-top:10px; border-left:solid 1px #b1b1b1; border-top:solid 1px #b1b1b1;}
		.cooperate .auctioneer-logo li {float:left; width:149px; height:80px; line-height:80px; border-right:solid 1px #b1b1b1; border-bottom:solid 1px #b1b1b1; text-align:center;}

