@charset "utf-8";
/*全局定义*/
#cssmenu > ul > li.has-sub.selected > a {
	color: #000;
}
.css_m_h {
	 margin-bottom:100px;
}
.small-title {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin-top: 60px;
}
.big-title {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 50px;
}

	.big-title img {
		width: 30px;
	}
.news-box {
	padding: 50px 0;
	border-top: 1px solid #d5d5d5;
}
.news-title {
	font-size: 20px;
	margin-top: 20px;
}
.news-information {
	margin-top: 30px;
}
.news-authorpic {
	float: left;
	padding-right: 6px
}
.news-linkpic {
	float: left;
	padding-right: 6px;
	padding-left: 24px;
}
.arrow-01 {
	float: left;
	padding-left: 60px;
	line-height: 112px;
}
.news-pic {
	width: 14%;
	float: left;
}
.news-content {
	float: left;
	padding-left: 60px;
	width: 70%;
}

.bread-crumb {
	padding: 40px 0;
	font-size: 14px;
}
.normal-a a {
	color: #75808f;
}
.active-a {
	color: #434d5c;
}
.mainbody-title {
	color: #000000;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 60px;
}
.side-bar {
	margin-bottom: 30px;
}
.sidebar-time {
	font-size: 14px;
	color: #666666;
	border-bottom: 1px solid #d5d5d5;
	line-height: 40px;
}
.sidebar-line {
	border-bottom: 1px solid #d5d5d5;
	padding: 22px 0;
	font-size: 14px;
	color: #111111;
}
.sidebar-pic {
	width: 16px;
	height: 16px;
	display: table-cell;
	vertical-align: middle;
	float: left;
	line-height: 17px;
	margin-right: 4px;
}
.sidebar-text {
	float: right;
}

.sidebar-text2 {
	padding-top: 60px;
}


