body {
    position: relative;
    background: #fff;
    font-family: "Microsoft YaHei","Segoe UI","Lucida Grande",Helvetica,Arial,FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
    font-size: 1.6rem;
}

a{
    color: #000;
}
a:focus, a:hover {
    color: #333;
}

.am-text-szyl{color: #daaa4f;}

.am-g.am-g-collapse-sm{margin-left:-0.5rem;margin-right:-0.5rem}
.am-g-collapse-sm [class*=am-u-]{padding-left:0.5rem;padding-right:0.5rem}

.co-container{
	margin:3rem auto;
}

.co-topbar{
	background-color:#0B0205;
	padding-top:2rem;
}

h1.co-logo{
	float:left;
	text-align:center;
}
.co-topright{float:right;text-align:right;padding:0 0 1.6rem;}

/**
.co-topright .topcontact{text-align:left;}	

.co-topright .topcontact .item{position: relative;color:#cf9f4a;height: 40px;float:left;}

.co-topright .topcontact .item.i1{width:190px;}
.co-topright .topcontact .item.i2{width:180px;}
.co-topright .topcontact .item.i3{width:115px;}

.co-topright .topcontact .item i{ 
	position: absolute;
	display:block;
	left: 0;
	top: 0;
	width:40px;height:40px;
	padding-top: 2px;
}
.co-topright .topcontact .item span{
	font-size:1rem;	
	position: absolute;
	left: 45px;
	top: 0;
	height:40px;
}
**/

.co-menu{}
.co-menu ul li {
	text-align:center;position: relative;
}

.co-menu ul li a{
	display:block;height:36px;line-height:36px;color:#DAAB51;
}
.co-menu ul li:hover a,.co-menu ul li.am-active a{
	color:#000;
    background: -webkit-linear-gradient(left, #A87438 , #DBAC50); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,  #A87438 , #DBAC50); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #A87438 , #DBAC50); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,  #A87438 , #DBAC50); /* 标准的语法（必须放在最后） */
}
.co-menu ul li ul.submenu {
    font-weight: 300;
    position: absolute;
    z-index: 999;
	display: none;
    width: 100%;
	margin: 0;padding:0;list-style-type:none;
	
}
.co-menu ul li ul.submenu li a{
	background:#0B0205;
	color:#DFA14E;
	font-size:1.4rem;
	height:auto;
	line-height:2.4;padding:0.8rem 0;
}
.co-menu ul li:hover ul.submenu {
    display: block;
}
.co-menu ul li ul.submenu li:hover a{color:#fff;}




@media only screen and (min-width:640px){
	.co-banner .am-slider-d3 .am-control-thumbs{
		width:640px;margin:10px auto;
	}
}
@media only screen and (min-width:1025px){
	.co-banner .am-slider-d3 .am-control-thumbs{
		width:1000px;margin:10px auto;
	}
}

.co-banner .am-slider-d3{ 
	margin-bottom: 10px;
    -webkit-box-shadow:none;
    box-shadow: none;
}
.co-banner .am-slider-d3 .am-control-thumbs .am-active+i{
	border-top: 8px solid #AA7639;
}


.co-search{
	background-image: url(../images/search.jpg);
    background-repeat: no-repeat;
    background-position: center ;
    background-size: cover;
	text-align:center;
}
.co-search form{padding:3rem 0;}


.co-search .am-form-inline .am-form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.co-search .am-form select{
	border: 1px solid #000000;
	color:#000;
}
.co-search .am-form input[type=text]{
	border: 0;
}
.co-search .am-btn-default {
    color: #fff;
    background-color: #d5a54d;
	border: 1px solid #d5a54d;
}
@media only screen and (min-width:1025px){

	.co-search .am-form select{
		    padding: 1rem 4rem;
	}
	.co-search .am-form input[type=text]{
		    padding: 1rem 4rem;
	}
	.co-search .am-btn-default {
		padding: 1rem 2rem;
	}
}



.co-title{text-align:center;color:#DC911B;}
.co-title h3{color:#000;font-weight: 100;margin: 0 0 0.6rem 0;font-size:2.6rem;}
.co-title h3 span{color:#f4c95b;font-weight:bold;}
.co-title p{font-family: '宋体';margin:0 0 1.6rem 0;font-size:2rem;}
.co-title p i{display:block;font-weight:bold;font-style:normal;font-size:2.6rem;}

@media only screen and (max-width:640px){
	.co-title p{display:none}
}


@media only screen and (min-width:640px){
	.co-video{
		border-left:3px dotted #D2A34B;	
	}
}

@media only screen and (max-width:640px){
	.co-video{
		margin-top:3rem;
	}
}

.co-video .video-show{border:3px solid #D2A34B;}


.co-cooper{
	padding:3rem 0;
	border-bottom:12px solid #D2A34B;
}

.co-cooper h3{color:#D2A34B;font-size:2.8rem;text-align:center;}


@media only screen and (max-width:640px){
	.co-cooper h3{margin-top:0;}
}

.co-cooper h3 strong{
	text-shadow:0 2px 2px #C0C0C2;
}
.co-cooper h4{display:inline;padding-bottom:0.5rem;color:#000;font-size:2rem;border-bottom:6px solid #D2A34B}
.co-cooper .cooptext{padding:1rem;background-color:#eee;margin-top:2rem;}
.co-cooper p{color:#333;font-size:1.4rem;}


.co-service{margin:3rem auto;}

.co-service .sitem{text-align:center;border:1px solid #dba751;margin-top:1.5rem;}
.co-service .sitem h5{border-bottom:2px solid #dba751;margin:0;line-height:2.6;font-size:2rem;}
.co-service .sitem p{font-size:1.4rem;margin-top:0.5rem;margin-bottom:0.5rem;min-height:66px;}
.co-service .service-text{margin:2rem 0;text-align:center;}
.co-service .service-text ul li{line-height:2;border:none;}
.co-collection{
	padding:3rem 0;
	background-color:#0B0205;
}
.co-collection h3{color:#fff;}


.co-collection .am-nav-tabs{
	margin-bottom:2rem;
	border-bottom:0;
	padding: 0 1.5rem;
}


.co-collection .am-nav>li{margin-bottom:1rem;}

.co-collection .am-nav-tabs>li>a{
	border-radius:1000px;
	text-align:center;
	border:2px solid #DBAC50;
	color:#DBAC50;
}

.co-collection .am-nav-tabs>li.am-active>a,.co-collection .am-nav-tabs>li>a:hover{
	border:2px solid #DBAC50;
	color:#000;
	background: -webkit-linear-gradient(left, #A87438 , #DBAC50); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,  #A87438 , #DBAC50); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #A87438 , #DBAC50); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,  #A87438 , #DBAC50); /* 标准的语法（必须放在最后） */
}

.co-collection .am-tabs-bd{border: 0;}
.co-collection .am-tabs-bd .am-tab-panel{padding:10px 0;}



.co-collection .am-tabs-bd .am-tab-panel .am-thumbnail{
	padding:0;border:1px solid #A77538;
}


.co-collection .am-tabs-bd .am-tab-panel .am-thumbnail-caption{
	text-align:center;
	background: -webkit-linear-gradient(left, #A87438 , #DBAC50); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,  #A87438 , #DBAC50); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #A87438 , #DBAC50); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,  #A87438 , #DBAC50); /* 标准的语法（必须放在最后） */
}
.co-collection .am-tabs-bd .am-tab-panel .am-thumbnail-caption h4{
	margin:0 0 0.6rem 0;
}
.co-collection .am-tabs-bd .am-tab-panel .am-thumbnail-caption p{
	margin:0.6rem 0 0 0;font-size:1.2rem;
}

@media only screen and (max-width:640px){
	.co-collection p ,.co-record p{margin:0;}
	.co-collection p .am-btn-more,.co-record p .am-btn-more{color:#fff;background-color:#C49345;}
}
.co-record{
	padding:3rem 0;
}
.co-record .rec-tabs-nav{
	background-color:#C89748;
}
.co-record .rec-tabs-nav ul li {
	text-align:center;	
}
.co-record .rec-tabs-nav ul li a{
	line-height:40px;
	color:#fff;
}
@media only screen and (max-width:640px){
	.co-record {padding:3rem 0 1rem;}
	.co-record .rec-tabs-nav {
		background-color: #fff;
	}
	.co-record .rec-tabs-nav ul li a{
		display:block;
		background:#C89748;
		margin: 0.5rem;
		padding: 1rem;
		line-height:1.5;
		color:#fff;	
	}

}
.co-record .rec-tabs-nav ul li.am-active a,.co-record .rec-tabs-nav ul li:hover a{
	color:#000;
}

.co-record .rec-tabs-bd{
	margin-top:2rem;
}

.co-record .rec-tabs-bd .rec-item{
	height:130px;	
	border:5px solid #C89748;
	margin-bottom:1.5rem;
}
.co-record .rec-tabs-bd .rec-item .rec-item-p{margin-left:-5px;margin-top:-5px;width:130px;height:130px;float:left;}
.co-record .rec-tabs-bd .rec-item .rec-item-p img{width:130px;height:130px;}
.co-record .rec-tabs-bd .rec-item .rec-item-t{height:120px;text-align:center;overflow:hidden;margin-left:10px;}
.co-record .rec-tabs-bd .rec-item .rec-item-t h3{font-size:1.6rem;margin:0.4rem 0;color:#000;}
.co-record .rec-tabs-bd .rec-item .rec-item-t p{font-size:1.4rem;color:#000;margin:0.3rem 0;}


@media only screen and (min-width:640px){
	.co-record .rec-tabs-bd .rec-item{
		height:200px;	
		border:5px solid #C89748;
		margin-bottom:1.5rem;
	}
	.co-record .rec-tabs-bd .rec-item .rec-item-p{margin-left:-5px;margin-top:-5px;width:200px;height:200px;float:left;}
	.co-record .rec-tabs-bd .rec-item .rec-item-p img{width:200px;height:200px;}
	.co-record .rec-tabs-bd .rec-item .rec-item-t{height:190px;text-align:center;overflow:hidden;margin-left:10px;}
	.co-record .rec-tabs-bd .rec-item .rec-item-t h3{font-size:1.8rem;margin:1.4rem 0;color:#000;}
	.co-record .rec-tabs-bd .rec-item .rec-item-t p{font-size:1.6rem;color:#000;margin:1rem 0;}
}

.co-news{
	background-image: url(../images/bg_news.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 2rem 0 6rem;
}
@media only screen and (max-width:640px){
	.co-news{padding:1rem 0 1rem;}
	.co-news .am-g>.am-u-sm-12:last-child{display:none}

}
.co-news .co-title p{color:#000;}

.co-news .am-list-news{
	margin-left:-0.5rem;
	margin-right:-0.5rem;
	padding:0 1.5rem 1rem;
	background-color:#fff;
}

.co-news .am-list-news .am-list-news-hd h2{
	color:#d4a766;font-weight:normal;font-size:1.8rem;
}
.co-news .am-list-news-default .am-list>li {
    border-color: #8a8a8a;
}

.co-news .am-list-news .am-list .am-list-item-dated a{
	color:#000;font-size:1.4rem;
}
.co-news .am-list-news .am-list .am-list-item-dated .am-list-date {
    top: 1rem;
	color:#d4a766;
}
.co-news .am-list-news .am-btn-more {
    color: #fff;
    background-color: #d09e55;
    border-color: #d09e55;
	padding: .1em 1em;	
}


.co-expert{
	margin-top:3rem;
}
.co-expert .am-thumbnail{
	background-color:#f4f2f3;
	padding: 0.8rem 1rem;
}

@media only screen and (min-width:640px){
	.co-expert .am-thumbnail{
		margin:0 2rem;
	}
	.co-expert .am-thumbnail img{width:240px}
}
.co-expert .am-thumbnail .am-thumbnail-caption{
	padding:0.8rem 0;
}
.co-expert .am-thumbnail .am-thumbnail-caption h3{
	margin:0.5rem auto;
	color:#b58545;
	text-align:center;
}
.co-expert .am-thumbnail .am-thumbnail-caption p{
	font-size:1.4rem;
	margin:0.5rem auto;
}

.co-expert .am-thumbnail .am-thumbnail-caption .am-btn-more{
    color: #ffffff;
    background-color: #d09e55;
    border-color: #d09e55;
}

.co-expert .am-thumbnail .am-thumbnail-caption .am-btn-chat{
	color: #fff;
    background-color: #293036;
    border-color: #293036;
}

.co-expert .am-thumbnail:hover{
	background-color:#b58545;
}
.co-expert .am-thumbnail:hover  .am-thumbnail-caption h3{
	color:#fff;
}
.co-expert .am-thumbnail:hover  .am-thumbnail-caption p{
	color:#fff;
}


.co-contact{
	background-image: url(../images/bg_contact.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 6rem 0;
	position: relative;
	color:#fff;
	margin-top:3rem;
}
.co-contact .bgcolor {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .75;
    top: 0;
    left: 0;
    background-color: #000000;
}
.co-contact h5{
	font-size:2.6rem;
	font-weight:normal;
}

.co-contact .am-form{max-width:420px;margin:1rem auto;}


.co-contact .am-form .am-form-group{margin-bottom:2.5rem;}


.co-contact .am-form-icon i{
	color:#19191b
}

.co-contact .am-btn-contact{
	color:#fff;
	background: -webkit-linear-gradient(left, #A87438 , #DBAC50); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,  #A87438 , #DBAC50); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #A87438 , #DBAC50); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,  #A87438 , #DBAC50); /* 标准的语法（必须放在最后） */
}


@media only screen and (max-width:640px){
	.co-contact {padding:1rem 0;}
	.co-contact h5{font-size:2rem;margin-top:0;}
	.co-contact span.am-text-xxl{font-size:2rem;}
	.co-contact strong.phone{color:#DAAB4F}
	.co-contact .am-text-szyl.am-text-xxxl{font-size: 2.6rem;}

}






.co-image{
	 margin: 3rem auto 1rem;
}
.co-image .am-thumbnail{margin-bottom:0;}
.co-image .am-thumbnails>li {
    padding: 0 .5rem 2rem .5rem;
}


.am-footer{
	background-color:#1b1b1b;
	color:#f4c979;
	text-align: left;
	padding:4rem 0;
	border-bottom:1.5rem solid #c29144;
}
.am-footer .am-g .am-u-md-4{
	padding-left:0.5rem;
	padding-right:0.5rem;
}

.am-footer .footer-title{

	font-size:1.2rem;
	position: relative;
	padding-bottom:0.5rem;
}
.am-footer .footer-title strong:after{
	content: "";
    position: absolute;
    width: 40px;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #d2a347;
}
.am-footer .footer-title strong{
	font-size:1.8rem;margin-right:10px;
}
.am-footer p{
	font-size:1.5rem;
}
.am-footer .co-footernav{
	margin:1rem 0;
}
.am-footer .co-footernav li a{
	color: #f4c979;
	display:block;
	font-size:1.5rem;
	margin:0.6rem 0;
}

.co-breadcrumb{background: url(../images/bg_dot.png) 0 0 repeat;border-bottom: 1px dotted #000000;margin-bottom: 2rem;}
.co-breadcrumb ol.am-breadcrumb{
    margin-bottom: 0;
}
.co-breadcrum ol.am-breadcrumb>.am-active {
    color: #a97639;
}

/**+ 鉴定页面  ****/

.jianding{
	padding:3rem 0;
}

.jianding .item{
	border:1px solid #ccc;
}
.jianding .item:hover{
	background-color:#D5A64E
}
.jianding .item:hover a.am-btn{
	background-color:#000;
	color:#fff;
	border:1px solid #000;
}
.jianding .item .am-vertical-align{
	height: 115px;
}
.jianding .item .am-vertical-align .am-vertical-align-middle strong{
	color:#B17E3C
}
.jianding .item:hover .am-vertical-align .am-vertical-align-middle strong{
	color:#fff
}
.jianding .desc{
	padding:1.5rem 0;
	border-bottom:1px dotted #000;
	margin-bottom:1.5rem;
}
.jianding .desc p{
	font-size:1.4rem;line-height:2;
	min-height:84px;
}
.jianding .desc a{
	float:right;
	color:#fff;
	border:0;
	padding: .5em 1.5em;
	background: -webkit-linear-gradient(left, #A87438 , #DBAC50); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,  #A87438 , #DBAC50); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #A87438 , #DBAC50); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,  #A87438 , #DBAC50); /* 标准的语法（必须放在最后） */
}

.zhuanjian{
	background:url("../images/bg_dot.png");
	padding:3rem 0;
}
.zhuanjian .item .am-thumbnail-caption{
	padding:0;
}
.zhuanjian .item .am-thumbnail-caption h3{
	background-color:#000;
	color:#fff;line-height:2.4;text-align:center;
	margin-bottom:0;
}
.zhuanjian .item .am-thumbnail-caption p{
	padding:1rem;font-size:1.4rem;margin-top:0;
}

.zhuanjian .item .link{
	text-align:center;
	margin-bottom:2rem;
}
.zhuanjian .item .link a{margin:auto 0.6rem;}
.zhuanjian .item .link a.btn-link{
	color:#fff;
	border:0;
	padding: .5em 1.5em;
	background: -webkit-linear-gradient(left, #A87438 , #DBAC50); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,  #A87438 , #DBAC50); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #A87438 , #DBAC50); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,  #A87438 , #DBAC50); /* 标准的语法（必须放在最后） */
}

.jiandingzs{
	padding:3rem 0;
}
.jiandingzs  .am-list .am-g {
    margin-left: auto;
    margin-right: auto;
}

.jiandingzs .am-list>li{
	border:0;border-bottom: 1px dotted #000;margin-bottom:0;

}
.jiandingzs .am-list>li a{
	color:#000
}
.jiandingzs .am-list>li .am-list-date{font-size:1.6rem;top: 1rem;}
.jiandingzs .am-list p{
	font-size:1.3rem;color:#333;
}

/*** 藏品展示  ***/

.prolink{margin:2rem 0;}
.prolink a{
	display:block;border:1px solid #eee;width:100%;text-align:center;line-height:3;color:#DAAA4F;margin-bottom:10px;background-color:#000;
}
.prolist{
	 background: url(../images/bg_dot.png) 0 0 repeat;
	padding:2rem 0;
}
.prolist .am-thumbnail-caption{padding:0}
.prolist .am-thumbnail-caption h3{
	background-color:#B28146;
	color:#fff;
	text-align:center;
	line-height:2.6;
	margin-bottom:0;
}
.prolist .am-thumbnail-caption p{
	margin-top:0;line-height:2;
	font-size:1.4rem;text-align:center;
}

.pro-gallery{
	background-color:#BCBBC0;
	margin-bottom:2rem;
}
.pro-gallery .am-gallery {
    padding: 5px;
}
.pro-gallery .am-gallery-imgbordered .am-gallery-item img {
    border: 3px solid #FFC96C;
}
.protitle{}
.protitle h1{display:inline-block;}
.protitle span{float:right;}
.proinfo{}
.proinfo .am-table>tbody>tr>td{
	padding:1.5rem 0.8rem;
	text-align:center;
}
.proinfo .am-table-bordered>tbody>tr>td.hd{
	background-color:#f8f8f8;
	text-align:justify;		
	text-justify:distribute-all-lines;
	text-align-last:justify;
	width:20%;
}

.prochat{
	padding:0 1.5rem;
	margin:1rem auto;
}

.prochat a{color: #fff;width:100%;font-size:2rem;}

.prochat a.am-btn-qq{
	background-color:#b98941;
	border-color: #b98941;
}
.prochat a.am-btn-warning{
	background-color:#0b0205;
	border-color: #0b0205;
}

.am-panel-content {border: none;}

.am-panel-content .am-panel-hd{padding:0;border: none;}

.am-panel-content .am-panel-hd h4{
	background-color:#0B0205;
	color:#D5A64D;
	padding:1rem;
	min-width:160px;
	text-align:center;
	margin:0;
	display:inline-block;
}
.am-panel-content .am-panel-bd{
	border:1px solid #0B0205;
}
.am-panel-content .am-panel-bd img{max-width:100%;}



/***	藏品内容页	***/
.cangpin{
	padding:3rem;
	border:1px solid #ccc;
	-moz-box-shadow: 0 0 10px #888888; /* 老的 Firefox */
	box-shadow: 0 0 10px #888888;
}

#gallery_nav a{
	display: block;
	margin-bottom:1rem;
	padding:0.5rem;
	border:1px solid #ccc;
}


#gallery_nav .on{ background-color:#ccc;border: 1px solid #333; }


#gallery_output{border:1px solid #ccc;padding:2px;}

.cangpin .prochat a{width:100%;font-size:2rem;}

.cangpin .prochat a.am-btn-qq{
	background-color:#b98941;
	border-color: #b98941;
}
.cangpin .prochat a.am-btn-warning{
	background-color:#0b0205;
	border-color: #0b0205;
}

.co-panel{	
	border:1px solid #ccc;
	-moz-box-shadow: 0 0 5px #ccc; /* 老的 Firefox */
	box-shadow: 0 0 5px #ccc;
}
.co-panel .co-panel-hd{
	background-color:#f8f8f8;
	padding:1rem 1.5rem;
}
.co-panel .co-panel-hd h4{
	margin:0;
}



.caption{
	padding:2rem 1rem;
	background-color:#f8f8f8;
	
	-moz-box-shadow: 0 5px 5px #ccc; /* 老的 Firefox */
	box-shadow: 0 5px 5px #ccc;
}



/****     委托拍卖    ****/

.wtpm{}
.wtpm .am-slider-a2 .am-control-nav{
	bottom: 25px;
}
.wtpm .am-slider-a2 .am-control-nav li a{
	width: 38px;
	height: 12px;
}
.wtpm .am-slider-a2 .am-control-nav li a.am-active {
    background: #ac783a;
    cursor: default;
}

.wtpm .baozhen{
	padding:3rem 0;
	background-color:#0b0205;
}
.wtpm .baozhen .co-title h3{
	color: inherit;
}


/*** 成交记录   ****/

.recordlink{
	margin:2rem 0;
	padding:1rem 0;
	 background: url(../images/bg_dot.png) 0 0 repeat;
}
.recordlink a{
	display:block;border:1px solid #eee;width:100%;text-align:center;line-height:3;color:#DAAA4F;margin-top:5x;margin-bottom:5px;background-color:#000;
}



/****      文章列表     ***/

.am-panel-nav{}
.am-panel-nav .am-panel-hd{
	height:40px;line-height:40px;
	border-top: 3px solid #000000;
	border-bottom: 1px dotted #000000;
	padding:0 1.25rem;
}
.am-panel-nav .am-panel-bd{
	padding:0;
    background: url(../images/bg_dot.png) 0 0 repeat;
}


.co-list-news .am-list-news-hd{
	border-top: 3px solid #000000;
	border-bottom: 1px dotted #000000;
}
.co-list-news .am-list-news-hd h2 {
    font-size: 1.6rem;
    float: left;
    margin: 0;
    height: inherit;
    line-height: inherit;
}

.co-list-news .am-list-item-hd {
	
}
.co-list-news .am-list-item-text {
    line-height: 1.6;
    font-size: 1.2rem;
    color: #333;
    margin: 0;
}

@media only screen and (min-width:641px){
	.co-list-news .am-list-news-bd .litpic {
		width:200px;float:left;margin-right:1.5rem;margin-top:1rem;
	}
}

.co-list-news a.listpic{width:102px;float:left;margin-right:0.5rem;}

.leftlist .am-list-news-hd{
    height: 40px;
    line-height: 40px;
    border-top: 3px solid #000000;
    border-bottom: 1px dotted #000000;
    padding: 0 1.25rem;
}
.leftlist .am-list-news-hd h2 {
    font-size: 1.6rem;
    float: left;
    margin: 0;
    height: inherit;
    line-height: inherit;
}
.leftlist .am-list-news-hd .am-list-news-more {
    font-size: 1.3rem;
    height: inherit;
    line-height: inherit;
}

/***     内容页    ****/
.am-article{border:1px solid #ccc;margin-bottom:1.5rem;}
.am-article-hd{
    background: url(../images/bg_dot.png) 0 0 repeat;
	padding:2rem 0;
	margin-bottom:2rem;
	border-top:3px solid #000;
}

.am-article-hd .am-article-title{margin:0;text-align:center;}

.am-article-hd .am-article-meta{text-align:center;}
.am-article-bd{padding:1.5rem;}

.am-article-bd img {
    display: inline-block;
    max-width: 100%;
	height:auto;
}


.am-article-footer{
	background-color:#f8f8f8;
	padding:1rem 0;
	font-size:1.4rem;
	color:#333;
}
.am-article-footer a{font-size:1.4rem;}

/***  联系我们   ***/

.contactus{}
.contactus .item{padding:2rem 0; margin:0.5rem;background-color:#1b1b1b;color:#d7a752}
.contactus .item .am-u-sm-9{padding-left:0.5rem;padding-right:0.5rem;}
.contactus .item .am-u-sm-3{padding:1rem ;}
.contactus .item p{font-size:1.4rem;margin-bottom:0.5rem}
.contactus .item.phone strong{font-size:2.4rem;}

#baidu-map{min-height:500px;margin:0.5rem;}


.contact-book{margin:4rem auto;}


/***	鉴定专家	****/



.expert{
	margin-top:3rem;
}
.expert .am-thumbnail{
	background-color:#f4f2f3;
	padding: 0.8rem 1rem;
	margin-bottom:3rem;
}

@media only screen and (min-width:640px){
	.expert .am-thumbnail{
		margin:3rem 2rem;
	}
	.expert .am-thumbnail img{width:240px}
}

.expert .am-thumbnail .am-thumbnail-caption{
	padding:0.8rem 0;
}
.expert .am-thumbnail .am-thumbnail-caption h3{
	margin:0.5rem auto;
	color:#b58545;
	text-align:center;
}
.expert .am-thumbnail .am-thumbnail-caption p{
	font-size:1.4rem;
	margin:0.5rem auto;
}

.expert .am-thumbnail .am-thumbnail-caption .am-btn-more{
    color: #ffffff;
    background-color: #d09e55;
    border-color: #d09e55;
}

.expert .am-thumbnail .am-thumbnail-caption .am-btn-chat{
	color: #fff;
    background-color: #293036;
    border-color: #293036;
}

.expert .am-thumbnail:hover{
	background-color:#b58545;
}
.expert .am-thumbnail:hover  .am-thumbnail-caption h3{
	color:#fff;
}
.expert .am-thumbnail:hover  .am-thumbnail-caption p{
	color:#fff;
}




.mobile-nav{
	position: fixed;
	bottom:0;
	left:0;
	width:100%;
	background-color:#754308;
	z-index:999;
}
.mobile-nav ul li a{
	padding:1rem 0.5rem;
	color:#fff;
	display:block;
	text-align:center;
	font-size:1.2rem;
}
.mobile-nav ul li a span{
	display:block;
	padding:0.2rem 0;

}

@media only screen and (max-width:640px){
	.loglist h3{min-height:50px}
}

.proitems{ 
	padding: 0;
    background-color: #fff;
    border: 1px solid #ddd;
}
.proitems .am-thumbnail-caption{padding:0}
.proitems .am-thumbnail-caption h3{
	background-color:#B28146;
	color:#fff;
	text-align:center;
	line-height:2.6;
	margin-bottom:0;
}
.proitems .am-thumbnail-caption p{
	margin-top:0;line-height:2;
	font-size:1.4rem;text-align:center;
}


.part-picture {padding: 3rem 0;background-color:#f8f8f8}
.part-picture .am-thumbnail{border: 2px solid #fecb2e;}
.part-picture .am-thumbnail img{padding:0.4rem}
.part-picture .am-thumbnail-caption {padding:0.4rem}
.part-picture .am-thumbnail-caption h3{color:#333;font-weight:normal;}
.part-picture .am-thumbnail-caption p{margin:0.6rem 0 0;font-size:1.4rem;color:#777;}

@media only screen and (max-width:640px){
	.part-picture .am-thumbnail-caption h3{height:50px;display:block;}

}





.part-picture .am-article{border:none;}
.part-picture .am-article-hd{background:#fff;border-bottom: 1px solid #ccc;margin-bottom:0;}
.part-picture .am-article-hd .am-article-title{text-align:left;}


.part-picture .am-article-bd .am-slider-default{margin:0;}
.part-picture .am-article-bd .content{background-color:#fff;padding:3rem 1rem 1rem;}

.part-picture .am-slider-default .am-direction-nav a{width:66px;height:66px;}
.part-picture .am-slider-default .am-direction-nav a:before{height: 66px;font-size: 64px!important;line-height: 66px!important;}


.page-aboutus{}
.page-aboutus .title{
	background:url("/images/about/2.png") no-repeat center;
}
.page-aboutus .title h2{
	text-align:center;
	height:68px;
	line-height:68px;
	overflow:hidden;
}
.page-aboutus .m-title{
	margin:3rem auto 2rem;
	font-size:2.4rem;
	text-align:center;
	padding-bottom:2rem;
	background:url("/images/about/1.png") no-repeat center bottom;
}

.page-aboutus .part1 {
	padding:1rem 1.5rem;
}
.page-aboutus h2 {
	font-size:3rem;
	text-indent:2rem;
	font-weight:400;
}
.page-aboutus .part1 .content p{
	text-indent:2rem;
	line-height:2;
	color:#111
}
@media only screen and (min-width:1025px){
	.page-aboutus .part1 .content .aboutpic{
		width:520px;float:right;margin:0 0 2rem 3rem;
	}
}

.page-aboutus .part2{
	background-color:#eee;
	padding:3rem 2rem;
}
.page-aboutus .part2 .am-g{
	margin:1.5rem auto;
}
.page-aboutus .part2 p{
	text-indent:2rem;
	line-height:2;
	color:#111
}

@media only screen and (min-width:1025px){
	.page-aboutus .part2 .am-vertical-align{
		height:150px;
	}
}


.page-aboutus .part3 .content{
	background:url("/images/about/part3.png");
	padding:2rem 0;
	text-align:center;
}

.page-aboutus .part3 .content h3{
	font-size:2.4rem;
}
.page-aboutus .part3 .content p{
	font-size:1.8rem;
	margin:0;padding:0;
	line-height:2;
	font-weight:600;
}


.page-aboutus .part4 .content{
	line-height:2;
	font-size:1.8rem;
}
.page-aboutus .part4 .content img{
	margin:0 2rem 2rem;

}


.page-aboutus .part5{
	padding:2rem 0;
} 
.page-aboutus .part5 .content{
	padding:3rem 0;
	background:url("/images/about/4.png") no-repeat center center;
}

@media only screen and (max-width:640px){
	.page-aboutus .part5 .content{
		background:inherit;
	}
}
.page-aboutus .part5 .content .item{
	padding:0 2rem;
	margin:1.5rem auto;
} 
.page-aboutus .part5 .content .item h4{
	text-align:center;
}
.page-aboutus .part5 .content .item p{
	text-indent:2rem;
}



.part6{}
.part6 .item{
	min-height:200px;
	border:3px solid #dda351;
	margin-top:-3px;
}
.part6 .item .text{
	padding:2rem 3rem;
}
.part6 .item .text p{
	margin:0;padding:0;
	line-height:2;
	text-indent:2rem;
}
.part6 .item h4{
	margin:0;padding:0;
	height:30px;line-height:30px;
	text-align:center;
	background:#ffe598;
}

.part6 .bigpic h4{
	margin:0;padding:0;
	height:30px;line-height:30px;
	text-align:center;
	background:#ffe598;
}
.part6 .bigpic{
	margin-top:-3px;
}

@media only screen and (max-width:640px){
	.part6 .item img{
		width:100%;
	}
	.part6 .bigpic{
		margin:1rem auto;
	}	
}