.header{
	width:100%;
	height:auto;
	box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
	overflow:visible;
	position:relative;
	z-index:10;
}
.header .center{
	overflow:visible;
}
.logo{
	max-width:715px;
	width:100%;
	padding-top:50px;
	padding-left:15px;
}
.logo img{
	width:100%;
	max-width:100%;
}

.head_nav{
	width:100%;
	height:auto;
	overflow:visible;
}
.nav_list{
	width:100%;
	height:50px;
	overflow:visible;
	background:#fcfcfc;
}
.nav_list li{
	width:auto;
	height:auto;
	float:left;
	overflow:visible;
	position:relative;
}
.nav_div{
	width:auto;
	height:auto;
	overflow:hidden;
}
.nav_a{
	width:auto;
	height:auto;
	padding:15px;
	line-height:20px;
	font-size:14px;
	position:relative;
}

.nav_a:hover,
.nav_list li.active .nav_a{
	color:#876827;
	background:#e0e0e0;
}
.nav_icon{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.nav_box{
	width:auto;
	font-size:14px;
	display:none;
	overflow:hidden;
	position: absolute;
	top:50px;
	left:0;
	border:1px solid rgba(0, 0, 0, .15);
	border-bottom: 5px solid #111111;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.nav_box_a{
	display:block;
	padding:11px 35px;
	padding-right:45px;
	width:auto;
	height:auto;
	background:#fff;
	position:relative;
	white-space: nowrap;
}
.nav_box_a::after{
	content:'';
	display:block;
	width:0;
	height:0;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-6px;
	visibility:hidden;
	border:6px solid;
	border-color: transparent transparent transparent #876827;
}
.nav_box_a:hover::after{
	left:20px;
	visibility:visible;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.nav_box_a:hover{
	color:#876827;
	background:#e0e0e0;
}

.nav_list li:hover .nav_box{
	display:block;
}

.wrap{
	width:100%;
	height:auto;
	margin-top:30px;
	overflow:visible;
}

.banner{
	max-width:1200px;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto 30px;
}

.banner .swiper-button-next,.banner .swiper-button-prev{
	width:27px;
	height:27px;
	display:block;
	margin-top:-13.5px;
	background-size:57px 27px;
	background-repeat:no-repeat;
	background-image:url(../images/prev_next.png);
}
.banner .swiper-button-prev{
	background-position:left top;
}
.banner .swiper-button-next{
	background-position:right top;
}

.swiper-button-next:after, .swiper-button-prev:after{
	display:none;;
}
.ban_img{
	width:100%;
	height:480px;
	display:block;
	background-size:1200px 480px;
	background-repeat:no-repeat;
	background-position:center center;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	opacity:0.8;
}
.swiper-pagination-bullet{
	background:#000;
}
.swiper-pagination-bullet-active{
	opacity:0.8;
}

.item_wrap{
	width:100%;
	height:auto;
	overflow:hidden;
}
.item_list{
	width:102%;
	height:auto;
	margin-left:-1%;
	overflow:hidden;
	padding-bottom:140px;
}
.item_list li{
	width:31.33%;
	height:auto;
	overflow:hidden;
	margin:0 1%;
	float:left;
}

.item_a{
	display:block;
	width:100%;
	height:0;
	position:relative;
	padding-top:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.item_tit{
	width:100%;
	height:auto;
	font-size:16px;
	color:#fff;
	line-height:30px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	left:0;
	z-index:9;
	padding:10px 20px 20px;
}

.share_wrap{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:60px;
	border-top:2px solid #876827;
}
.share_cont{
	width:69.1%;
	height:auto;
	float:left;
	padding:6px;
	min-height:68px;
	overflow:hidden;
	text-align:right;
	border-right:2px solid #876827;
}
.share_a,
.share_a img{
	display:inline-block;
	vertical-align:top;
	width:35px;
	height:35px;
}
.share_a{
	margin:10px 0px 10px 10px;
}

.footer{
	background:#1d1d1b;
	width:100%;
	height:auto;
	padding:40px 0 100px;
	overflow:hidden;
}

.foot_list{
	width:104%;
	height:auto;
	margin-left:-2%;
	overflow:hidden;
}
.foot_list li{
	width:21%;
	float:left;
	height:auto;
	margin:0 2%;
	overflow:hidden;
}

.foot_h4{
	padding:10px 0;
	font-size:16px;
	line-height:1.2;
	color:#fff;
	margin-bottom:20px;
	border-bottom: 4px solid #876827;
}
.foot_list a{
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	color:#fff;
}

.foot_div{
	width:100%;
	height:auto;
	overflow:hidden;
}
.foot_item{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:auto;
	line-height:1.5;
	font-size:14px;
	overflow:hidden;
	margin-bottom:10px;
}
.foot_item a{
	font-size:14px;
	line-height:1.5;
}

.ft_copy{
	width:100%;
	height:auto;
	overflow:hidden;
	line-height:30px;
	padding:10px 0;
	font-size:14px;
	background:#111;
}
.ft_copy a{
	color:#aaa;
}
.goTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 38px;
	height: 34px;
	background: url(../images/goTop.png) no-repeat center;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}

.goTop:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}


.wrap_tit{
	width:100%;
	height:auto;
	font-size:0;
	overflow:visible;
    padding: 2%;	
    margin-bottom: 60px;
    border-top: 1px solid #EEEEEE;
	box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
}
.wrap_tit a,
.wrap_tit span{
	display:inline-block;
	vertical-align:top;
	font-size:12px;
	font-style:italic;
	color:#111;
	margin-right:10px;
}

.wrap_tit a:hover{
	color:#876827;
}

.infor_main{
	width:100%;
	height:auto;
	color:#777;
	font-size:14px;
	overflow:hidden;
	padding:0 3% 3%;
	margin-bottom:30px;
	box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
}
.main_tit{
	font-size:28px;
	color:#777;
	font-weight:300;
	width:100%;
	height:auto;
	line-height:1.3;
	margin-bottom:10px;
}

.main_cont{
	width:100%;
	font-size:14px;
	color:#777;
	line-height:1.8;
	margin-top:40px;
}
.main_cont p{
	margin-bottom:8px;
}
.main_p{
	font-size:14px;
	color:#777;
	font-weight:bold;
}

.active_tit{
	width:100%;
	height:auto;
	font-size:16px;
	margin-top:60px;
	overflow:hidden;
}
.active_div{
	width:100%;
	height:auto;
	overflow:hidden;
}

.organ_list{
	width:106%;
	height:auto;
	font-size:0;
	margin-left:-3%;
	margin-top:50px;
	overflow:hidden;
}
.organ_list li{
	width:27.33%;
	height:auto;
	margin:0 3% 30px;
	overflow:hidden;
	display:inline-block;
	vertical-align:top;
}
.organ_box{
	width:100%;
	height:auto;
	display:block;
	overflow:hidden;
	text-align:center;
}
.organ_img{
	width:100%;
	height:200px;
	overflow:hidden;
	display:block;
	text-align:center;
}
.organ_img img{
	display:inline-block;
	vertical-align:top;
	width:auto;
	height:auto;
	max-width:200px;
	max-height:200px;
}
.organ_tit{
	width:100%;
	color:#846a34;
	display:block;
	font-size:18px;
	line-height:1.8;
	margin-top:10px;
	margin-bottom:10px;
}
.organ_zhanwei,
.organ_jigou,
.organ_address{
	font-size:14px;
	color:#777;
	line-height:1.5;
	margin-bottom:5px;
}

#book{
	width:100%;
	height:550px;
	display:block;
	margin-top:40px;
	margin-bottom:10px;
}
#book iframe{
	width:100%;
	height:550px;
	display:block;
}

