* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	list-style: none;
}

div {
	display: block;
}

img {
	display: block;
}

.w1300 {
	width: 1200px;
	margin: 0 auto;
	max-width: 94%;
}
.w1400 {
	width: 1400px;
	margin: 0 auto;
	max-width: 94%;
}
.w1600 {
	width: 1600px;
}

.w1500 {
	width: 1500px;
	margin: 0 auto;
}

/* 面包屑 */
.box-mbx {
	width: 100%;
	border-bottom: 1px solid #e4e4e4;
}

.box-mbx-cen {
	display: flex;
	justify-content: space-between;

}

.box-mbx-left {
	display: flex;
}

.box-mbx-left a {
	display: block;
	padding: 0 8px;
	line-height: 70px;
	margin-right: 30px;
	color: #666666;
	font-size: 16px;
}

.box-mbx-left a:hover {
	border-bottom: 3px solid #0074c1;
}

.box-mbx-left .mbx-active {
	border-bottom: 3px solid #0074c1;
}

.box-mbx-right li {
	display: flex;
	align-items: center;
	line-height: 70px;
	flex-wrap: wrap;
	color: #464646;
}

.box-mbx-right li .iconfont {
	font-size: 18px;
	margin: 0 5px;
}

.box-mbx-right li .icon-shouye1-xianxing {
	font-weight: bold;
}

.box-mbx-right li a {
	display: flex;
	font-size: 16px;
	color: #464646;
}

.xian {
	display: block;
	width: 46px;
	height: 3px;
	background: #0074c1;
}

/* banner */
.banner-a {
	width: 100%;
	position: relative;
}

.banner-a-prc img {
	width: 100%;
	min-height: 70vh;
	vertical-align: middle;
	object-fit: cover;
}

.banner-a-zi {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.banner-a-zi p {
	font-size: 30px;
	color: #fff;
	line-height: 1;
	margin-bottom: 15px;
	font-weight: 600;
}

.banner-a-zi span {
	font-size: 30px;
	color: #fff;
	font-weight: 300;
	line-height: 1;
	white-space: nowrap
}

/* 分页 */
.last ul {
	display: flex;
}

.last ul li {
	margin-right: 10px;
}

.last ul li a {
	display: block;
	width: 60px;
	height: 34px;
	border: 1px solid #eeeeee;
	text-align: center;
	line-height: 34px;
	color: #333333;
}

.last ul li a:hover {
	background: #0074c1;
	color: #fff;
}

.last ul li a .lasr-b {
	display: block;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	border: 1px solid #eeeeee;
	color: #333333;
}

.last ul li.active a {
	background: #0074c1;
	color: #fff;
}

.last ul li a .lasr-b:hover {
	background: #0074c1;
	color: #fff;
}

@media screen and (max-width :1670px) {
	.w1600 {
		width: 94%;
	}
}

@media screen and (max-width :1570px) {
	.w1500 {
		width: 94%;
	}
}

@media screen and (max-width :1370px) {
	.w1300 {
		width: 94%;
	}
}

@media screen and (max-width :1200px) {
	.box-mbx-left a {
		line-height: 55px;
	}

	.box-mbx-right li {
		line-height: 55px;
	}
}

@media screen and (max-width :600px) {
	.box-mbx-cen {
		flex-direction: column;
	}

	.box-mbx-right li {
		line-height: 40px;

	}
}