/*** footer  S**/
#afooter {
    min-width: 1000px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    padding: 20px 0;
    color: #6a6a6a;
    background: #0e0e0e;
}

#afooter .copyright span a,
#footer .copyright span a:hover {
    margin: 0 5px;
}

#afooter .notice {
    display: none;
}

#afooter a {
    color: #6a6a6a;
}
/*footer  E*/
body{
	font-family: "微软雅黑";
	font-size: 18px;
	color:  #d3b98d;
}
*{
	padding: 0;
	margin: 0;
}
address, em, i, b {
    font-style: normal;
}
fieldset, img {
    border: 0;
}
a:hover{ outline: none;}
ul, ol, li {
    list-style: none;
}
.tabs ::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
.tabs ::-webkit-scrollbar-thumb {
    background-color: #846b41;
}
.tabs ::-webkit-scrollbar-thumb:hover{
	background-color: #93784b;
}
.tabs ::-webkit-scrollbar-thumb {
    border-radius: 7px;
}
.wrapper{
	position: relative;
    width: 100%;
    height: 1175px;
    background-color: #1e1814;
    background-image: url(../images/pc_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
.container{
	width: 984px;
	position: relative;
	margin: 0 auto;
	padding-top: 400px;
}
.inner{
	position: relative;
}
.inner-box-a{
	position: relative;
	float: left;
}
.tabs{
	width: 670px;
	margin-right: 22px;
	float: left;
}
.ewm-wrap{
	float: left;
	width: 290px;
	height: 425px;
	background: url(../images/erwe-bg.png) no-repeat;
	position: relative;
}
.ewm-wrap>img{
	display: block;
	position: absolute;
	top: 191px;
    left: 84px;
	z-index: 2;
}
.tabs-top{
	position: relative;
    overflow: hidden;
}
.tabs-item{
	width: 160px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	margin-right: 10px;
	float: left;
	border: 1px solid #c3a777;
	font-size: 22px;
	color: #90774d;
	border-bottom: 0;
}
.tabs-item.active{
	background-color: #ae9468;
	color: #FFFFFF;
}
.tabs-item:hover{
	background-color: #ae9468;
	color: #FFFFFF;
}
.tabs-item:last-child{
    margin-right: 0;
}
.tabs-conter{
	width: 100%;
	height: 357px;
	background: url(../images/tab-bg.png) no-repeat;


}
.tabs-conter-table{
	padding-left: 14px;

	height: 100%;
	font-size:18px ;
	overflow-y: scroll;
	position: relative;
	display: none;
	/*margin-right: 5px;
	padding-right: 2px;*/
	margin-right: 5px;
	padding-right: 3px;
}
body .show{
	display: block;
}
.tabs .tabs-conter-table>ul>li:first-child{
	background-color: transparent;
	border-bottom: 1px solid #ae9468;
	height: 65px;
	line-height: 65px;
}
.tabs-conter-th{

	float: left;
	text-align: center;
	height: 65px;
	line-height: 65px;
}
.tabs-top .tabs-item{
	cursor: pointer;
}
.tabs-conter-th:nth-child(1){
	width: 25%;
}
.tabs-conter-th:nth-child(2){
	width: 20%;
}
.tabs-conter-th:nth-child(3){
	width: 15%;
}
.tabs-conter-th:nth-child(4){
	width: 15%;
}
.tabs-conter-th:nth-child(5){
	width: 25%;
}
.tabs-conter-td:nth-child(1){
	width: 25%;
}
.tabs-conter-td:nth-child(2){
	width: 20%;
}
.tabs-conter-td:nth-child(3){
	width: 15%;
}
.tabs-conter-td:nth-child(4){
	width: 15%;
}
.tabs-conter-td:nth-child(5){
	width: 25%;
}
.tabs-conter-td{

	float: left;
	text-align: center;
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	    height: 65px;
    line-height: 65px
}
.tabs-conter-table>ul>li{
	background-color: rgba(174,148,104,.2);
	width: 100%;
    position: relative;
    overflow: hidden;
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #4a3c31;
}
.tabs-conter-table>ul>li:nth-child(odd){
	background-color: rgba(197,175,138,.2);
}
.tabs-conter-table>ul>li:nth-child(even){
	background-color: rgba(174,148,104,.2);
}
.tabs-conter-table>ul>li:last-child{
	border-bottom: 0;
}
.inner-box-b{
	margin-top: 17px;
	position: relative;
	float: left;
}
.inner-box-left{
	width: 670px;
	height: 210px;
	border: 1px solid #5f5036;
	float: left;
	margin-right: 22px;
}
.inner-box-right{
	width: 290px;
	float: left;
    height: 210px;
	border: 1px solid #5f5036;
}
.inner-box-left>a>img,.inner-box-right>a>img{
	display: block;
	width: 100%;
	height: 100%;
}
