/*ÓÑÇéÁ´½Ó*/
.cl{clear:both; overflow:hidden; zoom:1;}
.mt50{ margin-top:50px;}
.warp{width:1200px; margin:0 auto; clear:both;}

#link_bg{background:#f5f5f5; width:100%; height:70px; line-height:70px; overflow:hidden; clear:both; border-top:#eee solid 1px;}
.link{ clear:both; overflow:hidden;}
.link h3{ margin:0;padding:0; outline:none;font-family:"Î¢ÈíÑÅºÚ"; font-weight:bold; float:left; color:#000; margin-right:28px; font-size:16px;}
.link a{ margin-right:20px; color:#505050; font-size:14px; float:left; display:inline-block; text-decoration:none;}
.link a:hover{ color:#505050; text-decoration:underline;}


.footerNav{ padding-bottom:0.1rem;padding-top:0.14rem;position:fixed; bottom:0; z-index:99999; width:7.5rem;}
.footerNav a{ color:#FFF; font-size:0.24rem}
.footerNav ul{ overflow:hidden}
.footerNav ul li{ float:left; width:24%; text-align:center; padding-bottom:0.1rem}
.footerNav ul li:last-child{border-right:none;}
.c{ margin-top:0.1rem}


.ul.menu {
  padding: 0;
  list-style: none;
  width: 272px;
 
  font-family:"Î¢ÈíÑÅºÚ";
  /*box-shadow: 0px 0px 25px #00000070;*/
  clear: both;
  display: table;
}
.ul.menu .list {
  font-size: 14px;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  height: 63px;
  vertical-align: sub;
  background: #ffffff;
  clear: both;
}
.ul.menu .list:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 17px;
  top: 17px;
  padding: 0px 5px;
  color: #fff;
}
.ul.menu .list:before {
  background:url(../images/btn_03.png) no-repeat; width:15px; height:15px;
  position: absolute;
  left: 17px;
  top: 17px;
  padding: 0px 5px;
 
}
.ul.menu .list a {
  text-decoration: none;
  color: #666666;
  padding: 17px 0px 17px 45px;
  display: block;
  height: 100%;
  box-sizing: border-box;
  font-size:16px;
}
.ul.menu .list a:hover {
  background-color: #f6f6f6;
 
  color: #666666;
}
.ul.menu .list .items {
  height: 0px;
  overflow: hidden;
 
}
.ul.menu .list .items a {
  padding: 17px 0 17px 72px;
  font-size:15px;
}
.ul.menu .list .items a:hover {
  background-color: #fff;
  color: #666666;
  transition: 300ms all;
}
.ul.menu .list:last-child {
  border-bottom: none;
}
.ul.menu .active:after {
  content: "\f106";
  font-family: FontAwesome;
  position: absolute;
  right: 17px;
  top: 17px;
  padding: 0px 5px;
  color: #fff;
}
.ul.menu .active:before {
  background:url(../images/btn_03.png) no-repeat; width:15px; height:15px;
  position: absolute;
  left: 17px;
  top: 17px;
  padding: 0px 5px;
  color: #fff;
}
.ul.menu .active > .items {
  display: block;
  background: #f6f6f6;
  padding: 0px;
  height: auto;
  color: #fff;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 200ms;
  clear: both;
  float: left;
  width: 100%;
  margin-left:2px;
}
.ul.menu .active > .items li {
  padding: 0px;
  border-bottom: 1px solid #ebebeb;
  list-style: none;
}
.ul.menu .active > .items li:last-child {
  border-color: transparent;
  padding-bottom: 0px;
}
.ul.menu .active > .items .active > .items {
  background-color: #2f4b67;
}
.ul.menu .active > a {
  color: #666666;
  text-transform: uppercase;
  font-weight:normal;
  background:#fff
}
.ul.menu .active .list {
  background: #697d92;
}
.ul.menu .active .list a {
  padding: 17px 0px 17px 45px;
}
.list img{padding-top:2px; float:left; margin-right:10px;}
.list a{ font-size:16px;} 