.path-box{max-width:1425px; margin:0 auto;}
.path-box::after{content:'';clear:both;display:block;}
.path-box .path{float:left;}
.path-box .path ul li{position:relative;display:inline-block;margin:0 11px 0 0;padding:0 21px 0 0;background:url(../img/bg-path-arrow.png) no-repeat 100% 50%;font-size:14px;color:#666;vertical-align:middle;line-height:48px}
.path-box .path ul li:last-of-type{margin:0;padding:0;background:none;color:#0266b4;font-weight:500;}
.path-box .path ul li.path-home a{color:#858585}
.path-box .path ul li a{color:#747474}

.path-box .util{float:right;}
.path-box .util ul{display:flex;justify-content: right;}
.path-box .util ul li{border-left:1px solid #a9a9a9;box-sizing:border-box;}
.path-box .util ul li:last-of-type{border-right:1px solid #a9a9a9;}
.path-box .util ul li a{display:block;width:50px;height:50px;box-sizing:border-box;}
.path-box .util ul li a.util-zoomin{background:url(../img/btn-zoomin.png) no-repeat center center;}
.path-box .util ul li a.util-zoomout{background:url(../img/btn-zoomout.png) no-repeat center center;}
.path-box .util ul li a.util-print{background:url(../img/btn-print.png) no-repeat center center;}


@media screen and (max-width:768px) {
	
	.path-box{height:auto;}
	.path-box .path ul li{font-size:12px;line-height:30px;}
	.path-box .util{display:none;}
	
	
}