body, h1, h2, h3, h4, h5, h6, div, dd, dt, dl, form, kbd, table, ul, li, marquee, hr, blockquote, ol, pre, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "微软雅黑", Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
address, cite, dfn, em, var, kbd, span {
	font-style: normal;
}
button, input, select, textarea {
	font-size: 100%;
}
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
	-webkit-appearance: none;
}
select {
	-webkit-appearance: none;
}
textarea {
	-webkit-appearance: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul, ol {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-family: Arial, "微软雅黑", Tahoma, Verdana, Helvetica, sans-serif;
}
img {
	width: 100%;
	border: 0;
}
button, input {
	border: 0;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #333;
	text-decoration: none!important;
}
a:link {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}
.clear {
	clear: both;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
body {
	height: 100%;
}
/*header*/
.header {
	position: fixed;
	top: 0px;
	z-index: 998;
	width: 100%;
	transition: all 0.3s;
	background-color: rgba(255, 255, 255, 100%);
	box-shadow: 2px 2px 6px #e5e5e5;
}
.header .logo {
	float: left;
	margin: 22px 76px 22px 0;
}
.header .logo img {
	padding: 0;
	margin: 0;
	height: 30px;
}
.nav-active {
	padding-bottom: 10px;
	top: 0px;
	background-color: #fff;
	box-shadow: 2px 2px 6px #e5e5e5;
}
.nav-active .top {
	display: none;
}
.nav-active .logo {
	margin-top: 22px;
}
.fa-bars:before, .fa-phone:before {
	color: #000;
}
.m-phone {
	position: fixed;
	top: 10px;
	z-index: 100;
	display: none;
	width: 24px;
	height: 24px;
	font-size: 24px;
}
.m-phone a {
	display: block;
}
.m-phone a i {
	display: block;
}
.p-phone {
	width: 157px;
	height: 30px;
	float: right;
	margin-top: 10px;
}
.search {
	margin-top: 18px;
	float: right;
	width: 400px;
	display: flex;
	height: 38px;
	border: 1px solid #d2d2d2;
	overflow: hidden;
}
.search a {
		display: block;
		width: 19px;
		height: 19px;
		margin: 8px 8px 0 0;
		background: url(../images/sousuo_03.png) no-repeat right center
}
.search input {
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 100%;
	overflow: hidden;
	padding: 0px 10px;
	box-sizing: border-box;
	background: none;
	outline: none;
}
.search input::-webkit-input-placeholder{
	font-size: 14px;
	color: #b7b7b7;
}
/*pc导航*/
#nav-menu-container {
	margin: 0;
}
.nav-menu {
	float: left;
	margin-top: 18px;
	padding: 0;
}
.nav-menu > li {
	position: relative;
	float: left;
	padding: 0px 30px;
}
.nav-menu > li:nth-child(3) {
	padding: 0px 23px;
}
.nav-menu > li > a:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	color: #fff;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: -1px;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.nav-menu > li > a {
	color: inherit;
	font: 14px/40px "微软雅黑";
	color: #3f3c3c;
	-moz-transition: color 0.6s;
	-o-transition: color 0.6s;
	-webkit-transition: color 0.6s;
	transition: color 0.6s;
	display: inline-block;
	width: 100%;
	position: relative;
}
.nav-menu > li > a:hover:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-menu > li > a.a_bg {
    color: #000;
	font-weight: 600;
}
.dropdown-menu-list {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	margin: 16px 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background: rgba(255, 255, 255, 1);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	box-shadow: 0 6px 12px rgba(180, 180, 180, .175);
	overflow: hidden
}
.dropdown-menu-list li a {
	color: #666;
	text-align: center;
	display: block;
	padding: 10px 30px 10px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	white-space: nowrap
}
.dropdown-menu-list li a:hover {
	background: #f7f7f7;
	color: #000;
	font-weight: 600;
}
/*导航按钮*/
#mobile-nav-toggle {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	margin: 8px 20px 0 0;
	border: 0;
	background: none;
	font-size: 24px;
	display: none;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	outline: none;
	cursor: pointer;
}
#mobile-nav-toggle i {
	color: #fff;
}
.daohang{
	float: right;margin-top: 2.2%;margin-right: 4.2%
}
/*移动端导航*/
#mobile-nav {
	position: fixed;
	top: 0;
	padding-top: 18px;
	bottom: 0;
	z-index: 998;
	background: rgba(0, 0, 0, 0.9);
	left: -260px;
	width: 260px;
	overflow-y: auto;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
