.icon_box{
  width:100%;
  padding-bottom:30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #444;
}
.icon_box .container{
    position: relative;
}
.icon_box ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}
.icon_box li{
  height: 45px;
  padding-left:65px;
  position: relative;
  width: 22%;
  list-style-type: none;
}
.icon_box li:last-child{
    width: 12%;
}
.icon_box li p{
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.icon_box li span{
  font-size: 12px;
  display: block;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.icon_box li img{
  position: absolute;
  left: 0;
  top: 0;
  transition: all .2s;
}
.icon_box li:hover img{
  transform:scale(1.2);
  -webkit-transform:scale(1.2);
  -moz-transform:scale(1.2);
}
/**/
.ft{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px!important;
}
.footer{
    border-top:4px solid #19171a;
    background: url(../img/footbg.jpg) repeat-x left top;
    color:#8b8b8b;
}
.footm{
    padding-top:40px;
    overflow: hidden;
}
.footer_a{width:60%;overflow:hidden;display: flex;justify-content: space-between;}
.footer_a1{width:38%;overflow:hidden;display: flex;flex-direction: column;}
.footer_a1 .footer_logo{margin-bottom:10px;}
.footer_a1 .footer_logo img{display: block;width:200px;height: auto;}
.footer_a1 .footer_txt{font-size: 16px;color: #999;margin-bottom: 10px;font-family: Impact;}
.footer_a1 .footer_tel{font-size: 28px;color:#f5a76d;margin-bottom: 10px;font-family: Impact;}
.footer_a1 i{margin-right: 10px;}
.footer_a1 .footer_tel i{
    font-size: 28px;
}
.footer_a2{width:62%;display: flex;justify-content: space-between;}
.footer_item{width:50%;position:relative;border-left: 1px solid #09764c}
.footer_item:after{display:block;content:"";width:3px;height:30px;top:0;left:-2px;position:absolute;background:#00c8aa;}
.footer_item h4{font-size:18px;color:#fff;padding-left:20px;font-weight: bold;}
.footer_item h4 a{color:#fff;text-decoration: none;font-size: 14px;font-weight:bold;}
.footer_item .footer_menu{line-height:36px;padding-left:20px;margin-top: 10px;}
.footer_item .footer_menu a{display:block;color:#8b8b8b;transition:all 0.5s ease;}
.footer_item .footer_menu a:hover{color:#fff;transform:translateX(10px);text-decoration: none;}
.footer_b{width:40%;overflow:hidden;text-align:right;}
.footer_b ul{    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;}
.footer_b li{list-style-type: none;width:32%;}
.footer_b p{display:block;width:100%;text-align:center;}
.footer_b span{display:block;width:100%;text-align:center;}
.footer_b img{display:block;width:100%;height:auto;margin:0 auto 10px auto;}
.copyright{background:#19171a;line-height:26px;padding:15px 0;text-align:center;color:#8b8b8b;width:100%;font-family: Impact;}
.copyright a{color:#8b8b8b;}
.copyright a:hover{color:#00c8aa;}
/**/
#btm {
    width: 100%;
    font-family: Microsoft YaHei;
    z-index: 8;
}
#btm .ico{
    position: relative;
}
#btm .container{
    padding: 0 30px;
}
.btmico {
    display: block;
    height: 20px;
    width: 35px;
    position: absolute;
    top: -16px;
    left: 30px;
    z-index: 2;
    cursor: pointer;
}
.btmico span {
    display: block;
    background: url(../img/btmico.png) no-repeat 0 -20px;
    height: 20px;
    width: 35px;
}
.expanded span{
    background: url(../img/btmico.png) no-repeat 0 0;
}