@charset "utf-8";
/* CSS Document */
/*banner*/
.banner {
	position: relative;
	width: 100%;
	overflow: auto;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: rgba(255,255,255,.6);
	text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
	background: #5b4d3d;
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
}
.banner ul {
	list-style: none;
	width: 300%;
	}
.banner ul li {
	display: block;
	float: left;
	width: 33%;
	height: 442px;
	}
.banner ul li a{
	display: block;
	width: 100%;
	height: 442px;
	}
.banner .inner {
	padding: 160px 0 110px;
	}
.banner h1, .banner h2 {
	font-size: 40px;
	line-height: 52px;
	color: #fff;
	}
.banner .btn {
	display: inline-block;
	margin: 25px 0 0;
	padding: 9px 22px 7px;
	clear: both;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid rgba(255,255,255,.4);
	border-radius: 5px;
	}
.banner .btn:hover {
	background: rgba(255,255,255,.05);
	}
.banner .btn:active {
	-webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	-moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5)),
	-ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	-o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	}
.banner .btn, .banner .dot {
	-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3)),
	-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	}
.banner .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	width: 100%;
	}
.banner .dots li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 70px;
	height: 8px;
	line-height: 10px;
	margin: 0 4px;
	border-radius: 2px;
	background-color:#fff;
	opacity:0.8;
	text-indent: -999em;
	*text-indent: 0;
	cursor: pointer;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
	}
.banner .dots li.active {
	background: #b11818;
	opacity: 0.8;
	}
.banner .arrows {
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #fff;
	}
.banner .arrow {
	display: inline;
	padding-left: 10px;
	cursor: pointer;
	}
/*floors*/
.floors{
	clear:both;
	}
.floors .w{
	overflow:hidden;
	}
.floors_title{
	width:100%;
	text-align:center;
	height:140px;
	padding-bottom:45px;
	}
/*arts*/
.art_list_l{ 
	width:444px;
	padding:0 8px;
	float:left;}
.art_list_l h3{
	width:444px;
	height:34px;
	font-size:20px;
	color:#311717;
	border-bottom:1px solid #d1b785;
	font-weight:bold;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	line-height:20px;
	}
.art_main{
	display:none
	}
.art_list_l .art_main:first-child{
	display:block;
	}
.art_list_l .art_main_p{
	height:192px;
	overflow:auto;
	margin:10px auto 24px;
	padding:10px 16px;
	background:#fbf9f5;
	}
.art_list_l .art_main_p p{
	font-size:14px;
	color:#5f5541;
	text-indent:2em;
	line-height:24px;
	text-align:justify;
	}
.art_main_img{
	color:#fff;
	}
.art_main_img a:last-child{
	margin-left:16px;
	}
.art_main_img h4+a+a{
	margin-left:16px;
	}
.art_main_img h4{
	height:46px;
	line-height:56px;
	color:#311717;
	font-size:20px;
	margin-bottom:10px;
	font-weight:bold;
	}
.art_main_img a.more_zp{
	float:right;
	color:#d1b785;
	margin-right:22px;
	font-size:14px;
	} 
.art_main_img a.more_zp:hover,.art_main_img a.more_zp:active{
	color:#a91717;
	}
.art_main_img a.tjzp{
	width:214px;
	height:144px;
	margin-top:3px;
	vertical-align:middle;
	text-align:center;
	display:table-cell;
	*display: block;
	*font-size:90px;
	*font-family:Arial;
	}
.art_main_img a.tjzp img{ 
	max-width:214px;
	max-height:144px;
	vertical-align:middle;
	}
.art_main_img p{
	width:214px;
	height:144px;
	}
.art_main_img p img{
	max-width:214px;
	max-height:144px;
	}
.art_main_img p:last-child{
	margin-left: 16px;
	}
.art_list_r{
	width:682px;
	float:right;
	overflow:hidden;
	}
.art_list_r_more{
	height:24px;
	line-height:24px;
	text-align:right;
	clear:both;
	color:#a57c47;
	margin-bottom:10px;
	}
.art_list_r_more a{
	display:inline-block;
	width:68px;
	height:24px;
	line-height:24px;
	color:#311717;
	border:1px solid #d6d1d1;
	border-radius:2px;
	box-sizing:border-box;
	margin-left:6px;
	text-align:center;
	}
.art_list_r_more a:hover{
	color:#fff;
	background-color:#b11818;
	border:0;
	border:1px solid #b11818;
	}
.art_list_r_more .cur{
	color:#fff;
	background-color:#b11818;
	border:0;
	border:1px solid #b11818;
	}
.art_list_r ul{
	*zoom:1;
	_position:relative;
	overflow:hidden;
	}
.art_list_r .img{
	width:215px;
	height:215px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	*display: block;
	*font-size:190px;
	*font-family:Arial;
	cursor:pointer;
	}
.art_list_r img{
	max-width:210px;
	max-height:210px;
	vertical-align:middle;
	}
.art_list_r li{
	float:left;
	position:relative;
	cursor:pointer;
	margin:0 0 20px 10px;
	}
.art_list_r li.cur .font,.art_list_r li:hover .font{
	display:block;
	}
.art_list_r li .font{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	z-index:100;
	text-align:center;
	display:none;
	}
.art_list_r li .font h3{
	width:80%;
	height:20px;
	line-height:20px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	font-size:20px;
	padding-top:60px;
	margin:0 auto 25px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	}
.art_list_r_font .seebtn{
	display:inline-block;
	height:40px;
	line-height:40px;
	padding:0 20px 0 48px;
	text-align:center;
	border-radius:20px;
	background:url(../images/art_icons.png) #a91717 no-repeat;
	}
.art_list_r_font span{
	color:#fff;
	font-size:16px;
	vertical-align:middle;
	}
/*personal web*/
.personal_web_title_bg{
	height:206px;
	background:url(../images/personal-web-bg1.jpg) no-repeat center;
	}
.personal_web_title_cont{
	position:relative;
	overflow:hidden;
	height:206px;
	}
.web_path{
	margin-top:6px;
	margin-left: 22px;
	height:22px;
	line-height:22px;
	color:#95584e;
	background:url(../images/web-path-img.png)  no-repeat;
	_background:url(../images/web-path-img.png)  no-repeat;
	background:url(../images/web-path-img.png)  no-repeat\9;
	padding:0 16px 0;
	width:auto;
	display: inline-block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	}
.web_path a{
	color:#95584e;
	}
/*.logo_art .web_path{
	color: #b11818;
	margin: 50px 0 0;
	width:240px;
	background:url(../images/web-path-img.jpg) rgba(0,0,0,0) no-repeat
}
.logo_art .web_path a{
	color:#666;
}*/
.webart_logo{ 
	float:left;
	text-align: right;
	line-height: 32px;
	margin: 8px 18px 0 0;
	color: #311717;
	font-size:32px;
	font-weight: 700;
	font-family: "菜悶"
}
.webart_logo span{ display: block;}

.personal_web_list{
	position:absolute;
	bottom:0;
	width:1152px;
	height:116px;
}
.personal_web_list a{
	color:#311717;
}
.personal_web_list1{
	/*padding-right:50px;*/
	width:160px;
	height:116px;
	overflow:hidden;
	text-align:center;
	}
.personal_web_list1 .title{
	height:36px;
	color:#311717;
	line-height:36px;
	font-size:18px;
	text-align:center;
	}
.personal_web_list1 .number{
	height:80px;
	color:#311717;
	line-height:80px;
	font-size:30px;
	text-align:center;
	}
.personal_web_list1 .ft_size{
	font-size:16px;
	}
.personal_web_list2{
	/*padding:0 52px;*/
	}
.personal_web_list_line{
	width:2px;
	}
.personal_web_list_nbsp{
	width:270px;
	height:116px;
	overflow:hidden;
	}
.personal_web_list_share{
	font-weight:600;
	padding-top:12px;
	margin-left: 50px;
	}
.personal_web_list_share .concern{
	display:block;
	width:90px;
	height:34px;
	line-height:34px;
	color:#b11818;
	font-size:14px;
	border-radius:6px;
	background-color:#fff;
	text-align:center;
	margin-bottom:12px;
	}
.personal_web_list_share .concern:hover{
	color:#fff;
	background-color:#b11818;
	}
.personal_web_list_share .already_concern{
	display:block;
	width:90px;
	height:34px;
	line-height:34px;
	font-size:14px;
	border-radius:6px;
	text-align:center;
	margin-bottom:12px;
	color:#b11818;
	background-color:#fff;
	}
.personal_web_list_share .share{
	display:block;
	width:90px;
	height:34px;
	line-height:34px;
	color:#fff;
	font-size:14px;
	border-radius:6px;
	background-color:#b11818;
	text-align:center;
	margin-bottom:12px;
	}
.personal_web_page_list{
	position:relative;
	}
.personal_web_info .img{
	position:absolute;
	top:-100px;
	left:50%;
	margin-left:-88px;
	width:170px;
	height:170px;
	border:6px solid #fff;
	border-radius:100px;
	background-color:#fff;
	}
.personal_web_info .img img{
	width:170px;
	height:170px;
	border-radius:100px;	
	}
.personal_web_info .name{
	height:60px;
	line-height:60px;
	text-align:center;
	color:#333;
	font-size:30px;
	padding-top:80px;
	}
.personal_web_info .artxun{
	width:100px;
	height:22px;
	line-height:22px;
	text-align:center;
	color:#999;
	font-size:20px;
	padding-right:80px;
	margin:0 auto;
	background:url(../images/Authentication.png) no-repeat right;
	}
.personal_web_info .not_artxun{
	background:url(../images/not-Authentication.png) no-repeat right;
	}
.personal_web_nav{
	*width:1074px;
	width:1074px\9;
	*padding:30px 39px 0;
	padding:30px 39px 0\9;
	overflow:hidden;
	padding-top:30px;
	display: flex;
	justify-content:center;
	}
.personal_web_nav li{
	float:left;
	height:60px;
	}
.personal_web_nav li a{
	padding:0 35px;
	height:60px;
	line-height:60px;
	color:#999;
	font-size:22px;
	display:block;
	}
.personal_web_nav li a:hover{
	color:#b11818;
	font-weight:bold;
	background:url(../images/personal-web-nav-bg.png) no-repeat center bottom;
	}
.personal_web_nav .cur a{
	color:#b11818;
	font-weight:bold;
	background:url(../images/personal-web-nav-bg.png) no-repeat center bottom;
	}
/*artist works detail title*/
.artist_works_detail ul{
	padding-bottom:50px;
	clear:both;
	}
.artist_works_detail_title{
	padding-bottom:30px;
	clear:both;
	}
.artist_works_detail_title .title{
	width:1152px;
	height:70px;
	color:#333;
	font-size:32px;
	font-weight:bold;
	text-align:center;
	line-height:100px;
	}
.artist_works_detail_title .english{
	width:1152px;
	height:44px;
	line-height:44px;
	color:#666;
	font-size:18px;
	text-align:center;
	text-transform:uppercase;
	}
.artist_works_detail_title .baseline{
	margin:0 auto;
	width:100px;
	height:4px;
	border-radius:4px;
	background-color:#b11818;
	}
/*more_artist*/
.more_artist{
	width:240px;
	margin:0 auto;
	padding:30px 0 100px;
	overflow:hidden;
	}