#mobile-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#mobile-nav ul li {
	position: relative;
}
#mobile-nav ul li a {
	display: block;
	position: relative;
	width: 100%;
	padding: 10px 22px 10px 15px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	outline: none;
	overflow: hidden;
}
#mobile-body-overly {
	z-index: 997;
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	display: none;
}
html.mobile-nav-active {
	height: 100%;
	overflow: hidden;
}
body.mobile-nav-active {
	height: 100%;
	overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
	left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
	color: #fff;
}
/*banner*/
.swiper {
    width: 100%;
    height: 100%;
	margin-top: 56px;
	position: relative;
}
.top-btn{
	z-index: 4;
	position: absolute;
	top: 70%;
	left: 12%;
	width: 136px;
	height: 50px;
	border: 1px solid #ebebeb;
	text-align: center;
}
.top-btn a{
	color: #ebebeb;
	font-size: 15px;
	line-height: 50px;
}
.main-body-box img {
    max-width: 100% !important;
    height: auto !important;
}
/*首页*/
.bigtitle{
	color: #000000;
}
.section-bg{
	background-color: #f8f8f8;
}
.bigtitle{
	float: left;
}
.view-more{
	float: right;
    padding-top: 32px;
}
.title-box{
	margin: 36px 0;
}
.auction-name{
	margin-top: 50px;
	font-size: 22px;
	color: #111111;
	line-height: 36px;
	height: 72px;
}
.auction-date{
	font-size: 16px;
	color: #333;
	margin-top: 16px;
}
.auction-address{
	margin-top: 34px;
	margin-bottom: 90px;
}
.auction-address img{
	width: 20px;
	padding-right: 4px;
}
.auction-address a{
	padding-left: 6px;
}
.bigpic-box{
	margin-top: 88px;
	position: relative;
}
.top-text{
	position: absolute;
	top:20%;
	z-index: 6;
	left: 5%;
	color: #fff;
}
.title-1{
	font-size: 40px;
}
.title-2{
	font-size: 14px;
	letter-spacing: 2px;
	margin-top: 16px;
	font-weight: 300;
}
.view-more2  {
	width: 136px;
	height: 50px;
	border: 1px solid #ebebeb;
	text-align: center;
	margin-top: 50px;
}
.view-more2 span{
	font-size: 14px;
	color: #ebebeb;
	line-height: 50px;
}
.left-part{
	float: left;
	width: 44%;
	margin-right: 2%;
}
.right-part{
	float: left;
	width: 54%;
}
.pic-box1{
	margin-top: 15px;
}
.subject-title a:hover{
	color: #666666;
	font-weight: 500;
}
.auction-name a:hover{
	color: #666666;
	font-weight: 500;
}
.subject-title{
	font-size: 18px;
	color: #111111;
	margin-top: 6px;
	font-weight: 500;
}
.section-bg2 {
	background-color: #0a0a0a;
	padding-top: 70px;

}
.footnav{
	margin: 30px auto;
	text-align: center;
}
.footnav ul{
	display: inline-block;
}
.footnav ul li{
	float: left;
	padding: 0 74px;
}
.footnav ul li a{
	color: #a5a5a5;
}
.footnav ul li a:hover{
	color: #FFFFFF;
}
.beian{
	color: #636363;
	text-align: center;
	margin-bottom: 30px;
}
.view-more h5 a:hover{
	color: #777;
}
/*艺术品*/
.painting-box {
	margin-top: 50px;
}

.painting-name {
	line-height: 20px;
	font-size: 16px;
	color: #142133;
	cursor: pointer;
	margin-top: 20px;
}

.painting-type {
	line-height: 17px;
	word-break: break-all;
	font-size: 12px;
	color: #75808f;
	margin-top: 10px;
}

.painting-year {
	font-size: 12px;
	color: #142133;
	margin-top: 10px;
	margin-bottom: 30px;
}

.painting-name a:hover {
	color: #000;
}

.article-content-box {
	background-color: #fff;
}

.article-content {
	padding: 0 32% 0 32%;
	margin-top: 30px;
}

	.article-content p {
		padding: 50px 0 20px 0;
	}

	.article-content img {
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}

.article-text {
	text-align: center;
	margin-top: 10px;
}

.bread-crumb {
	padding-top: 40px;
	padding-bottom: 20px;
	font-size: 14px;
}

.normal-a a {
	color: #75808f;
}

.active-a {
	color: #434d5c;
}
/*驻站艺术家*/
.artist-list-box {
	margin-bottom: 70px;
}

.artist-list {
	margin-top: 50px;
}

.rank-rule {
	font-size: 14px;
	color: #666666;
	margin-top: 36px;
}

.text-1 {
	font-size: 13px;
	color: #999999;
	margin-top: 38px;
}

.artist-name {
	font-size: 20px;
	color: #000;
	margin-top: 10px;
}

.artist-intro-short {
	width: 90%;
	font-size: 13px;
	color: #444;
	line-height: 24px;
	margin-top: 10px;
}