.news_list{
	width:100%;
	height:auto;
	margin-top:40px;
	overflow:hidden;
}
.news_list li{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:30px;
	border-bottom:1px dashed #ccc;
}
.news_a{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.news_box{
	width:100%;
	height:auto;
	overflow:hidden;
}
.news_h4{
	width:100%;
	height:auto;
	line-height:40px;
	font-size:24px;
	font-weight:normal;
	overflow:hidden;
	position:relative;
	padding-right:200px;
}
.news_time{
	width:180px;
	height:40px;
	line-height:40px;
	font-size:20px;
	color:#777;
	top:0;
	right:0;
	display:block;
	position:absolute;
}
.news_text{
	width:100%;
	height:auto;
	font-size:14px;
	line-height:24px;
	color:#777;
	overflow:hidden;
	padding:10px 0;
}
.organ_div,
.organ_div img{
	width:100%;
	height:auto;
	display:block;
}

#map{
	width:100%;
	height:400px;
	display:block;
	margin-bottom:20px;
}

.contact_cont{
	width:100%;
	height:auto;
	padding:20px 0;
	overflow:hidden;
}
.contact_cont h4{
	font-size:16px;
	line-height:1.5;
	color:#777;
}
.contact_div{
	font-size:14px;
	line-height:2;
	color:#777;
	margin-top:10px;
	width:33%;
	margin-right:0.33%;
	float:left;
}

