@charset "utf-8";
/* CSS Document */

/*头部样式*/

.logo{ width:183px; height:0; position: relative;z-index: 99992;top:15px;margin:0 auto;transition: all 0.3s ease;text-align: center;}
.logo span{display: inline-block;*display: inline;*zoom:1;position: relative;z-index: 10 }
.logo .logo_bg{display: none;position: absolute;width: 213px;height: 91px;left: 50%;top: 20px;z-index: 0;margin-left: -106.5px;}
.logo_01{width: 116px;}
.logo_02{padding-top: 0.1rem}
.header.current .logo{top: 0px;}
.header.current .logo_01{width: 90px;display: none;}
.header.current .logo_02{display: none;}


@media screen  and (max-width:1300px) {
  .logo{width: 150px;}
  .logo_01{width: 94px;}
}
@media screen  and (max-width:1020px) {

  .footer_logo img{width: 80px;}

  .footer_logo{position: absolute;right: 0;top: 0}


  
}
@media screen  and (max-width:998px) {

  .logo{width: 160px;}
  .logo_01{width: 32px;margin-top:0.15rem;}
}
