/*=== 作者：Distantmemory - 时间：2018年09月 - 版本：1.0 - 个人：www.distantmemory.cc - 公司：www.timoo.net ===*/

/*=== 媒体查询 ===*/
/*手机*/
@media ( min-width : 320px) { 

    .banner-first-layout { padding-top: 0.8rem; }

}

@media ( min-width : 360px) { 

} 

/*平板电脑*/
@media ( min-width : 640px) {

}

/*笔记本电脑*/
@media ( min-width : 960px) {

    .banner-first-layout { padding-top: 0; }

} 

/*PC电脑*/
@media ( min-width : 1200px) { 

} 

/*大屏PC电脑*/
@media ( min-width : 1600px) { 

}

/*=== Style ===*/
#Home-banner .swiper-pagination,
#Home-banner-mobile .swiper-pagination { position: relative; bottom: 0; padding: 0.16rem 0; }
#Home-banner .swiper-pagination-bullet,
#Home-banner-mobile .swiper-pagination-bullet { margin: auto 0.08rem; width: 0.16rem; height: 0.16rem; background: #DDD; border-radius: 50%; opacity: 1; 
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s; 
    transition: all 0.5s; }
#Home-banner .swiper-pagination-bullet:hover,
#Home-banner .swiper-pagination-bullet-active,
#Home-banner-mobile .swiper-pagination-bullet:hover,
#Home-banner-mobile .swiper-pagination-bullet-active { background: #14257F; opacity: 1; }