



/*首页主导航*/


.nav_right{ margin-top: 40px; margin-right: 60px}
.banner_con .banner_ul{ padding-left:10px; padding-right: 10px;border:#FFA053 3px solid ;border-radius: 16px;background: url("../images/nav_bg_03.png"); }
.banner_li{
  width: 80px;
  height: 40px;
  float:left;
}
.banner_li > a{
  font-family:"微软雅黑";
  font-size:16px; color:#FFA053;
  text-align:center;
  vertical-align:bottom;
  display:block;
  /*width: 117px;*/
  line-height:40px;}
.banner_li > a:hover{
  color:#000;
  font-family:"微软雅黑";
  font-size:16px;
  text-align:center;
  vertical-align:bottom;
  display:block;
  /*width: 117px;*/
  line-height:40px;}
.banner_li_ul{ display:none;}
.sjx{
  position: absolute;
  top: -6px;
  left: 40px;
  width:0;
  height:0;
  border-left:6px solid transparent;
  border-right:6px solid transparent;
  border-bottom:6px solid #F67138;
}
.index_children_ul{  position: relative;      padding-left:15px;background: #F67138; border-radius:19px;  position:absolute ;    height:29px;z-index:2; display:none}
.index_children_li{    height:25px;   float:left;  margin-right: 10px  }
.index_children_li a{  font-family:"微软雅黑";height:25px;   font-size:14px; color:#fff; text-align:center; vertical-align:bottom; display:block; line-height:25px;text-decoration:none}
.index_children_li a:hover{  font-family:"微软雅黑";height:25px;   font-size:14px; color:#FBD504; text-align:center; vertical-align:bottom; display:block;line-height:25px;text-decoration:none}
.selected > a{
  /*width: 117px;*/
  height: 40px;
  color:#000;
}
.unselected > a{
  /*width: 117px;*/
  height: 40px;
  color:#87A666;
}
