/*=== 作者：Distantmemory - 时间：2018年11月 - 版本：1.0 - 个人：www.distantmemory.cc - 公司：www.timoo.net ===*/

/*=== 媒体查询 ===*/
/*手机*/
@media ( min-width : 320px) { 

    .hengbok-page-banner { padding: 0.88rem 0 0.32rem 0; background: #F6F6F6; }
    .hengbok-page-banner .slogan { text-align: center; }
    .hengbok-page-banner .sitepath { float: left; }

}

@media ( min-width : 360px) { 

} 

/*平板电脑*/
@media ( min-width : 640px) {

}

/*笔记本电脑*/
@media ( min-width : 960px) {

    .hengbok-page-banner .slogan { text-align: left; }
    .hengbok-page-banner .sitepath { float: right; }

} 

/*PC电脑*/
@media ( min-width : 1200px) { 

    .hengbok-page-banner { padding: 0; height: 1.6rem; overflow: hidden; }
    
} 

/*大屏PC电脑*/
@media ( min-width : 1600px) { 

}

/*=== Style ===*/
.hengbok-page-banner > div { height: 100%; } 
.hengbok-page-banner .box { width: 100%; }

.hengbok-page-banner .crumbs { line-height: 0.48rem; font-size: 0.14rem; color: #999; }
.hengbok-page-banner .crumbs a { color: #999; }
.hengbok-page-banner .crumbs a:hover,
.hengbok-page-banner .crumbs a.active { color: #CBB8A8; }
.hengbok-page-banner .crumbs .sitepath i { margin: auto 0.04rem; }
.hengbok-page-banner .crumbs .sitepath .tips { margin-right: 0.08rem; }