.more_artist a{
	display:block;
	width:240px;
	height:62px;
	line-height:62px;
	text-align:center;
	color:#311717;
	font-size:22px;
	border:1px solid #d6d1d1;
	border-radius:4px;
	box-sizing:border-box;
	}
.more_artist a:hover{
	color:#fff;
	background-color:#b11818;
	}
.more_artist_pd{
	padding:30px 0 40px;
	}
.more_artist_top{
	padding:310px 0 40px;
	}
.more_artist_change_pd{
	padding:0 0 40px;
	}
/*sign artist*/
.sign_artist{
	position:relative;
	}
.txt_l{
	text-align:left;
	padding-top:30px;
	}
.sign_artist_title{
	position:absolute;
	top:-128px;
	right:0;
	}
.sign_artist_list{
	width:1152px;
	overflow:hidden;
	padding-top:60px;
	}
.sign_artist_list li{
	position:relative;
	float:left;
	width:152px;
	padding:10px;
	margin:10px;
	overflow:hidden;
	}
.sign_artist_list li .artist_img{
	width:152px;
	height:152px;
	overflow:hidden;
	}
.sign_artist_list li .artist_img img{
	width:152px;
	height:152px;
	border-radius:152px;
	}
.sign_artist_list li.cur .artist_mask,.sign_artist_list li:hover .artist_mask{ display:block}
.sign_artist_list li .artist_mask{
	position:absolute;
	top:0;
	left:0;
	display:none;
	width:172px;
	height:172px;
	background:url(../images/sign-artist-bg.png) no-repeat;
	_background:url(../images/sign-artist-bg-ie.png) no-repeat;
	background:url(../images/sign-artist-bg-ie.png) no-repeat\9;
	background-size:100% 100%;
	}
.sign_artist_list li .artist_mask img{
	width:174px;
	height:174px;
	}
.sign_artist_list li.cur p,.sign_artist_list li:hover p{
	color:#eee;
	background:url(../images/sign-artist-bg01.png) no-repeat center bottom;
	background-size:contain;
	}
.sign_artist_list li p{
	width:152px;
	height:52px;
	line-height:52px;
	color:#311717;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	}
/*sign_artist_introduce*/
.sign_artist_introduce{
	display:none;
	overflow:hidden;
	}
#signed_artist_div .sign_artist_introduce:first-child{
	display:block;
	}
.sign_artist_introduce .left{
	width:536px;
	overflow:hidden;
	}
.sign_artist_introduce .right{
	width:596px;
	overflow:hidden;
	}
.sign_artist_name{
	height:72px;
	line-height:90px;
	color:#311717;
	font-size:20px;
	font-weight:bold;
	padding-left:20px;
	}
.sign_artist_name span{
	display:block;
	height:28px;
	line-height:28px;
	color:#fff;
	font-size:14px;
	margin-top:31px;
	padding:0 10px; 
	background-color:#836262;
	}
.sign_artist_txt{
	padding:20px 0;
	height:147px;
	overflow:hidden;
	border-top:1px solid #d5c3c3;
	background-color:#f7f7f7;
	}
.sign_artist_txt p{
	line-height:24px;
	color:#311717;
	font-size:14px;
	text-align:justify;
	text-indent:2em;
	height:147px;
	overflow:auto;
	padding:0 20px;
	}
.sign_artist_works p{
	width:278px;
	height:188px;
	overflow:hidden;
	margin-left:20px;
	/*background:url(../images/reco_pic00.jpg) no-repeat;
	background-size:100% 100%;*/
	}
.sign_artist_works p img{
	width:278px;
	hieght:188px;
	overflow:hidden;
	}
/*open official website*/
.official_website_bg01{
	height:612px;
	background:url(../images/flow_chart.jpg) no-repeat center;
	}
.official_website_cont{
	position:relative;
	}
.official_website_cont .img{
	position:absolute;
	top:-127px;
	left:0;
	width:304px;
	height:282px;
	}
/*official website data*/
.official_website_data{
	width:384px;
	padding-top:58px;
	overflow:hidden;
	text-align:center;
	}
.official_website_data .number{
	width:204px;
	margin:0 auto;
	height:204px;
	border:1px solid #fff;
	border-radius:204px;
	box-sizing:border-box;
	overflow:hidden;
	}
.official_website_data .bd_317{
	border:1px solid #311717;
	}
.official_website_data .number .number_s{
	width:204px;
	height:146px;
	line-height:190px;
	font-size:60px;
	font-weight:bold;
	}
.official_website_data .number .company{
	width:204px;
	line-height:30px;
	font-size:22px;
	}
.official_website_bg02{
	height:498px;
	background:url(../images/data01.jpg) no-repeat center;
	}
.official_website_data .artist{
	line-height:44px;
	font-size:16px;
	}
.official_website_data .quantity{
	line-height:110px;
	font-size:22px;
	}
/*official website open*/
.official_website_bg03{
	height:212px;
	background:url(../images/open-icon.jpg) no-repeat center;
	}
.official_website_open{
	width:330px;
	height:74px;
	margin:0 auto;
	padding-top:66px;
	}
.official_website_open a{
	display:block;
	width:330px;
	height:74px;
	line-height:74px;
	font-size:26px;
	text-align:center;
	font-weight:bold;
	border-radius:4px;
	color:#311717;
	background-color:#ffd903;
	box-shadow:0 6px 5px rgba(255,217,3,0.5);
	}
.official_website_open a:hover{
	color:#fff;
	background-color:#b11818;
	box-shadow:0 6px 5px rgba(177,24,24,0.5);
	}
/*enter_artist*/
.enter_artist{
	width:1152px;
	/*padding-top:50px;*/
	overflow:hidden;
	}
.enter_artist li{
	position:relative;
	float:left;
	width:274px;
	height:274px;
	overflow:hidden;
	margin-right:18px;
	*margin-right:14px;
	margin-right:14px\9;
	}
.enter_artist li:last-child{
	margin-right:0;
	}
.enter_artist li a{
	display:block;
	width:274px;
	height:274px;
	overflow:hidden;
	}
.enter_artist li a img{
	width:274px;
	height:274px;
	}
.enter_artist li a .title{
	position:absolute;
	bottom:0;
	width:274px;
	height:48px;
	line-height:48px;
	text-align:center;
	color:#fff;
	font-size:20px;
	background-color:rgba(0,0,0,0.6);
	_background:url(../images/bg-transparent.png) repeat-y;
	background:url(../images/bg-transparent.png) repeat-y\9;
	overflow:hidden;
	}
.enter_artist li .introduce{
	position:absolute;
	top:274px;
	width:234px;
	height:274px;
	padding:0 20px;
	background-color:rgba(0,0,0,0.6);
	_background:url(../images/bg-transparent.png) repeat-y;
	background:url(../images/bg-transparent.png) repeat-y\9;
	overflow:hidden;
	transition:top 0.6s;
	-moz-transition:top 0.6s; /* Firefox 4 */
	-webkit-transition:top 0.6s; /* Safari and Chrome */
	-o-transition:top 0.6s; /* Opera */
	}
.enter_artist li .introduce h3{
	display:inline-block;
	max-width:234px;
	height:66px;
	line-height:66px;
	color:#fff;
	font-size:28px;
	font-weight:bold;
	padding-right:10px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	border-bottom:2px solid #fff;
	}
.enter_artist li .introduce p{
	width:234px;
	height:162px;
	line-height:20px;
	color:#fff;
	font-size:14px;
	text-align:justify;
	padding-top:16px;
	text-indent:2em;
	overflow:hidden;
	}
.enter_artist li:hover .introduce{
	top:0;
	}
.enter_artist .cur .introduce{
	top:0;
	}
.enter_artist .cur a .title{
	display:none;
	}
/*srtist exhibition*/
.artist_exhibition{
	width:100%;
	height:620px;
	overflow:hidden;
	position:relative; 
	background:url(../images/srtist-exhibition.jpg) no-repeat center;
	}
.artist_exhibition ul{ 
	width:99999px;
	position:absolute;
	left:0;
	top:206px;
	}
.artist_exhibition ul li{
	float:left;
	position:relative;
	}
.artist_exhibition ul li .img{
	width:378px;
	height:252px;
	text-align:center;
	display:table-cell;
	vertical-align:
	middle;*display:block;
	*font-size:260px;
	*font-family:Arial;
	}
.artist_exhibition ul li img{
	max-width:378px;
	max-height:252px;
	vertical-align:top;
	}
.artist_exhibition ul li .hl_name{
	position:absolute;
	top:0;
	left:0;
	width:378px;
	height:252px;
	display:inline-block;
	background-color:rgba(0,0,0,0.6);
	background:url(../images/bg-transparent.png) repeat\9;
	text-align:center;
	display:none;
	}
.artist_exhibition ul li .hl_name p{
	font-size:20px;
	line-height:32px;
	margin:80px 10px 10px;
	color:#fff;
	font-weight:200;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	}
.mare_artist_top{
	padding:300px 0 100px;
	}
/*artist_video*/
.artist_video{
	overflow:hidden;
	padding-bottom:20px;
	}
.artist_video li{
	position:relative;
	float:left;
	width:370px;
	overflow:hidden;
	margin-right:21px;
	_margin:0 7px;
	margin:0 7px\9;
	}
.artist_video li:last-child{
	margin-right:0;
	}
.artist_video li .img{
	position:relative;
	display:block;
	width:100%;
	height:250px;
	overflow:hidden;
	}
.artist_video li .play{
	position:absolute;
	top:0;
	display:block;
	width:100%;
	height:250px;
	overflow:hidden;
	background:url(../images/play-icon.png) no-repeat center;
	}
.artist_video li .play:hover{
	background:url(../images/play-hover-icon.png) no-repeat center;
	}
.artist_video li .title{
	width:94.6%;
	height:58px;
	padding:0 2.7%;
	background-color:#eee;
	}
.artist_video li .title .fl{
	width:80%;
	height:58px;
	line-height:58px;
	color:#311717;
	font-size:16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	}
.artist_video li .title .fr{
	display:block;
	height:58px;
	line-height:58px;
	color:#999;
	font-size:14px;
	padding-left:22px;
	background:url(../images/watch-video.png) no-repeat;
	}
.artist_video li .artist_works_list_cont_concern{
	top:8px; 
	right:8px;
	}
/*artist news*/
.artist_news .news_img{
	width:370px;
	height:222px;
	overflow:hidden;
	}
.artist_news .news_cont{
	display:block;
	width:334px;
	height:196px;
	color:#311717;
	padding:12px 18px 0;
	background:url(../images/news-arrow.png) #fff no-repeat right top;
	}
.artist_news .news_cont:hover{
	display:block;
	width:334px;
	height:196px;
	color:#fff;
	background:url(../images/news-arrow-hover.png) #b11818 no-repeat right top;
	}
.artist_news .news_cont:hover .year{
	border-bottom:2px solid #fff;
	}
.artist_news .cur a{
	display:block;
	width:334px;
	height:196px;
	color:#fff;
	background:url(../images/news-arrow-hover.png) #b11818 no-repeat right top;
	}
.artist_news .cur a .year{
	border-bottom:2px solid #fff;
	}

.artist_news .news_cont .time{
	display:block;
	width:370px;
	height:30px;
	line-height:30px;
	font-size:28px;
	font-weight:bold;
	}
