body{
  font-size:13px;
  font-family: "微软雅黑"; 
}
/*pc头部*/
.logo img{
  padding-top:26px;
  padding-bottom: 26px;
}
.nav_pc{
  display: flex;
  justify-content: flex-end;
      height: 52px;
    line-height: 52px;
    padding-top: 26px;
    padding-bottom: 26px;
}
/*.nav_pc li{
  list-style: none;
  padding:0px 20px;
}
.nav_pc li a{
  text-decoration: none;
  color:#000;
}
.nav_pc li a:hover{
  color: #b79364;
}*/
#act a{
  color:#b79364;
}

.nav_ul_pc li{
  list-style:none;
}
.nav_ul_pc li a{
  color: #000;
  text-decoration: none;
}
.nav_ul_pc li a:hover{
  color:#b79364;
}
.nav_ul_pc ul{
  display: none;
  margin-left: -14px;
}
.nav_ul_pc:hover .sont{
  display: block;
}
.sont{
position: absolute;
background-color: #b79364;
z-index: 999;
}
.sont li a{
 color: #000;
 margin-left:-40px;
 padding:10px;
 text-align: center;
} 
.sont li{
line-height:30px;
text-align: center;
}
.nav_ul_pc:hover .sont li a:hover{
  color: #fff;
  z-index: 9999;
}
.nav_pc li{
  list-style: none;
}

.nav_pc li a{
 text-decoration: none;
 color: #000;
}





/*搜索*/
input{
  line-height: normal; 
  outline: none; 
  border-radius: none;  
  border:1px solid #b79364;
      width: 263px;
    height: 30px;
}
.dn{
  display: none!important;
}
.search-wrap{
  z-index: 999;
  position: absolute;
}
.search-close-btn{
  color: #b79364;
    margin-top: -53px;
    position: absolute;
    justify-content: right;
    z-index: 9999;
    margin-left: 240px;

}
.search-input{
  padding:0px 25px;
}

/*轮播图*/
.item img{
  width: 100%;
}

@media (min-width:768px) and (max-width:992px) {
  .nav_pc li {
    list-style: none;
    padding: 0px 10px;
}
}



/*底部信息*/

.bottom_bc{
  background: url(../img/bottom.jpg) center top;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    margin:160px 0px 0px 0px;
}
.bottom_top{
  padding-top:110px;
  padding-bottom: 110px; 
}
.bottom_left_text{
  padding:10px 0px 10px 50px;
  font-size:12px;
  color: #fff; 
}

.bottom_right_hx{
  border-right:1px solid #434343;
  height:310px;
  margin-right:55px;
}
.bottom_right_hx1{
  border-right:1px solid #434343;
  height: 310px;
  margin-right:55px;
  margin-left: 22px;
}
.bottom_conter_text1{
  font-size:16px;
  padding-bottom:20px;
  color: #fff;
}
.bottom_conter_text2{
  font-size:14px;
  padding-bottom:20px;
  color:#b79364;
}
.bottom_conter_text3{
  font-size:12px;
  padding-bottom:20px;
  color:#fff;
}
.bottom_conter_text4{
  font-size:12px;
  padding-bottom:20px;
  color:#b79364;
}
.bottom_right_text1{
  font-size:16px;
  padding-bottom: 15px;
  color: #fff;
}
.bottom_right_text2{
  font-size:14px;
  padding-bottom: 15px;
  color: #fff;
}
.bottom_right_text3{
  font-size:12px;
  padding-bottom: 10px;
  color: #fff;
}
.bottom_right_text4{
  display:inline-flex;
 /* justify-content:space-between*/
}
.bottom_right_text4 .bot_left{
  margin-left: 40px;
}

.bottom_right_text4 span dd{
  color: #b79364;
    font-size: 12px;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 5px;
}
.bottom_b_bc{
  background-color: #000;
  text-align: center;
  font-size:12px;
  padding:10px 0px;
  color: #fff;
  line-height: 20px
}

/*二级banner*/
.banner_lr{
  padding-left:0px;
  padding-right:0px;
}
.banner_lr img{
  width: 100%;
}