.draw-border {
	margin-top: 54px;
}

	.draw-border button {
		border: 1px solid #ccc;
		background: none;
		text-transform: uppercase;
		color: #666666;
		position: relative;
		outline: none;
		padding: 4px 6px;
		box-sizing: border-box;
		font-size: 12px;
	}

		.draw-border button::before, button::after {
			box-sizing: inherit;
			position: absolute;
			content: '';
			border: 1px solid transparent;
			width: 0;
			height: 0;
		}

		.draw-border button::after {
			bottom: 0;
			right: 0;
		}

		.draw-border button::before {
			top: 0;
			left: 0;
		}

		.draw-border button:hover::before, button:hover::after {
			width: 100%;
			height: 100%;
		}

		.draw-border button:hover::before {
			border-top-color: #777;
			border-right-color: #777;
			transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
		}

		.draw-border button:hover::after {
			border-bottom-color: #777;
			border-left-color: #777;
			transition: border-color 0s ease-out 0.5s, width 0.3s ease-out 0.5s, height 0.3s ease-out 0.8s;
		}

.line {
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
	padding-top: 60px;
}
/*艺术家介绍*/
.artist-photo {
	width: 22%;
	height: 38%;
	margin: 0px auto 30px auto;
	padding-top: 40px;
}

.artist-introduce-box {
	padding: 0 10% 30px 10%;
	text-align: center;
}

.artist-introduce-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 16px;
}

@media (max-width: 1200px) {
	.header {
		height: 65px;
	}

		.header .logo {
			position: absolute;
			top: 10px;
			margin: 0px;
		}

	.top {
		display: none;
	}

	#nav-menu-container {
		display: none;
	}

	#mobile-nav-toggle {
		display: inline;
	}
	.daohang{
		float: right;margin-top: 2.2%;margin-right: 4.2%
	}
	.swiper {
		margin-top: 47px
	}

	.title-box {
		margin: 30px 0;
	}

	.auction-name {
		margin-top: 32px;
		font-size: 16px;
		color: #111111;
		line-height: 28px;
		height: 90px;
	}

	.auction-date {
		font-size: 13px;
		margin-top: 4px;
	}

	.auction-address {
		margin-top: 20px;
		margin-bottom: 58px;
	}

	.title-1 {
		font-size: 28px;
	}

	.view-more2 {
		width: 80px;
		height: 27px;
		margin-top: 12px;
	}

		.view-more2 span {
			font-size: 12px;
			line-height: 27px;
		}

	.news-name {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.swiper {
		margin-top: 30px;
	}

	.header .logo {
		top: 16px;
	}

	.bigtitle h1 {
		font-size: 28px;
	}
}
/*拍卖预告*/
.section-bg3{
	background-color: #f1f1f1;
	margin-top: 60px;
}
.nav-pic{
	width: 151px;
	margin: 72px 0px 72px 0px;
}
.nav-pic img{
	width: 100%;
}
.coming-soon{
	text-align: center;
	font-size: 16px;
	color: #939393;
	margin: 260px 0;
}
.ny-news-list {
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
}
.ny-news-list ul li {
	display: inline;
	margin: 0 40px;
}
.ny-news-list ul {
	margin-bottom: 0;
}
.ny-news-list ul li a {
	display: inline-block;
	font-size: 14px;
	color: #666;
	padding: 20px 0px;
	line-height: 30px;
}
.ny-news-list ul li a.list-bg {
	color: #000;
	border-bottom: 1px solid #000;
}
.news-container{
	margin-top: 40px;
}
.rank-title{
	color: #080f18;
	font-size: 18px;
}
.label-box{
	margin-top: 10px;
}
.label-box label{
	color: #484f58;
	font-weight: 500;
}
.news-name{
	color: #080f18;
	font-size: 20px;
	letter-spacing: 1.5px;
	margin-top: 32px;	
}
.news-date{
	color: #5f5f5f;
	font-size: 14px;
	margin-top: 30px;
}
.view-more3{
	width: 210px;
	height: 48px;
	border: 1px solid #888888;
	text-align: center;
	line-height: 48px;
	margin-top: 20px;
}
.view-more3:hover{
	width: 210px;
	height: 48px;
	background-color: #c99e62;
	border: none;
	text-align: center;
	line-height: 48px;
	margin-top: 20px;
	color: #FFFFFF;
}
.news-container{
	margin-bottom: 30px;
}
/*专题*/
.subject-box{

}
.subject-container{
	margin-bottom: 50px;
}
.arrow{
	float: left;
	width: 22px;
    display: table-cell;
    vertical-align: middle;
}
.subject-title-box{
	margin-top: 20px;
}
.subject-title1{
	color: #080f18;
	font-size: 18px;
	margin-left: 6px;
}
/*服务*/
.banner-sub{
	margin-top: 76px;
}
.banner-sub img{
	width: 100%;
}
.text1{
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 50px;
	line-height: 40px;
}
.text-box{
	margin-top: 90px;
}
.text2{
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 22px;
	margin-top: 20px;
}
.text2 img{
	width: 22px;
	margin-right: 10px;
}
.text3{
	font-size: 14px;
	margin-left: 40px;
}
.text4{
	margin-bottom: 100px;
}
/*关于我们*/
.about-box{
	margin-top: 60px;
}
.a-title{
	font-size: 28px;
	color: #000000;
	font-weight: 500;
}
.a-subtitle{
	font-size: 18px;
}
.a-title{
	margin-top: 40px;
	font-weight: 500;
}
.a-subtitle{
	margin-top: 20px;
}
.a-text{
	margin-top: 20px;
	line-height: 30px;
}
.a-pic{
	text-align: right;
	margin-top: 49px;
}
.a-pic img{
	width: 267px;
}
/*商务洽谈*/
.business-box{
	position: relative;
	margin-top: 60px;
}
.business-text{
	position: absolute;
	top: 30%;
	text-align: center;
	left: 26%;
}
.business-text1{
	line-height: 32px;
	margin-bottom: 30px;
	color: #333333;
}
.business-text1 span{
	font-style: italic;
	color: #4e2c00;
}