.artist_news .news_cont .year{
	display:block;
	width:100px;
	height:25px;
	line-height:24px;
	font-size:12px;
	border-bottom:2px solid #b11818;
	}
.artist_news .news_cont .titles{
	display:block;
	width:334px;
	height:50px;
	line-height:58px;
	font-size:20px;
	font-weight:bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	}
.artist_news .news_cont .introduce{
	display:block;
	width:334px;
	height:60px;
	line-height:20px;
	font-size:14px;
	text-align:justify;
	overflow:hidden;
	}
/*media*/
.media_subtitle{
	height:74px;
	color:#311717;
	font-size:20px;
	text-align:center;
	margin-top:-24px;
	overflow:hidden;
	}
.media_resources{
	overflow:hidden;
	padding-bottom:30px;
	}
.media_resources li{
	float:left;
	width:218px;
	margin-right:93px;
	}
.media_resources li img{
	width:218px;
	height:52px;
	border:1px solid #eae7e7;
	}
.media_resources .mr_none{
	margin-right:0;
	}
.media_resources li p{
	width:218px;
	height:52px;
	line-height:44px;
	color:#311717;
	font-size:12px;
	text-align:center;
	}
/*user detas*/
.user_detas{
	padding-bottom:125px;
	overflow:hidden;
	}
.user_detas .left{
	position:relative;
	width:544px;
	height:500px;
	background:url(../images/flow-chart01.jpg) no-repeat;
	overflow:hidden;
	}
.user_detas .left .p1{
	position:absolute;
	top:120px;
	left:138px;
	width:124px;
	line-height:42px;
	color:#fff;
	font-size:20px;
	text-align:center;
	}
.user_detas .left .p1 .s1{
	font-size:40px;
	}
.user_detas .left .p1 .s1 .s2{
	font-weight:bold;
	}
.user_detas .left .p2{
	position:absolute;
	top:404px;
	left:30px;
	height:30px;
	line-height:20px;
	color:#fff;
	font-size:14px;
	padding:0 6px;
	background:url(../images/Multiple_bg.png) no-repeat;
	background-size:100% 100%;
	}	
.user_detas .left .p2_tl1{
	top:354px;
	left:152px;
	}
.user_detas .left .p2_tl2{
	top:246px;
	left:316px;
	}
.user_detas .left .p3{
	position:absolute;
	top:472px;
	left:30px;
	height:30px;
	line-height:20px;
	color:#fff;
	font-size:12px;
	text-align:center;
	}	
.user_detas .left .p3_tl1{
	top:454px;
	left:152px;
	}
.user_detas .left .p3_tl2{
	top:406px;
	left:316px;
	}
.user_detas .right{
	width:608px;
	padding-top:100px;
	}
.user_detas .right .p1{
	width:608px;
	text-align:center;
	height:250px;
	line-height:60px;
	color:#837a7a;
	font-size:26px;
	overflow:hidden;
	}
.user_detas .right .p1 span{
	color:#df2911;
	font-size:32px;
	}
.user_detas .right .p1 strong{
	color:#df2911;
	font-size:32px;
	font-weight:bold;
	}
.user_detas .right .p2{
	width:608px;
	text-align:center;
	height:70px;
	line-height:70px;
	color:#df2911;
	font-size:36px;
	overflow:hidden;
	}
.user_detas .right .go_to{
	width:330px;
	height:74px;
	padding-top:64px;
	margin:0 auto;
	}
.user_detas .right .go_to a{
	display:block;
	width:330px;
	text-align:center;
	height:74px;
	line-height:74px;
	color:#fff;
	font-size:28px;
	font-weight:bold;
	color: #311717;
	border-radius:4px;
	background-color: #ffd903;
	box-shadow: 0 6px 5px rgba(255,217,3,0.5);
	}
.user_detas .right .go_to a:hover{
	color: #fff;
	background-color: #df2911;
	box-shadow: 0 6px 5px rgba(223,41,17,0.5);
	}
/*sign in*/
.sign_in{
	background:url(../images/sign-in-bg.jpg) no-repeat center;
	}
.sign_in .w{
	position:relative;
	height:606px;
	}
.sign_in_cont{
	position:absolute;
	top:50%;
	right:0;
	margin-top:-155px;
	width:270px;
	/*height:310px;*/
	overflow:hidden;
	padding:0 30px 30px;
	background-color:#fbfbfb;
	-webkit-box-shadow:0 4px 16px rgba(120,70,70,0.4);
	-moz-box-shadow:0 4px 16px rgba(120,70,70,0.4);
	box-shadow:0 4px 16px rgba(120,70,70,0.4);
	}
.sign_in_cont .titles{
	width:270px;
	height:85px;
	line-height:90px;
	color:#333;
	font-size:18px;
	font-weight:bold;
	}
.sign_in_cont .Tel{
	width:268px;
	height:40px;
	border:1px solid #dfdfdf;
	border-radius:4px;
	}
.sign_in_cont .Tel .icon{
	width:41px;
	height:40px;
	}
.sign_in_cont .Tel input{
	width:207px;
	height:40px;
	border:none;
	padding:0 10px;
	border-radius:4px;
	}
.sign_in_cont .verification{
	width:268px;
	height:40px;
	margin-top:20px;
	}
.sign_in_cont .verification .verification_cont{
	width:166px;
	height:40px;
	border:1px solid #dfdfdf;
	border-radius:4px;
	}
.sign_in_cont .verification .verification_cont .icon{
	width:41px;
	height:40px;
	}
.sign_in_cont .verification .verification_cont input{
	width:105px;
	height:40px;
	border:none;
	padding:0 10px;
	border-radius:4px;
	}
.sign_in_cont .verification .obtain{
	width:90px;
	height:42px;
	line-height:42px;
	color:#fff;
	font-size:14px;
	background-color:#b11818;
	text-align:center;
	border-radius:4px;
	border:none;
	}
.sign_in_cont .submit{
	display:block;
	width:268px;
	height:42px;
	line-height:42px;
	color: #fff;
	font-size:18px;
	font-weight:bold;
	background-color:#b11818;
	text-align:center;
	border-radius:4px;
	border:none;
	margin-top:24px;
	font-family: "裏罷囘菜";
	}
.sign_in_cont .tip a{ color:#b11818; margin-top:18px; display:inline-block; font-size:14px}	
/*art list classify*/
.art_list_classify .statistics{
	padding:30px 0 15px;
	}
.art_list_classify .statistics div.fl{
	margin-right:30px;
	}
.art_list_classify .statistics .color{
	color:#b89a77;
	}
.art_list_classify .statistics div span{
	display:block;
	font-size:20px;
	line-height:30px;
	padding-left:4px;
	font-weight:bold;
	}
.art_list_ify_cont{
	position:relative;
	width:1152px;
	overflow:hidden;
	padding-top:8px;
	}
.art_list_ify_cont .name{
	width:98px;
	height:48px;
	line-height:48px;
	color:#fff;
	padding-left:13px;
	font-size:16px;
	background:url(../images/classify-bg.png) no-repeat;
	}
.art_list_ify_cont .classify{
	width:1021px;
	height:48px;
	overflow:hidden;
	padding-left:20px;
	}
.art_list_ify_cont .bd_b_ec{
	border-bottom:1px solid #ececec;
	box-sizing:border-box;
	}
.art_list_ify_cont .classify li{
	float:left;
	overflow:hidden;
	padding-right:30px;
	}
.art_list_ify_cont .classify li a{
	display:block;
	height:48px;
	line-height:48px;
	color:#666;
	font-size:16px;
	}
.art_list_ify_cont .classify li a:hover{
	color:#b11818;
	}
.art_list_ify_cont .classify .cur a{
	color:#b11818;
	}
.region{
	padding:0 50px 0 20px;
	}
.art_list_ify_cont .more{
	position:absolute;
	top:23px;
	right:20px;
	width:48px;
	height:22px;
	overflow:hidden;
	}
.art_list_ify_cont .more a{
	display:block;
	width:46px;
	height:20px;
	color:#b11818;
	border-radius:4px;
	border:1px solid #b11818;
	text-align:center;
	line-height:20px;
	box-sizing:border-box;
	overflow:hidden;
	}
.list_classify_fold{
	height:67px;
	background-color:#f5f5f5;
	border-top:1px solid #ececec;
	}
.list_classify_fold a{
	display:block;
	width:106px;
	height:37px;
	border:1px solid #ececec;
	border-top:0;
	margin:-1px auto 0;
	line-height:37px;
	color:#b11818;
	font-size:16px;
	text-align:center;
	background-color:#fff;
	}
.list_search{
	height:86px;
	padding-top:34px;
	text-align:center;
	background:url(../images/IElist-search-bg.jpg) no-repeat;
	}
.list_search .frame{
	width:510px;
	height:52px;
	line-height:52px;
	color:#b2b2b2;
	font-size:18px;
	border:none;
	outline: none;
	background:none;
	padding-right:20px;
	}
::-webkit-input-placeholder { /* WebKit browsers */
　　color:#b2b2b2
　　}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
　　color:#b2b2b2
　　}
::-moz-placeholder { /* Mozilla Firefox 19+ */
　　color:#b2b2b2
　　}
:-ms-input-placeholder { /* Internet Explorer 10+ */
　　color:#b2b2b2
　　}
.list_search .key{
	width:74px;
	height:52px;
	line-height:52px;
	color:#fff;
	font-size:22px;
	border:none;
	text-align:center;
	font-weight:bold;
	background:none;
	}
/*srtist_list*/
.srtist_list{
	padding-top:53px;
	}
.srtist_list_cont{
	float:left;
	width:272px;
	height:382px;
	margin:0 21px 20px 0;
	margin:0 8px 20px\9;
	_margin:0 8px 20px;
	}
.srtist_list_cont:nth-child(4n+0){
	margin:0 0 20px 0;
	}
.srtist_list_cont .box{
	position:relative;
	display:block;
	width:272px;
	margin-top:2px;
	height:382px;
	border-radius:6px;
	background-color:#fff;
	cursor: pointer;
	}
.srtist_list_cont .box:hover{
	margin-top:0;
	box-shadow:0 4px 4px rgba(0,0,0,0.1),
			   0 -4px 4px rgba(0,0,0,0.1),
			   4px 0 4px rgba(0,0,0,0.1),
			   -4px 0 4px rgba(0,0,0,0.1);
	}
.srtist_list_cont .box .img{
	width:272px;
	height:272px;
	overflow:hidden;
	border-radius:6px;
	overflow:hidden;
	display:table-cell;
	vertical-align:middle;
	text-align: center;
	}
.srtist_list_cont .box .img img{
	max-width:272px;
	max-height:272px;
	vertical-align:middle;
	}
.srtist_list_cont .box .name{
	width:170px;
	height:42px;
	line-height:60px;
	color:#333;
	font-size:20px;
	padding:0 10px;
	overflow:hidden;
	font-weight:600;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	}
.srtist_list_cont .box .title{
	width:170px;
	height:26px;
	line-height:26px;
	color:#b89a77;
	font-size:14px;
	padding:0 10px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	}
.srtist_list_cont .box .title p{
	float:left;
	height:28px;
	line-height:60px;
	color:#999;
	font-size:14px;
	padding:0 10px;
	overflow:hidden;
	}
.srtist_list_cont .box .tagging{
	width:252px;
	height:28px;
	line-height:28px;
	color:#999;
	font-size:14px;
	padding:0 10px;
	overflow:hidden;
	}
