a:focus {outline: none;}

/* ============ 滚动动画系统 ============ */

/* 初始隐藏状态 */

/*翻页*/
.paging .page{margin: 32px 0;font-size: 14px;text-align: center;width: 100%;display: flex;justify-content: center;align-items: center;}
.paging .page span{padding: 0;border: none;margin: 0px;display: flex;justify-content: center;align-items: center;}
.paging .page span:hover{padding: 0;background: none;}
.paging .page-numbar{display: flex;justify-content: center;align-items: center;}
.page-status {display: none;}
.page a{display:flex;height:40px;font-size:14px;text-align: center;margin: 0 2px;width: 40px;justify-content: center;align-items: center;border-radius: 0px;background: #f5f5f5;}
.page-num.page-num-current {color: #fff;background: #d51007;}
.page a:hover {	color: #fff;background: #d51007;}
.paging.p_page .pre .font {font-size: 16px;height: 21px;}
.paging.p_page .next .font {font-size: 16px;height: 13px;}
/*end*/
#mapCotainer img{width: 100%;}
.e_richText-5 img{max-width:100%;}

@media only screen and (max-width: 1550px) {
   
}

@media only screen and (max-width: 768px) {
 
}
@media only screen and (min-width: 769px) {
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}