.contact_form{
	width:100%;
	height:auto;
	margin-top:20px;
	overflow:hidden;
}
.contact_item{
	width:100%;
	display:block;
	height:auto;
	overflow:hidden;
	margin-bottom:25px;
}
.contact_h4{
	width:100%;
	height:auto;
	line-height:40px;
	font-size:18px;
	color:#777;
}
.contact_input{
	width:100%;
	height:50px;
	line-height:40px;
	background: #f7f7f7;
    border: 1px solid #c4c4c4;
}
.contact_input input{
	width:100%;
	display:block;
	height:50px;
	line-height:40px;
	font-size:16px;
	padding:5px;
}
.contact_input select{
	width:100%;
	display:block;
	height:50px;
	line-height:40px;
	font-size:16px;
	padding:5px;
	padding-right: 30px;
}
.dingyue{
	width:auto;
	height:50px;
	padding:10px 15px;
	line-height:30px;
	font-size:16px;
	background:#000;
	color:#fff;
	border:none;
	display:inline-block;
	vertical-align:top;
}

/*古董艺术*/
.gudong{
	width:100%;
	height:auto;
	overflow:hidden;
	clear:both;
}
.gudong_tit{
	width:300px;
	height:auto;
	overflow:hidden;
	float:left;
	margin-bottom:30px;
}
.gd_tit{
	width:100%;
	height:70px;
	line-height:70px;
	font-size:18px;
	background:#6c0003;
	color:#fff;
	text-align:center;
}
.gd_list,
.gd_list li{
	width:100%;
	height:auto;
	overflow:hidden;
}
.gd_list li{
	margin-top:2px;
}
.gd_list li a{
	width:100%;
	height:70px;
	line-height:70px;
	font-size:16px;
	overflow:hidden;
	background:#dcdcdc;
	color:#333;
	text-align:center;
	display:block;
}
.gd_list li:hover a,
.gd_list li.active a{
	background:#999;
	color:#fff;
}

.gudong_cont{
	width:850px;
	height:auto;
	overflow:hidden;
	float:right;
}

#video{
	width:100%;
	height:500px;
	display:block;
	background:#000;
}

.wechat,
.wechat img{
	width:400px;
	height:auto;
	display:block;
}

/*分页*/

.pagelist{
	width:100%;
	height:auto;
	font-size:0;
	padding-top:20px;
	text-align:center;
}
.pagelist a,.pagelist span{
	display:inline-block;
	vertical-align:top;
	min-width:40px;
	height:36px;
	line-height:36px;
	font-size:16px;
	color:#555;
	text-align:center;
	border:1px solid #ddd;
	border-radius:5px;
	overflow:hidden;
	margin:0 5px 5px;
	padding:0 10px;
	box-sizing:border-box;
}
.pagelist span.current{
	color:#fff;
	background:#876827;
	border:1px solid #876827;
}

.goback{
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	padding:20px 0;
}
.goback a{
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	color:#876827;
	width:90px;
	height:40px;
	line-height:40px;
	border:1px solid #876827;
}
.goback a:hover{
	background:#876827;
	color:#fff;
}