*{
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #999
}
body {
    line-height: normal;
    font-size: 16px;
   
}
@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
        url('../font/iconfont.woff2') format('woff2'),
        url('../font/iconfont.woff') format('woff'),
        url('../font/iconfont.ttf') format('truetype'),
        url('../font/iconfont.svg#iconfont') format('svg');
  }
  .iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
.w {
    margin: 0 auto;
    width: 1025px;
    
}
/* html{min-width: 1200px;} */
.clearfix:after{
    content: "020"; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;  
    }

.fl{
    float: left;
}
.fr{
    float: right;
}
.head {
	height: 36px;
	background-color: #0d0809;
	width: 100%;
	line-height: 36px;
	font-size: 14px;
    color: #878686;
    
}
.head-top ul li {
	float: left;


}

.head-bottom ul li .active {
    color: #8d522f;
	border-bottom: 2px solid #e1c47c;
}
.head-top ul li a {
	padding-right: 13px;
	padding-left: 13px;
	border-right: 1px solid #878686;
	text-decoration: none;
}
.head-top ul li a:hover {
	color: #8d522f;
}
.head-top ul li:nth-child(2) a{
	border-right:none;
	
} 
.head-top {
	position: relative;
}
.head-top .logo{
	position: absolute;
	margin-left: 50%;
	transform: translate(-50%);
	z-index: 2;
}
.head1 {
	background-color: #241914;
}
.head-bottom {
	height: 77px;
	

	line-height: 77px;

}
.head-bottom ul li {
	float: left;
	margin-right: 60px;
}
.head-bottom ul li:nth-child(4){
	margin-right: 230px;
}
.head-bottom ul li:nth-last-child(1){
    margin-right: 0;
}
.head-bottom ul li a {
	text-decoration: none 
}
.head-bottom ul li a:hover {
	border-bottom: 2px solid #e1c47c;
}
.head-bottom  ul li a:hover {
	color: #8d522f;
}
.head-bottom ul {
	margin-left: 20px;
}
.head-bottom {
    margin-bottom: 77px;
}
.banner {
    height: 252px;
    margin-top: 77px;
    width: 100%;
}
.crumbs a {
    color: #000;
}
.content {
    padding-top: 30px;
}
.content .crumbs {
    height: 32px;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.content .nav{
    /* height: 800px; */
    margin-top: 20px;
    margin-right: 50px;
}
.content .nav li {
    width: 132px;
    height: 53px;
    line-height: 53px;
    border-top: 1px solid #ccc;
    text-indent: 1.2em;
}
.content .nav li a {
    color: #000;
}
.nav .active{
    position: relative;
}
.nav li {
    position: relative;
}
.nav li::after {
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    top: 40%;
    
   
}
.nav .active::after{
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 0 solid #ccc;
    top: 33%;
 
}
.crumbs {
    position: relative;
    text-indent: 1.5em;
}
.crumbs div:nth-child(1)::before {
    position: absolute;
    display: block;
    content: "";
    width: 15px;
    height: 20px;
    background:url(../images/c1.png) no-repeat;
    background-size: 15px 20px;
}
#pagination {
    margin-top: 60px;
   text-align: center;
}

#pagination #page_center_botton {
   display: none;
}

#pagination .btn-group {
   display: inline-block;
}

#pagination .btn-group span {
   padding: 10px 25px;
   display: inline-block;
   font-size: 16px;
   color: #333333;
   background-color: #f1f1f1;
   border: 1px solid #8e8e8e;
   margin: 0 15px;
}

#pagination .btn-group a {
   padding: 10px 25px;
   display: inline-block;
   font-size: 16px;
   color: #FFFFFF;
   color: #333333;
   background-color: #f1f1f1;
   margin: 0 15px;
   border: 1px solid #8e8e8e;
}
