

@charset "UTF-8";
/* 全局效果 */



/* 移动设备样式 */
@media screen and (max-width:768px) {
/*头尾模板*/
  
  
  
}

/*PC端样式*/
@media only screen and (min-width: 769px) {
/* 首页简介 */
  .swiper-container {
    height: inherit;
    position: relative;
    overflow: hidden;
}
 .e_bannerA-1 {
    height: auto !important;
}
.response-animated {

}
}