@media (max-width: 1200px) {
	.business-box {
		position: relative;
		margin-top: 60px;
	}

	.business-text {
		position: absolute;
		top: 30%;
		text-align: center;
		left: 26%;
	}

	.business-text1 {
		font-size:12px;
		line-height: 20px;
		margin-bottom: 30px;
		color: #333333;
	}

		.business-text1 span {
			font-style: italic;
			color: #4e2c00;
		}

	.search {
		margin-top: 1.2%;
		float: right;
		margin-right:9%;
		width: 35%;
		display: flex;
		height:50%;
		border: 1px solid #d2d2d2;
		overflow: hidden;
	}

		.search a {
			display: block;
			width: 19px;
			height: 19px;
			margin: 8px 8px 8px 8px;
			background: url(../images/sousuo_03.png) no-repeat right center
		}

		.search input {
			display: block;
			-webkit-box-flex: 1;
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;
			width: 100%;
			overflow: hidden;
			padding: 0px 10px;
			box-sizing: border-box;
			background: none;
			outline: none;
		}

			.search input::-webkit-input-placeholder {
				font-size: 14px;
				color: #b7b7b7;
			}
	.header {
		height: 65px;
	}
	.header .logo {
		position: absolute;
		top: 10px;
		margin: 0px;
	}
	.top {
		display: none;
	}
	#nav-menu-container {
		display: none;
	}
	#mobile-nav-toggle {
		display: inline;
	}
	.daohang{
		float: right;margin-top: 3.8%;margin-right: 9.2%
	}
	.swiper{
		margin-top: 47px
	}
	.title-box {
    margin: 30px 0;
}
	.auction-name {
    margin-top: 32px;
    font-size: 16px;
    color: #111111;
    line-height: 28px;
    height: 90px;
}
	.auction-date {
    font-size: 13px;
    margin-top: 4px;
}
	.auction-address {
    margin-top: 20px;
    margin-bottom: 58px;
}
	.title-1 {
    font-size: 28px;
}
	.view-more2 {
    width: 80px;
    height: 27px;
    margin-top: 12px;
}
	.view-more2 span {
    font-size: 12px;
    line-height: 27px;
}
	.news-name{
		font-size: 16px;
	}
}
@media (max-width: 1024px) {
	.daohang{
		float: right;margin-top: 1.6%;margin-right: 1.2%
	}
	.swiper {
    margin-top: 30px;
}
	.header .logo{
		top: 16px;
	}
	.bigtitle h1{
		font-size: 28px;
	}
}
@media (max-width: 991px) {
	.daohang{
		float: right;margin-top: 1.9%;margin-right: 0.2%
	}
	.top-text {
		position: absolute;
		top: 14%;
		z-index: 6;
		left: 5%;
		color: #fff;
	}

	.title-1 {
		font-size: 28px;
	}

	.title-2 {
		font-size: 12px;
	}

	.left-part {
		width: 45%;
		margin-right: 2%;
	}

	.right-part {
		float: left;
		width: 50%;
	}

	.left-part {
		width: 45%;
		margin-right: 5%;
	}

	.footnav ul li {
		padding: 0 32px;
	}

	.coming-soon {
		margin-bottom: 422px;
	}

	.news-name {
		font-size: 14px;
	}

	.banner-sub {
		margin-top: 66px;
	}

	.text-box {
		margin-top: 90px;
		margin-bottom: 113px;
	}

	.business-text {
		left: 21%;
	}

	.article-content {
		padding: 0 22% 0 22%;
		margin-top: 30px;
	}

	.text-1 {
		margin-top: 0;
	}

	.draw-border {
		margin-top: 14px;
	}

	.artist-intro-short {
		width: 100%;
	}

	.artist-name {
		font-size: 18px;
		margin-top: 6px;
	}

	.artist-intro-short {
		width: 100%;
		margin-top: 4px;
	}
}
@media (max-width: 768px) {
	.daohang{
		float: right;margin-top: 1.9%;margin-right: 3.2%
	}
	.ny-banner {
		height: 120px;
	}

	.m-phone {
		display: block;
	}

	.header {
		height: 50px;
	}

		.header .logo {
			float: none;
			width: 100%;
			margin: 0px 0 0 15px;
			text-align: left
		}

			.header .logo img {
				width: auto;
				height: 20px;
			}

	.section-bg3 {
		margin-top: 54px;
	}

	.coming-soon {
		margin-bottom: 300px;
	}

	.nav-pic {
		width: 151px;
		margin: 72px 0px 72px 10px;
	}

	.banner-sub {
		margin-top: 51px;
	}
}
@media (max-width: 576px) {
	.daohang{
		float: right;margin-top: 3.8%;margin-right: 9.2%
	}
	.view-more h5{
		margin-top: 3px;
	}
	.footnav ul li {
    padding: 0px 10px;
}
	.ny-news-list ul li {
    display: inline;
    margin: 0 10px;
}
}
@media (max-width: 480px) {
	.artist-photo {
		width: 46%;
	
		margin: -10px auto 30px auto;
		padding-top: 40px;
	}
	.artist-intro-box{
		margin-top: 60px;
	}
	.artist-photo {
		width: 20%;
		margin: -10px auto 30px auto;
		padding-top: 40px;
	}
	.daohang{
		float: right;margin-top: 3.8%;margin-right: 9.2%
	}
	.top-btn {
    width: 70px;
    height: 26px;
}
	.top-btn a {
    color: #ebebeb;
    font-size: 12px;
    line-height: 24px;
}
	.auction-name{
		height: 50px;
	}
	.title-box{
		margin-top: 30px;
		margin-bottom: 18px;
	}
	.business-text {
    left: 2%;
    top: 20%;
}
}
@media (max-width: 375px) {
	.daohang{
		float: right;margin-top: 3.8%;margin-right: 9.2%
	}
}
@media (max-width: 768px) and (min-width: 320px) {

	.block {
		display: block;
		position: fixed;
		content: "";
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		top: 0;
		z-index: 1000
	}
	#mobile-nav ul li i {
		display: block;
		position: absolute;
		right: 0;
		z-index: 100;
		width: 100%;
		padding: 15px;
		text-align: right;
	}
	.fa-chevron-up:before, .fa-chevron-down:before {
		color: #fff;
	}
	#mobile-nav ul li ul li a {
		display: block;
		width: 100%;
		text-align: left;
		padding: 10px 22px 10px 22px;
	}
	.dropdown-menu-list {
		position: inherit;
		top: inherit;
		left: inherit;
		z-index: inherit;
		display: block;
		float: inherit;
		padding: 0;
		margin: 0;
		font-size: 14px;
		text-align: left;
		list-style: none;
		background-color: inherit;
	}
	.dropdown-menu-list li a:hover {
		background: #000;
	}
	.top-text {
    top: 10%;
    left: 8%;
}
	.title-1{
		font-size: 24px;
	}
	.view-more2 {
    margin-top: 26px;
}
	.left-part{
		width: 100%;
	}
	.right-part{
		width: 100%;
	}
	.pic-box2{
		margin-top: 18px;
	}
}