.srtist_list_cont .box .tagging p{
	float:left;
	padding:0 18px;
	overflow:hidden;
	}
.srtist_list_cont .box .tagging .p1{
	background:url(../images/works-number.png) no-repeat;
	}
.srtist_list_cont .box .tagging .p2{
	background:url(../images/works-people.png) no-repeat;
	}
.srtist_list_cont .box .concern{
	position:absolute;
	top:296px;
	right:10px;
	width:84px;
	height:38px;
	line-height:36px;
	color:#b11818;
	font-size:16px;
	text-align:center;
	overflow:hidden;
	border-radius:6px;
	font-weight:600;
	border:1px solid rgba(177,24,24,0.2);
	_border:1px solid #edcaca;
	border:1px solid #edcaca;
	box-sizing:border-box;
	}
.srtist_list_cont .box .concern span{
	font-size:20px;
	}
.srtist_list_cont .box .concern:hover{
	color:#fff;
	border:1px solid #b11818;
	background-color:#b11818;
	}
.srtist_list_cont .box .already_concern{
	background-color:#f2f2f2;
	position:absolute;
	top:300px;
	right:10px;
	width:84px;
	height:38px;
	line-height:36px;
	color:#d2d2d2;
	font-size:16px;
	text-align:center;
	overflow:hidden;
	border-radius:6px;
	font-weight:600;
	}
/*artist_fensi*/
.artist_fensi{ 
	width: 100%; 
	margin-top: 30px;
	background: #fff;
	margin-bottom: 60px
	}
.artist_fensi .srtist_list_cont{
	float:left;
	width:100%;
	border-bottom: 1px solid #e5e5e5;
	height:auto;
	padding-bottom: 20px;
	margin: 20px 21px 0 0;
	margin: 20px 8px 0\9;
	_margin: 20px 8px 0;
	}
.artist_fensi .box{
	width:96%;
	overflow: hidden;
	left: 2%;
	height:auto;
	border-radius:0;
	}
.srtist_list_cont .box:hover{
	margin-top:2px;
	box-shadow:0 0 0 rgba(0,0,0,0);
	}
.artist_fensi .box .img{
	width:100px;
	height:100px;
	float: left;
	margin-right: 20px;
	}
.artist_fensi .box .img img{
	max-width:100px;
	max-height:100px;
	}
.artist_fensi .box .tagging .p3{
	background:url(../images/see-icon.png) no-repeat left 7px;
	}
.artist_fensi .srtist_list_cont .box .name{ line-height: 32px}
.artist_fensi .srtist_list_cont .box .name a:hover{ color: #333}
.artist_fensi .srtist_list_cont .box .name,.artist_fensi .srtist_list_cont .box .tagging{width:auto}
.artist_fensi .srtist_list_cont .box .tagging{ margin-top: 30px}
.artist_fensi .srtist_list_cont .box .concern,.artist_fensi .srtist_list_cont .box .already_concern{ top:60px}
.artist_tit{ 
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    color: #311717;
    font-size: 22px;
    border-bottom: 2px solid #d6d1d1
	}

/*paging utensil*/
.paging_utensil{
	width:100%;
	justify-content:center;
	align-items:center;
	display:flex;
	display:-webkit-flex;
	overflow:hidden;
	width:auto\9;
	padding-left:30%\9;
	_width:auto;
	_padding-left:30%;
	}
.top_news_paging_utensil{
	width:auto\9;
	padding-left:24%\9;
	_width:auto;
	_padding-left:24%;
	}
.paging_utensil .page{
	margin:40px 0;
	}
.paging_utensil .page a{
	float:left;
	display:block;
	height: 30px;
	text-align: center;
	line-height: 28px;
	font-size: 12px;
	border-radius: 5px;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	padding:0 10px;	
	text-decoration:none;
	margin:0 4px;	
	}
.paging_utensil .page .COLOR{
	color:#333;
	}
.paging_utensil .page .bg{
	color:#fff;
	background-color: #a91919;
	}
.paging_utensil .page a:hover{
	color:#fff;
	background-color: #a91919;
	}
.paging_utensil .page a.active{
	color:#fff;
	background-color: #a91919;
	}
/*personal web artist introduce*/
.personal_web_artist_introduce{
	padding:40px 0 20px;
	overflow:hidden;
	}
.two_dimension_code{
	width:348px;
	float:left;
	overflow:hidden;
	background-color:#412424;
	}
.two_dimension_code .img{
	width:232px;
	height:232px;
	overflow:hidden;
	padding:36px 58px 0;
	}
.two_dimension_code .img img{
	max-width:232px;
	max-height:232px;
	}
.two_dimension_code .txt{
	width:348px;
	height:80px;
	line-height:70px;
	color:#fff;
	font-size:20px;
	text-align:center;
	}
.writer_introduce{
	float:left;
	width:720px;
	height:348px;
	overflow:hidden;
	padding-left:84px;
	background:url(../images/erweima-bg.png) #c7ab8a no-repeat right top;
	}
.writer_introduce .name{
	max-width:366px;
	display:inline-block;
	height:114px;
	line-height:156px;
	color:#fff;
	font-size:30px;
	padding-right:10px;
	border-bottom:2px solid #fff;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	}
.writer_introduce .introduce{
	width:600px;
	height:150px;
	line-height:30px;
	padding-top:10px;
	color:#fff;
	font-size:16px;
	overflow:auto;
	padding-right:100px;
	margin:10px 0;
	}
/*artist works detail title*/
.artist_works_sale_appreciate{
	padding:0 0 20px;
	}
.artist_works_sale_appreciate a{
	float:right;
	display:block; 
	width:80px;
	height:24px;
	line-height:24px;
	color:#666;
	border-radius:4px;
	border:1px solid #d8d8d8;
	margin-left:10px;
	text-align:center;
	}
.artist_works_sale_appreciate a:hover{
	color:#fff;
	border:1px solid #b11818;
	background-color:#b11818;
	}
.artist_works_sale_appreciate .cur{
	color:#fff;
	border:1px solid #b11818;
	background-color:#b11818;
	}
.appreciate_sell{
	float:right;
	width:auto;
	}
.appreciate_sell a{
	float:left;
	}
/*artist works list*/
.artist_works_list{
	padding:30px 0;
	overflow:hidden;
	}
.artist_works_list .artist_works_list_cont:nth-child(4n+0){
	margin:10px 0 0 0;
	}
.artist_works_list_pd{
	padding:0 0 30px;
	}
.artist_works_list_cont{
	float:left;
	width:273px;
	/*height: 364px;*/
	margin:10px 14px 0 0;
	_margin:10px 5px 0;
	margin:10px 5px 0\9;
	background: #fff
	}
.artist_works_list_cont a{
	position:relative;
	display:block;
	width:241px;
	/*height:426px;*/
	padding:15px;
	margin-top:2px;
	background-color:#fff;
	}
.artist_works_list_cont:hover{
	margin-top:0;
	box-shadow:0 4px 4px rgba(0,0,0,0.1),
			   0 -4px 4px rgba(0,0,0,0.1),
			   4px 0 4px rgba(0,0,0,0.1),
			   -4px 0 4px rgba(0,0,0,0.1);
	}
.artist_works_list_cont .img{
	width:241px;
	height:241px;
	overflow:hidden;
	justify-content:center;
	align-items:center;
	display:flex;
	display:-webkit-flex;
	_display:table-cell;
	_vertical-align:middle;
	_text-align:center;
/*	display:table-cell\9;
	vertical-align:middle\9;
	text-align:center\9;
*/	}
.artist_works_list_cont .img img{
	max-width:241px;
	max-height:241px;
	/*_width:334px;
	width:334px\9;
	_vertical-align:middle;
	vertical-align:middle\9;*/
	}
.artist_works_list_cont .name{
	/*width:241px;*/
	height:48px;
	line-height:48px;
	overflow:hidden;
	color:#333;
	font-size:20px;
	white-space: nowrap;
	text-overflow: ellipsis; margin-bottom:5px;
	}

.artist_works_list_cont .name a{
	position:initial;
	display:inline-block;
	width:100%;
	padding:0;
	margin:0;
	color: #333;
	background-color:rgba(0,0,0,0);
	}
.artist_works_list_cont .name a:hover{
	margin-top:0;
	color: #333;
	box-shadow:0 0 0 rgba(0,0,0,0);
	}


/*.artist_works_list_cont a .name .left{
	float:left;
	display:block;
	width:176px;
	height:60px;
	line-height:66px;
	color:#333;
	font-size:20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	}
.artist_works_list_cont a .name .right{
	float:right;
	display:block;
	width:64px;
	height:60px;
	line-height:66px;
	color:#999;
	font-size:16px;
	text-align:right;
	}*/
.artist_works_list_cont .price_new{ margin-top:15px; text-align:center; line-height:24px; color:#dc1d1d; font-size:14px}
.artist_works_list_cont .price_new span{font-size:20px; font-weight:700}
.artist_works_list_cont .price{
	width:241px;
	height:26px;
	overflow:hidden;
	}
.artist_works_list_cont .price .left{
	float:left;
	width:140px;
	height:26px;
	line-height:26px;
	color:#999;
	font-size:16px;
	overflow:hidden;
	}
.artist_works_list_cont .price .see{
	float:left;
	width:113px;
	height:26px;
	line-height:26px;
	color:#999;
	font-size:16px;
	overflow:hidden;
	padding-left:20px;
	background:url(../images/browse-icon.png) no-repeat left center;
	}
.artist_works_list_cont .price .right{
	position:relative;
	float:right;
	width:86px;
	height:26px;
	overflow:hidden;
	cursor:pointer;
	}
.artist_works_list_cont .price .artist{
	float:right;
	width:106px;
	line-height:26px;
	color:#666;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	text-align:right;
	}
.artist_works_list_cont .price .artist a{
	position:initial;
	display:inline-block;
	width:auto;
	padding:0;
	margin:0;
	color: #999;
	background-color:rgba(0,0,0,0);
	}
.artist_works_list_cont .price .artist a:hover{
	margin-top:0;
	color: #999;
	box-shadow:0 0 0 rgba(0,0,0,0);
	}	
.artist_works_list_cont .price .right .s2{
	display:block;
	width:86px;
	height:26px;
	line-height:26px;
	color:#333;
	overflow:hidden;
	text-align:center;
	border:1px solid #333;
	border-radius:2px;
	text-transform:uppercase;
	box-sizing:border-box;
	}
.artist_works_list_cont .price .right .s1{
	position:absolute;
	top:-26px;
	display:block;
	width:86px;
	height:26px;
	line-height:26px;
	overflow:hidden;
	text-align:center;
	border-radius:2px;
	color:#fff;
	border:1px solid #b11818;
	background-color:#b11818;
	box-sizing:border-box;
}
.artist_works_list_cont .price .right .s3{
	position:absolute;
	display:block;
	width:86px;
	height:26px;
	line-height:26px;
	overflow:hidden;
	text-align:center;
	border-radius:2px;
	color:#fff;
	border:1px solid #b11818;
	background-color:#b11818;
	box-sizing:border-box;
	cursor:pointer;
}
.artist_works_list_cont .price .right:hover .s1{
	top:0;
	}
.artist_works_list_cont:hover .artist_works_list_cont_concern{
	position:absolute;
	top:20px; 
	right:20px;
	width:36px;
	height:36px;
	border:1px solid #f8f8f8;
	background:url(../images/concern.png) #fff no-repeat center;
	}
.artist_works_list_cont:hover .artist_works_list_cont_concern:hover{
	background:url(../images/concern-hover.png) #fff no-repeat center;
	}
.artist_works_list_cont:hover .awlcc_on{
	position:absolute;
	top:20px; 
	right:20px;
	width:36px;
	height:36px;
	border:1px solid #f8f8f8;
	background:url(../images/concern-hover.png) #fff no-repeat center;
	}

.artist_video li:hover .artist_works_list_cont_concern{
	position:absolute;
	top:10px; 
	/*right:10px;*//*-------------------------change---------------------*/
	left:10px;
	width:36px;
	height:36px;
	border:1px solid #f8f8f8;
	cursor:pointer;
	background:url(../images/concern.png) #fff no-repeat center;
	}
.artist_video li:hover .artist_works_list_cont_concern:hover{
	background:url(../images/concern-hover.png) #fff no-repeat center;
	}
.artist_video li:hover .awlcc_on{
	position:absolute;
	top:10px; 
	/*right:10px;*//*-------------------------change---------------------*/
	left:10px;
	width:36px;
	height:36px;
	border:1px solid #f8f8f8;
	background:url(../images/concern-hover.png) #fff no-repeat center;
	}
.art_jiage .artist_works_list_cont{
	background:#fff;
	width: 272px;
}
.art_jiage_p{
	padding:0 15px 15px
}

.art_jiage .artist_works_list_cont:hover{
	margin-top:0;
	box-shadow:0 4px 4px rgba(0,0,0,0.1),
			   0 -4px 4px rgba(0,0,0,0.1),
			   4px 0 4px rgba(0,0,0,0.1),
			   -4px 0 4px rgba(0,0,0,0.1);
	}
.art_jiage .artist_works_list_cont a:hover{
	margin-top:0;
	box-shadow:0 4px 4px rgba(0,0,0,0),
			   0 -4px 4px rgba(0,0,0,0),
			   4px 0 4px rgba(0,0,0,0),
			   -4px 0 4px rgba(0,0,0,0);
	}
.art_jiage_fl{
	color: #999;
	font-size: 16px;
	line-height: 21px
}
.art_jiage_fl span{
	 cursor:pointer
}
.art_jiage_fl a{
	position:initial;
	display:inline-block;
	width:auto;
	padding:0;
	margin:0;
	color: #999;
	background-color:rgba(0,0,0,0);
	}
.art_jiage_fl a:hover{
	margin-top:0;
	color: #999;
	box-shadow:0 0 0 rgba(0,0,0,0);
	}
.art_jiage_tab{
	margin: 28px 28px 0 0
}
.art_jiage_tab a{
	float:right;
	display:block; 
	width:90px;
	height:34px;
	line-height:34px;
	color:#666;
	border:1px solid #d8d8d8;
	text-align:center;
	}
.art_jiage_tab a:hover{
	color:#b11818;
	background-color:#fff;
	}
.art_jiage_tab .cur{
	color:#b11818;
	background-color:#fff;
	}
.art_jiage_tab i{
	width: 10px;
	height: 10px;
	display: inline-block;
	background:url(../images/art_jiage_icon.png) no-repeat;
	background-position: -20px 0
}
.art_jiage_tab .cur i{
	background-position: -10px 0
}
.art_jiage_tab .cur i.cur{
	background-position: 0 0
}
/*artist_works_container*/
#container.artist_works_container{
	height:914px;
	}
/*artist_info_cont*/
.artist_info_cont{
	_width:100%;
	width:100%\9;
	border-bottom: 1px solid #eee;
	}
.artist_info_cont_box{
	position:relative;
	_width:100%;
	width:100%\9;
	_height:220px;
	height:220px\9;
	display:block;
	padding:30px 0;
	clear:both;
	}
.artist_info_cont_box:hover{
	background-color:#fff;
	}
.artist_info_cont_box:hover .artist_info_cont_txt .title{
	color:#b11818;
	}
.artist_info_cont_img{
	width:370px;
	height:220px;
	padding-left:20px;
	justify-content:center;
	align-items:center;
	display:flex;
	display:-webkit-flex;
	overflow:hidden;
	}
.artist_info_cont_img img{
	max-width:370px;
	max-height:220px;
	}
.artist_info_cont_txt{
	position:relative;
	width:722px;
	height:220px;
	padding:0 20px;
	}
.artist_info_cont_txt .title{
	width:100%;
	height:40px;
	line-height:34px;
	color:#333;
	font-size:24px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	}
.artist_info_cont_txt .txt{
	width:100%;
	height:56px;
	line-height:28px;
	color:#333;
	font-size:16px;
	overflow:hidden;
	}
.artist_info_cont_txt .function{
	position:absolute;
	bottom:0;
	width:722px;
	height:16px;
	}
.artist_info_cont_txt .function .fl{
	height:16px;
	}
.artist_info_cont_txt .function .fl p{
	padding:0 20px;
	height:16px;
	color:#999;
	line-height:16px;
	}
.artist_info_cont_txt .function .fl .p1{
	background:url(../images/browse-icon.png) no-repeat left center;
	}
.artist_info_cont_txt .function .fl .p2{
	background:url(../images/time-icon.png) no-repeat;
	}
.artist_info_cont_txt .function .fr{
	height:16px;
	}
.artist_info_cont_txt .function .fr .store_up{
	padding-left:22px;
	height:16px;
	color:#999;
	line-height:16px;
	cursor:pointer;
	background:url(../images/concern.png) no-repeat;
	}
.artist_info_cont_txt .function .fr .store_up:hover{
	background:url(../images/concern-hover.png) no-repeat;
	}
.artist_info_cont_txt .function .fr .store_up_on{
	padding-left:22px;
	height:16px;
	color:#999;
	line-height:16px;
	background:url(../images/concern-hover.png) no-repeat;
	}
.artist_info_cont_txt .function .fr .erweima{
	padding:0 12px 0 22px;
	height:16px;
	background:url(../images/erweima-none.png) no-repeat right;
	}
.artist_info_cont_txt .function .fr .erweima:hover{
	background:url(../images/erweima-block.png) no-repeat right;
	}
.artist_info_cont_txt_width{
	width:1112px;
	}
.artist_info_cont_txt_width .function{
	width:1112px;
	}
/*artxun_index*/
.artxun_index{
	height:496px;
	background:url(../images/artxun-index.jpg) no-repeat center;
	}
/*artist introduce*/
.artist_introduce .title{
	width:100px;
	color:#fff;
	height:50px;
	line-height:40px;
	font-size:16px;
	padding-left:40px;
	text-align:center;
	margin-top:60px;
	}
.artist_introduce .title_bg01{
	background:url(../images/artist-in-tt-bg01.png) no-repeat;
	}
.artist_introduce .title_bg02{
	background:url(../images/artist-in-tt-bg02.png) no-repeat;
	}
.artist_introduce .title_bg03{
	background:url(../images/artist-in-tt-bg03.png) no-repeat;
	}
.artist_introduce .title_bg04{
	background:url(../images/artist-in-tt-bg04.png) no-repeat;
	}
.artist_introduce .title_bg05{
	background:url(../images/artist-in-tt-bg05.png) no-repeat;
	}
.artist_introduce .title_bg06{
	background:url(../images/artist-in-tt-bg06.png) no-repeat;
	}
.artist_introduce .title_bg07{
	background:url(../images/artist-in-tt-bg07.png) no-repeat;
	}
.artist_introduce .title_bg08{
	background:url(../images/artist-in-tt-bg08.png) no-repeat;
	}
.artist_introduce .info{
	margin-top:50px;
	width:982px;
	font-size:16px;
	color:#333;
	line-height:38px;
	word-break : normal;
	border: 0;
	padding: 0 0 0 30px;
	}
.artist_introduce .Table{
	width:1152px;
	overflow:hidden;
	margin-top:30px;
	}
.artist_introduce .Table td{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.artist_introduce .Table tr{
	width:1152px;
	height:64px;
	margin-bottom:5px;
	overflow:hidden;
	display:block;
	}
.artist_introduce .Table .white td{
	background-color:#fff;
	}
.artist_introduce .Table .gray td{
	background-color:#e5e5e5;
	}
.artist_introduce .Table tr .year{
	width:140px;
	height:64px;
	line-height:64px;
	color:#afafaf;
	font-size:20px;
	font-weight:bold;
	overflow:hidden;
	text-align:center;
	}
.artist_introduce .Table tr .thing{
	width:956px;
	height:64px;
	line-height:64px;
	color:#333;
	font-size:16px;
	overflow:hidden;
	padding:0 25px;
	white-space:nowrap;
	text-overflow:ellipsis;
	margin-left:5px;
	display:block;
	}
.artist_introduce .Table tr .chronology{
	width:956px;
	margin-left:5px;
	}
.artist_introduce .Table .Title td{
	height:64px;
	line-height:64px;
	color:#afafaf;
	font-size:20px;
	font-weight:bold;
	overflow:hidden;
	text-align:center;
	background-color:#e5e5e5;
	display:block;
	_margin-bottom:5px;
	margin-bottom:5px\9;
	}
.artist_introduce .Table .Title .time{
	width:140px;
	font-weight:bold;
	}
.artist_introduce .Table .Title .class{
	width:500px;
	margin-left:5px;
	}
.artist_introduce .Table .Title .price{
	width:502px;
	margin-left:5px;
	}
.artist_introduce .Table .cont td{
	color:#333;
	font-size:18px;
	font-weight:normal;
	background-color:#fff;
	}
.artist_introduce .Table .cont .notes{
	width:1152px;
	height:64px;
	line-height:64px;
	color:#afafaf;
	font-size:16px;
	overflow:hidden;
	text-align:center;
	background-color:#fff;
	}
.artist_introduce .Table .Title .time01{
	width:250px;
	font-weight:bold;
	}
.artist_introduce .Table .Title .class01{
	width:896px;
	margin-left:5px;
	}
/*sell_works*/
/*20170908*/
.sell_works_classify{
	/*width:184px;
	margin:0 auto;
	padding:20px 0;*/
	padding: 50px 0 10px;
	margin:0 auto;
	width:350px; text-align:center; 
	}
.sell_works_classify a{border-radius:0; display:inline-block; float:none; height:30px; line-height:30px; width:108px}
/*20170908*/	
.sell_works{
	margin:10px 8px 0 3px;
	background: #fff
	}
.sell_works  .img{
	height:auto;
	}
.sell_works  .img img{
	width:100%;
	max-height:none;
	}
.sell_works  .see{
	width: 100px;
	height: 26px;
	line-height: 26px;
	color: #999;
	font-size: 16px;
	overflow: hidden;
	padding-left:20px;
	background:url(../images/browse-icon.png) no-repeat left center;
	}
.artist_works_list_contbtm{ padding: 15px; padding-top: 0}
.sell_works  .see_w .right{
	float:right;
	line-height: 26px;
	max-width:44%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	}
.sell_works  .see_w .right a{
	position:initial;
	display:inline-block;
	width:auto;
	padding:0;
	margin-top:0;
	color: #999;
	background-color:#fff;
	}
.sell_works  .see_w .right a:hover{
	margin-top:0;
	box-shadow:0 0 0 rgba(0,0,0,0);
	color: #999;
	}

.artist_works_list_cont a:hover .see_w{ color:#666}
.sell_works_paging_utensil{
	padding:30px 0 80px;
	}
/*artist_works_exhibition*/
.artist_works_exhibition{
	padding:40px 0;
	}
.artist_works_exbt_special{
	width:566px;
	height:454px;
	margin:0 20px 10px 0;
	_margin:0 5px 10px;
	margin:0 5px 10px\9;
	}
.artist_works_exbt_special:nth-child(2n+0){
	margin:0 0 10px 0;
	}
.artist_works_exbt_special a{
	display:block;
	width:566px;
	height:424px;
	padding:10px 0;
	background-color:#fff;
	overflow:hidden;
	margin-top:2px;
	}
.artist_works_exbt_special a:hover{
	margin-top:0;
	box-shadow:0 4px 4px rgba(0,0,0,0.1),
			   0 -4px 4px rgba(0,0,0,0.1),
			   4px 0 4px rgba(0,0,0,0.1),
			   -4px 0 4px rgba(0,0,0,0.1);
	}
.artist_works_exbt_special a .img{
	width:546px;
	height:250px;
	padding:0 10px;
	}
.artist_works_exbt_special a .img img{
	width:100%;
	}
.artist_works_exbt_special a .title{
	position:relative;
	padding-right:60px;
	width:486px;
	height:57px;
	line-height:56px;
	color:#333;
	font-size:20px;
	margin:0 10px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	}
.artist_works_exbt_special a .title span{
	position:absolute;
	top:0;
	right:0;
	height:57px;
	line-height:56px;
	color:#999;
	font-size:12px;
	padding-left:24px;
	background:url(../images/concern.png) no-repeat left center;
	}
.artist_works_exbt_special a .title span:hover{
	background:url(../images/concern-hover.png) no-repeat left center;
	}
.artist_works_exbt_special a .title .awesat_on{
	float:right;
	height:57px;
	line-height:56px;
	color:#999;
	font-size:12px;
	padding-left:24px;
	background:url(../images/concern-hover.png) no-repeat left center;
	}
.artist_works_exbt_special a .time{
	width:546px;
	overflow:hidden;
	padding:4px 10px 10px;
	border-top:1px solid #f3f3f3;
	}
.artist_works_exbt_special a .time .name{
	width:76px;
	height:22px;
	line-height:22px;
	color:#fff;
	font-size:16px;
	text-align:center;
	background-color:#c7ab8a;
	margin-top:12px;
	}
.artist_works_exbt_special a .time .cont{
	width:445px;
	height:22px;
	line-height:22px;
	color:#999;
	font-size:16px;
	padding-left:15px;
	margin-top:12px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	}
/*Eject two dimension code*/
.news_c_f_code {
	display:none;
    position: absolute;
    top: 256px;
    overflow: hidden;
    padding: 20px;
    background-color: #fff;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2),
                -3px -3px 6px rgba(0, 0, 0, 0.2);
    z-index: 100;
	right:18px;
}
.news_c_f_code .left{
    float:left;
    width:190px;
    height:126px;
}
.news_c_f_code .left h6{
    width:190px;
    height:52px;
    line-height:52px;
    color:#333;
    font-size:24px;
    overflow:hidden;
}
.news_c_f_code .left p{
    width:180px;
    height:26px;
    line-height:26px;
    color:#666;
    font-size:14px;
    overflow:hidden;
    padding-left:10px;
    background:url(../images/spot-img01.png) no-repeat left;
}
.news_c_f_code .right{
    float:left;
    width:126px;
    height:126px;
}
.news_c_f_code .right img{
    max-width:126px;
    max-height:126px;
}
/*.artist_info_erweima*/
.artist_info_erweima{
	top:260px;
	right:288px;
	}
/*news detail*/
.news_detail{
	width:1112px;
	padding:0 20px 30px;
	margin:30px auto 40px;
	background-color:#fff;
	}
.news_detail_cont{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	}
.news_detail_title{
	width:100%;
	line-height:60px;
	color:#333;
	font-size:30px;
	font-weight:bold;
	padding-top:30px;
	}
.news_detail_time{
	width:100%;
	height:54px;
	}
.news_detail_time p{
	float:left;
	height:54px;
	line-height:54px;
	color:#333;
	font-size:18px;
	}
.news_detail_time p span{
	height:54px;
	line-height:54px;
	color:#999;
	font-size:14px;
	padding-right:20px;
	}
.news_detail_time p span .line{
	padding:0 10px;
	}
.news_detail_function{
	position:static;
	width:100%;
	height:auto;
	padding:0;
	overflow:hidden;
	}
.news_detail_function .function{
	position:static;
	width:100%;
	height:30px;
	}
.news_detail_function .function .fl{
	height:30px;	
	}
.news_detail_function .function .fl .p1{
	height:30px;
	color:#f03838;
	font-size:30px;
	line-height:30px;
	}
.news_detail_function .function .fr{
	padding-top:8px;
	font-size:16px;
	line-height:16px;	
	}
.news_detail_function .function .fr .store_up{
	margin-left:22px;	
	}
.news_detail_function .function .fr .share_reach{
	height:16px;
	}
.news_detail_function .function .fr .share_reach span{
	display:inline-block;
	height:16px;
	color:#999;
	overflow:hidden;
	margin-left:22px;
	}
.news_detail_function .function .fr .share_reach a{
	display:inline-block;
	border-radius: 2px;
	overflow: hidden;
	}
.news_detail_img{
	width:100%;
	padding:40px 0 14px;
	overflow:hidden;
	text-align:center;
	}
.news_detail_introduce{
	width:100%;
	overflow:hidden;
	padding-top:20px;
	}
.news_detail_introduce img{
	max-width:80%;
	}
.news_detail_introduce h4{
	width:100%;
	height:48px;
	line-height:48px;
	color:#333;
	font-size:20px;
	overflow:hidden;
	text-align:center;
	font-weight:600;
	}
.news_detail_introduce p{
	width:100%;
	line-height:28px;
	color:#333;
	font-size:16px;
	overflow:hidden;
	padding:6px 0;
	/*text-indent:2em;*/
	}
/*artist video list*/
.artist_video_list{
	padding:40px 0 60px;
	overflow:hidden;
	}
.artist_video_list li{
	width:274px;
	height:366px;
	margin:0 18px 10px 0;
	_margin:0 7px 10px;
	margin:0 7px 10px\9;
	}
.artist_video_list li:nth-child(4n+0){
	margin:0 0 10px 0;
	}
.artist_video_list li a{
	display:block;
	width:274px;
	margin-top:2px;
	}
.artist_video_list li a:hover{
	margin-top:0;
	}
.artist_video_list li:hover .artist_works_list_cont_concern{
	left:10px;
	}
.artist_video_list li .quality{
	position:absolute;
	top:0;
	right:10px;
	padding:0 8px;
	height:26px;
	line-height:24px;
	text-align:center;
	color:#fff;
	font-size:14px;
	background-color:#f33e39;
	border-radius:0 0 10px 10px;
	}
.artist_video_list li .quality1{
	background-color:#f9a529;
	}
.artist_video_list li .when_long{
	position:absolute;
	bottom:10px;
	right:10px;
	padding:0 8px;
	height:18px;
	line-height:18px;
	text-align:center;
	color:#fff;
	font-size:12px;
	background-color:rgba(0,0,0,0.5);
	_background-color:rgba(0,0,0,0.5);
	background-color:rgba(0,0,0,0.5)\9;
	}
.artist_video_list li .title{
	width:250px;
	height:52px;
	padding:8px 12px 0;
	line-height:26px;
	color:#333;
	font-size:16px;
	background-color:#fff;
	overflow:hidden;
	}
.artist_video_list li .time{
	width:250px;
	height:46px;
	padding:0 12px;
	background-color:#fff;
	}
.artist_video_list li .time span{
	display:block;
	height:36px;
	line-height:36px;
	color:#999;
	font-size:14px;
	}
.artist_video_list li .time .fl{
	padding-left:20px;
	background:url(../images/watch-video.png) no-repeat left center;
	}
/*video_detail*/
.video_detail{
	overflow:hidden;
	margin:40px auto 60px;
	background-color:#1f1f1f;
	}
.video_detail_cont .img{
	width:834px;
	height:500px;
	display:table;
	overflow:hidden;
	}
.video_detail_cont .img .center{
	width:834px;
	display:table-cell;
	vertical-align:middle;
	}
.video_detail_cont .relevant_video{
	width:318px;
	height:500px;
	overflow:hidden;
	}
.relevant_video_title{
	width:278px;
	height:60px;
	padding:0 20px;
	margin-bottom:20px;
	border-bottom:1px solid #2f2f2f;
	}
.relevant_video_title span{
	display:block;
	width:82px;
	height:60px;
	line-height:60px;
	color:#f5f5f5;
	font-size:20px;
	font-weight:bold;
	border-bottom:1px solid #b11818;
	}
.relevant_video .box{
	width:338px;
	height:419px;
	overflow-y:scroll;
	}
.video_detail_relevant_cont{
	width:278px;
	padding-left:20px;
	overflow:hidden;
	}
.video_detail_relevant_cont a{
	display:block;
	width:278px;
	overflow:hidden;
	margin-bottom:20px;
	}
.video_detail_relevant_cont a:hover .relevant_img{
	border:2px solid #b11818;
	box-sizing:border-box;
	}
.video_detail_relevant_cont a:hover .introduce p{
	color:#b11818;
	}
.video_detail_relevant_cont a:hover .introduce .frequency{
	opacity:1;
	}
.video_detail_relevant_cont a .relevant_img{
	width:120px;
	height:72px;
	overflow:hidden;
	display:table-cell;
	vertical-align:middle;
	}
.video_detail_relevant_cont a .relevant_img img{
	max-width:120px;
	max-height:72px;
	vertical-align:middle;
	}
.video_detail_relevant_cont a .introduce{
	position:relative;
	width:136px;
	height:72px;
	padding-left:12px;
	padding-left:20px;
	overflow:hidden;
	}
.video_detail_relevant_cont a .introduce p{
	width:136px;
	height:40px;
	line-height:20px;
	color:#f5f5f5;
	font-size:14px;
	overflow:hidden;
	}
.video_detail_relevant_cont a .introduce .frequency{
	position:absolute;
	bottom:0;
	left:20px;
	width:100px;
	height:20px;
	line-height:20px;
	color:#f5f5f5;
	font-size:14px;
	overflow:hidden;
	opacity:0.4;
	padding-left:20px;
	background:url(../images/frequency-icon.png) no-repeat;
	}
.video_detail_function .function .fl{
	height:56px;
	}
.video_detail_function .function .fr{
	padding-top:20px;
	padding-right:20px;
	}
.video_detail_function .function .fl .video_title{
	padding-left:14px;
	height:56px;
	line-height:56px;
	color:#f5f5f5;
	font-size:20px;
	}
.video_detail_function .function .fl .video_title span{
	color:#b11818;
	padding-right:6px;
	}
.video_detail_function .function .fr .frequency{
	padding-left:20px;
	height: 16px;
	color: #999;
	line-height: 16px;
	margin-left:22px;
	background:url(../images/frequency-icon01.png) no-repeat;
	}
.no_video{
	width:278px;
	height:419px;
	background:url(../images/No-video.png) #2a2a2a no-repeat center;
	margin-left:20px;
	}
/*picture album*/
.picture_album{
	padding-bottom:80px;
	overflow:hidden;
	}
.picture_album_frequency{
	width: 241px;
	height: 26px;
	}
.picture_album_frequency span{
	height: 26px;
	line-height:26px;
	color:#999;
	font-size:16px;
	}
.picture_album_frequency .fr{
	background:url(../images/browse-icon.png) no-repeat left center;
	padding-left:20px;
	}
.picture_album a .name .left {
    width: 241px;
}
/*photo_album_list*/
.photo_album_list li{
	width:177px;
	height:177px;
	}
.photo_album_list li:nth-child(4n+0){
	margin:0 18px 10px 0;
	}
.photo_album_list li:nth-child(6n+0){
	margin:0 0 10px 0;
	}
.photo_album_list li a{
	width:177px;
	}
.photo_album_list li a .img{
	width:177px;
	height:177px;
	display:table-cell;
    vertical-align: middle;
	background-color: #fefefe;
	text-align:center;

	}
.photo_album_list li a .img img{
	max-width:177px;
	max-height:177px;
	}
.photo_album_list li .title {
    width: 157px;
    height: 40px;
    padding:0 10px;
    line-height: 40px;
    color: #666;
    font-size: 12px;
    background-color: #fff;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	}
/*top_nav_works*/
.top_nav_works{
	padding-top:60px;
	}
.top_nav_works .artist_works_list_cont{
	height:auto;
	}
/*current_coordinate*/
.current_coordinate{
	padding:20px 0;
	}
.current_coordinate p{
	line-height:20px;
	font-size:14px;
	color:#b2b2b2;
	padding-left:8px;
	}
.current_coordinate p a{
	color:#b2b2b2;
	}
.current_coordinate p a:hover{
	color:#b2b2b2;
	}
/*top_nav_news*/
.top_nav_news{
	width:832px;
	}
.top_nav_news .artist_info_cont_img{
	width:274px;
	height:164px;
	}
.top_nav_news .artist_info_cont_img img{
	max-width:274px;
	max-height:164px;
	}
.top_nav_news .artist_info_cont_txt{
	width:498px;
	height:164px;
	}
.top_nav_news .artist_info_cont_txt .function{
	width:498px;
	}
.top_nav_news .artist_info_cont_txt_w{
	width:792px;
	}
.top_nav_news .artist_info_cont_txt_w .function{
	width:792px;
	}
.top_nav_news .news_c_f_code{
	top:200px;
	}
/*top nav news right cont*/
.list01_sidebar02{
    width:300px;
    padding-bottom:20px;
    overflow:hidden;
    border-bottom:1px solid #e5e5e5;
}
.list01_sidebar02 .title{
    width:300px;
    margin:8px 0 17px;
    overflow:hidden;
}
.list01_sidebar02 .artist{
    width:286px;
    padding:30px 7px 0;
    overflow:hidden;
}
.list01_sidebar02 .artist dt{
    float:left;
    width:70px;
    height:70px;
    overflow:hidden;
    border-radius:70px;
}
.list01_sidebar02 .artist dt img{
    max-width:70px;
    max-height:70px;
}
.list01_sidebar02 .artist dd{
    float:left;
    width:240px;
    padding-left:10px;
    overflow:hidden;
}
.list01_sidebar02 .artist dd a h6{
    width:240px;
    line-height:24px;
    color:#333;
    font-size:16px;
    font-weight:bold;
}
.list01_sidebar02 .artist dd a p{
    width:240px;
    height:40px;
    line-height:20px;
    color:#999;
    font-size: 14px;
}
.list01_sidebar02 .artist dd a:hover h6{
    color:#a91717;
}
.list01_sidebar02 .artist dd a:hover p{
    color:#666;
}
.list01_sidebar02 .artist dd .click h6{
    color:#a91717;
}
.list01_sidebar02 .artist dd .click p{
    color:#666;
}
.list01_sidebar02 .article{
    width:300px;
    padding:10px 0 15px;
    border-bottom:1px solid #e5e5e5;
    overflow:hidden;
}
.list01_sidebar02 dl:last-child{
    border-bottom:0;
}
.list01_sidebar02 .article dt{
    float:left;
    width:18px;
    height:18px;
    margin:20px 10px 0 0;
    overflow:hidden;
}
.list01_sidebar02 .article dd{
    float:left;
    width:270px;
    overflow:hidden;
}
.list01_sidebar02 .article dd a{
	display:block;
    width:270px;
    overflow:hidden;
}
.list01_sidebar02 .article dd a .title{
    display:block;
    width:270px;
    height:30px;
    line-height:40px;
    color:#333;
    font-size:16px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.list01_sidebar02 .article dd a:hover .title{
    color:#a91717;
}
.list01_sidebar02 .article dd a:hover p{
    color:#333;
}
.list01_sidebar02 .article dd a p{
    display:block;
    width:270px;
    max-height:44px;
    line-height:22px;
    color:#888;
    overflow:hidden;
}
.list01_sidebar02 .article dd a .follow{
    width:270px;
    overflow:hidden;
}
.list01_sidebar02 .article dd a .follow .left{
    display:block;
    float:left;
    height:32px;
    line-height:38px;
    color:#666;
    font-size:14px;
    font-weight:bold;
    overflow:hidden;
}
.list01_sidebar02 .article dd a .follow .right{
    display:block;
    float:right;
    height:32px;
    line-height:44px;
    color:#999;
    font-weight:bold;
    overflow:hidden;
    padding-left:24px;
    background:url(../images/see-icon.png) no-repeat 0 17px;
}
/*top nav news detail*/
.top_nav_news_detail_l{
	width:844px;
	overflow:hidden;
	margin:0 auto 40px;
	}
.top_nav_news_detail_r{
	width:248px;
	overflow:hidden;
	}
.top_nav_news_r_cont{
	position:relative;
	width:310px;
	margin:60px 0 20px;
	background-color:#fff;
	}
.top_nav_news_r_cont .img{
	width:110px;
	height:110px;
	border:1px solid #e5e5e5;
	margin:30px auto 0;
	border-radius:98px;
	overflow:hidden;
	}
.top_nav_news_r_cont .img img{
	width:110px;
	height:110px;
	}
.top_nav_news_r_cont .title{
	width:166px;
	height:46px;
	line-height:45px;
	color:#333;
	font-size:20px;
	font-weight:bold;
	margin:0 auto;
	background:url(../images/renzheng.png) no-repeat right center;
	}
.top_nav_news_r_cont .not_title{
	background:url(../images/not-renzheng.png) no-repeat right center;
	}
.top_nav_news_r_cont .info{
	width:270px;
	overflow:hidden;
	padding:0 20px;
	}
.top_nav_news_r_cont .info p{
	line-height:28px;
	color:#999;
	font-size:14px;
	overflow:hidden;
	}
.top_nav_news_r_cont .info .pl{
	width:44px;
	}
.top_nav_news_r_cont .info .pr{
	width:226px;
	}
.go_personal_web{
	border-top:1px solid #f5f5f5;
	overflow:hidden;
	margin-top:20px;
	padding:0 20px;
	}
.go_personal_web span{
	display:block;
	width:30px;
	height:18px;
	margin-top:18px;
	background:url(../images/erweima-none.png) no-repeat center right;
	}
.go_personal_web span:hover{
	background:url(../images/erweima-block.png) no-repeat center right;
	}
.go_personal_web a{
	display:block;
	width:104px;
	height:54px;
	line-height:54px;
	color:#b11818;
	font-size:14px;
	font-weight:bold;
	background:url(../images/jinruguanwang.png) no-repeat right center;
	overflow:hidden;
	padding-right: 19px;
	margin:0 auto;
	}
.works_info_erweima{
	width:316px;
	top:270px;
	right:300px;
	}
/*works_details*/
.works_details{
	margin-bottom:80px;
	background-color:#fff;
	}
.works_details_title{
	height:90px;
	border-bottom:1px solid #e5e5e5;
	}
.works_details_title .function{
	width:1112px;
	padding:0 20px;
	height:90px;
	}
.works_details_title .function .fl{
	max-width: 830px;
	height:90px;
	}
.works_details_title .function .fl .title{
	height:90px;
	line-height:90px;
	color:#333;
	font-size:32px;
	font-weight:bold;
	padding:0;
	}
.works_details_title .function .fr{
	padding-top:40px;
	}
.works_details_exhibition{
	width:1152px;
	position:relative;
	margin:0 auto; overflow:hidden
	}
.works_details_exhibition li{
	float:left;
	}
.works_details_exhibition .cf li{
	color:#fff;
	}
.works_details_img{
	position:relative;
	float:left;
	width:840px; 
	height:440px;
	margin:50px 0 60px;
	overflow:hidden; 
	}
/*20170908*/	
.works_details_img .cloudzoom{max-width:840px; max-height:440px;}	
.works_details_img .cloudzoom_w{position:relative;text-align:center;display:table-cell;vertical-align:middle;*display:block;*font-size:300px; *font-family:Arial;width:840px; height:440px;}
#fullimg{width:312px; height:312px;	overflow:hidden; position:absolute; right:0; top:0}
/*20170908*/	
.works_details_img ul{
	position:absolute;
	top:0;
	left:0;
	width:auto;
	height:440px;
	}
.works_details_img li{
	position:relative;
	z-index:1;
	width:840px; 
	height:440px;
	justify-content:center;
	align-items:center;
	display:flex;
	display:-webkit-flex;
	}
.works_details_img li img{
	max-width:840px; 
	max-height:440px;
	}
.works_details_exhibition .listBox{
	float:left;
	width:312px; 
	height:550px;
	overflow:hidden; 
	background-color:#dbd5cf;
	}
.listBox_list{
	position:relative;
	width:312px;
	height:440px;
	overflow:hidden;
	}
.listBox_list ul{
	position:absolute;
	top:0;
	left:0;
	width:auto;
	height:440px;
	overflow:hidden;
	}
.listBox_list ul li{
	width:312px;
	height:440px; 
	overflow:hidden;
	}
.listBox_list ul li .box_cont{
	width:280px;
	height:92px; 
	overflow:hidden;
	padding:0 16px;
	margin-top:14px;
	float:none;
	color:#333;
	}
.listBox_list ul li .box_cont:hover{ 
	background:url(../images/img-bg.png) no-repeat;
	color:#b11818;
	}
.listBox_list ul li .box_cont .img{
	width:92px;
	height:92px;
	justify-content:center;
	align-items:center;
	display:flex;
	display:-webkit-flex;
	background:url(../images/album-list-bg.png) repeat-x;
	}
.listBox_list ul li .box_cont .img img{
	max-width:92px;
	max-height:92px;
	}
.listBox_list ul li .box_cont .cont{
	width:178px;
	height:92px;
	padding-left:10px;
	}
.listBox_list ul li .box_cont .cont h5{
	width:178px;
	height:30px;
	line-height:26px;
	font-size:16px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	}
.listBox_list ul li .box_cont .cont p{
	width:178px;
	height:20px;
	line-height:20px;
	font-size:14px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	}
.works_details_exhibition .listBox ul .on{ 
	background:url(../images/img-bg.png) no-repeat;
	color:#b11818;
	}
.works_details_exhibition_Page{
	height:50px;
	box-sizing:border-box;
	padding:0 16px;
	border-bottom:1px solid #c1bcb6;
	}
.works_details_exhibition_Page .title{
	width:100px;
	height:50px;
	}
.works_details_exhibition_Page .title p{
	width:100px;
	height:50px;
	line-height:50px;
	color:#333;
	font-size:20px;
	box-sizing:border-box;
	border-bottom:1px solid #b11818;
	}
.works_details_exhibition_Page .w_title{
	width:60px;
}
.works_details_exhibition_Page .w_title p{
	width:60px;
}
.mkeNum{
	height:50px;
	}
.mkeNum .mke_ns1{
	height:50px;
	line-height:50px;
	color:#999;
	font-size:22px;
	}
.mkeNum .mke_ns2{
	height:50px;
	line-height:50px;
	color:#999;
	font-size:14px;
	}
.mkeNum .mke_ns3{
	height:50px;
	line-height:50px;
	color:#999;
	font-size:22px;
	}
.mkeNum .mke_ns4{
	height:50px;
	line-height:50px;
	color:#999;
	font-size:14px;
	}
.mkeNum .line{
	height:50px;
	line-height:50px;
	color:#999;
	font-size:14px;
	padding:0 15px;
	}
.turn_page{
	height:50px;
	padding:0 16px;
	border-top:1px solid #c1bcb6;
	box-sizing:border-box;
	}
.turn_page .namber{
	height:60px;
	line-height:60px;
	color:#999;
	font-size:20px;
	}
.turn_page .namber span{
	font-weight:bold;
	}
.turn_page .btn{
	height:45px;
	padding-top:15px;
	}
.turn_page .btn span{
	float:left;
	height:30px;
	width:28px;
	background-color:#c4bdb7;
	margin-left:10px;
	border-radius:5px;
	}
.turn_page .btn span:hover{
	background-color:#a9a39e;
	}
.works_details_exhibition_author{
	padding:11px 0 11px 80px;
	overflow:hidden;
	}
.works_details_exhibition_author p{
	height:40px;
	line-height:40px;
	color:#666;
	font-size:20px;
	}
/*works details introduce */
.works_details_info {
	background-color:#f3f3f3;
	}
.works_details_info_cont{
	display:none;
	}
.works_details_info .works_details_info_cont:first-child{
	display:block;
	}
.works_details_introduce{
	width:804px;
	}
.works_details_introduce .Table .Title .time01{
	width:140px;
	color:#afafaf;
	font-size:20px;
	}
.works_details_introduce .Table .Title .class01{
	width:640px;
	font-weight:normal;
	padding-left:20px;
	text-align:left;
	color:#333;
	font-size:16px;
	}
.works_details_works_describe{
	width:804px;
	background-color:#f3f3f3;
	}
.works_details_works_describe p{
	width:634px;
	line-height:30px;
	color:#333;
	font-size:16px;
	padding-top:50px;
	}
.scan_code{
	width:326px;
	height:326px;
	background-color:#fff;
	margin-top: 140px;
	}
.scan_code .img{
	width:220px;
	height:220px;
	margin:30px auto 0;
	overflow:hidden;
	}
.scan_code .txt{
	width:326px;
	height:76px;
	line-height:76px;
	color:#311717;
	font-size:20px;
	text-align:center;
	}
/*photo album details*/
.photo_album_details .listBox{
	border-top:1px solid #e5e5e5;
	margin:20px auto 20px;
	}
.photo_album_details #prev, .photo_album_details #next{
	top:636px;
	}
/*login_success*/
.login_success{
	position:relative;
	width:80px;
	/*height:64px;*/
	margin:20px 0 0 38px;
	background:url(../images/login-img01.png) no-repeat right center;
	padding-bottom:11px;
	}
.login_success .img{
	width:50px;
	height:50px;
	padding:3px;
	border:1px solid #311717;
	border-radius:50px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	}
.login_success .img img{
	width:46px;
	height:46px;
	border-radius:46px;
	vertical-align:middle;
	}
.login_success .info_prompt{
	position:absolute;
	top:0;
	right:16px;
	width:8px;
	height:8px;
	border-radius:8px;
	background-color:#fd3c3c;
	}
.login_success_eject_layer{
	position:absolute;
	top:68px;
	right:0;
	width:146px;
	height:120px;
	box-shadow:0 4px 6px rgba(0,0,0,0.2),
			   0 -4px 6px rgba(0,0,0,0.2),
			   4px 0 6px rgba(0,0,0,0.2),
			   -4px 0 6px rgba(0,0,0,0.2);
	border-radius:0 0 6px 6px;
	z-index:300;
	overflow:hidden;
	}
.login_success_eject_layer .cont{
	width:106px;
	height:40px;
	line-height:40px;
	color:#333;
	font-size:16px;
	padding:0 20px;
	font-weight:bold;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	}
.login_success_eject_layer a.cont{
	display:block;
	font-size:14px;
	font-weight:normal;
	}
.login_success_eject_layer a:hover{
	color:#fff;
	background-color:#311717;
	}
.login_success_eject_layer .cur{
	color:#fff;
	background-color:#311717;
	}
/*artxun_index_chart*/
.artxun_index_chart{
	height:94px;
	}
.artxun_index_chart_bd{
	padding-bottom:60px;
	}
.artxun_index_chart h3{
	height:94px;
	line-height:100px;
	color:#333;
	font-size:24px;
	padding-left:34px;
	background:url(../images/trend-icon.png) no-repeat;
	}
.artxun_index_chart p{
	height:94px;
	line-height:100px;
	color:#999;
	font-size:16px;
	}
/*index_artxun_index_chart*/
.index_artxun_index_chart{
	background:url(../images/artxun-index-bg.jpg) #f5f5f5 no-repeat center top;
	height:658px;
	padding-bottom:20px;
	}
.index_artxun_index_chart .artxun_index_chart .fr{
	height:30px;
	margin-top:40px;
	}
.index_artxun_index_chart .artxun_index_chart .fr a{
	display:block;
	float:left;
	width:90px;
	height:24px;
	line-height:24px;
	color:#666;
	font-family:'卜悶';
	font-size:12px;
	border:1px solid #ccc;
	box-sizing:border-box;
	text-align:center;
	margin:0 0 0 10px;
	}
.index_artxun_index_chart .artxun_index_chart .fr a:hover{
	border:1px solid #b11818;
	background-color:#b11818;
	color:#fff;
	border-radius:4px;
	}
.index_artxun_index_chart .artxun_index_chart .fr .cur{
	border:1px solid #b11818;
	background-color:#b11818;
	color:#fff;
	border-radius:4px;
	}
/*search_empty*/
.search_empty{
	position:relative;
	width:100%;
	height:600px;
	overflow:hidden;
	}
/*container1*/
.container{
	width:890px;
	overflow:hidden;
	margin:20px auto 0;
	background-color:#fff;
	}
/**/
.ck-slide ul.ck-slide-wrapper li a .banner_img{
	float:left;
	width:738px;
	height:376px;
	overflow:hidden;
	}
.ck-slide ul.ck-slide-wrapper li a .banner_img img{
	max-width:738px;
	max-height:376px;
	}
.ck-slide ul.ck-slide-wrapper li a .banner_txt{
	float:right;
	width:414px;
	height:376px;
	background-color:#fff;
	}
.ck-slide ul.ck-slide-wrapper li a .banner_txt .title{
	width:374px;
	height:100px;
	line-height:124px;
	color:#333;
	font-size:20px;
	margin:0 20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	}
.ck-slide ul.ck-slide-wrapper li a .banner_txt .title span{
	float:right;
	height:57px;
	line-height:56px;
	color:#999;
	font-size:12px;
	padding-left:24px;
	background:url(../images/concern.png) no-repeat left center;
	}
.ck-slide ul.ck-slide-wrapper li a .banner_txt .title span:hover{
	background:url(../images/concern-hover.png) no-repeat left center;
	}
.ck-slide ul.ck-slide-wrapper li a .banner_txt .time{
	width:374px;
	overflow:hidden;
	padding:10px 20px 10px;
	border-top:1px solid #f3f3f3;
	}
.ck-slide ul.ck-slide-wrapper li a .banner_txt .time .name{
	width:76px;
	line-height:30px;
	color:#fff;
	font-size:16px;
	text-align:center;
	background-color:#c7ab8a;
	margin-top:20px;
	}
.ck-slide ul.ck-slide-wrapper li a .banner_txt .time .cont{
	width:280px;
	line-height:30px;
	color:#999;
	font-size:16px;
	padding-left:15px;
	margin-top:20px;
	}
/*four_zero_four*/
.four_zero_four{
	position:fixed;
	width:100%;
	height:100%;
	overflow:hidden;
	background-color:#f5f5f5;
	}
.fzf_cont{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-210px;
	margin-left:-260px;
	width:520px;
	height:420px;
	overflow:hidden;
	}
.fzf_cont .img{
	width:520px;
	height:310px;
	overflow:hidden;
	text-align:center;
	}
.fzf_cont .cont{
	width:520px;
	height:80px;
	line-height:80px;
	color:#666;
	font-size:16px;
	text-align:center;
	overflow:hidden;
	}
.fzf_cont .click{
	margin:0 auto;
	width:224px;
	height:30px;
	}
.fzf_cont .click a{
	display:block;
	float:left;
	width:94px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#fff;
	font-size:12px;
	border-radius:30px;
	margin:0 8px;
	}
.fzf_cont .click .left{
	background-color:#faa540;
	}
.fzf_cont .click .right{
	background-color:#f75e4d;
	}
/*album_details*/
.works_details_exhibition .album_details{
	width:950px;
	}
.album_details li{
	width:950px;
	}
.works_details_exhibition .album_lists{
	float:right;
	width:200px;
	}
.album_details .works_details_exhibition_Page .title{
	width:40px;
	}
.album_details .works_details_exhibition_Page .title p{
	width:40px;
	}
.album_lists ul li{
	width:200px;
	}
.album_lists ul li .box_cont{
	width:160px;
	padding:0 20px;
	display:table;
	}
.album_lists ul li .box_cont .img{
	width:160px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	}
.album_lists ul li .box_cont .img img{
	max-width:160px;
	max-height:92px;
	vertical-align:middle;
	}
/*eject_box*/
.eject_box{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	filter:Alpha(opacity=50);
	z-index:10000;
	}
.eject_box_cont{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-185px;
	margin-left:-295px;
	width:590px;
	height:370px;
	border-radius:10px;
	overflow:hidden;
	}
.eject_box_cont a {
	position:absolute;
	top:0;
	right:20px;
	display:block;
	width:32px;
	height:32px;
	}
/*img enlarge*/
div.zoomDiv{
	z-index:999;
	position:absolute;
	top:0px;
	left:0px;
	width:200px;
	height:200px;
	background:#ffffff;
	border:1px solid #CCCCCC;
	display:none;
	text-align:center;
	overflow:hidden;
	}
div.zoomMask{
	position:absolute;
	background:url("../images/mask.png") repeat scroll 0 0 transparent;
	cursor:move;
	z-index:1;
	}
iframe{width:100%;height:100%;}
.concern{cursor: pointer;}
.already_concern{cursor: pointer;}
.verification_cont_img{
	width: 90px;
	height: 42px;
	text-align: center;
	border-radius: 4px;
}
.verification_cont_img img{
	max-width: 90px;
	max-height: 42px;
}


