/*container*/
@media (min-width: 1200px) {
	.container {	  
		width: 1500px!important;
	}
	.container2 {
		min-height:480px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 1000px;
	}
}
/*翻页*/
.fenye {
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
}



.paginator {
	margin: 0px;
}
	.paginator a {
		padding: 10px 22px;
		border: solid 1px #ddd;
		background: #fff;
		text-decoration: none;
		margin-right: 2px;
		font-size: 14px;
	}

		.paginator a:visited {
			padding: 1px 6px;
			border: solid 1px #ddd;
			background: #fff;
			text-decoration: none;
		}

	.paginator .cpb {
		padding: 1px 6px;
		font-weight: bold;
		font-size: 16px;
		border: none
	}

	.paginator a:hover {
		color: #fff;
		background: #ffa501;
		border-color: #ffa501;
		text-decoration: none;
	}
/*加载*/
.loading {
	margin: 50px 0;
}

.loading {
	display: -webkit-box;
	margin-top: 1rem;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	background-size: 30px 30px;
}

.loading, .loadingCart {
	background-image: url(/images/loaderH5.gif);
	height: 25px;
	background-repeat: no-repeat;
	background-position: center center;
}

.mores {
	margin-top: 1rem;
	font-size: 1.2rem;
	margin-bottom: 4rem;
}

	.mores a {
		display: -webkit-box;
		height: 4.4rem;
		-webkit-box-pack: center;
		-webkit-box-align: center;
	}

	.mores .no-more {
		display: none;
		padding: 1rem 0;
		text-align: center;
		width: 100%;
	}

		.mores .no-more img {
			width: 50%;
			display: inline-block
		}

		.mores .no-more p {
			margin-top: .5rem;
			font-size: 1.1rem;
			color: #dcdcdc;
		}

	.mores .no-mores {
		padding: 1rem 0;
		text-align: center;
	}

		.mores .no-mores p {
			margin-top: .5rem;
			font-size: 1.1rem;
			color: #dcdcdc;
		}

.loadingMore {
	border: 1px solid #e7e7e7;
}

.newstitle {
	line-height: 4rem;
	font-size: 2rem;
	text-align: center;
	margin-top: 40px;
}

.newsdata {
	font-size: 1.3rem;
	text-align: center;
	color: #666666;
	margin-top: 2rem;
}

.newsdesn {
	line-height: 3rem;
	font-size: 1.4rem;
	text-align: left;
	color: #666666;
	padding-bottom: 6rem;
	margin-top: 2rem;
}

	.newsdesn img {
		max-width: 100%;
		width: auto;
	}