*{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
img{
	vertical-align: middle;
}
body{
	font-size: 14px;
	color: #666;
	font-family: 微软雅黑;
}
body::-webkit-scrollbar{
	width: 6px;
}
body::-webkit-scrollbar-thumb {
    background: #ba9d79;
}

/*公用*/
.w1600{
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 50px;
}
.w1200{
	width: 100%;
	max-width: 1300px;
	padding:10px 50px;
	margin: 0 auto;
}

/*头部*/
header{
	height:0.5rem;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;	
    z-index: 99;
}

.header-a{
	width: 100%;
	height: 0.5rem;
	/* padding: 0 50px; */
	line-height:0.5rem;
	position: relative;
	z-index: 102;
}
.header-a0{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	/* height: 340px; */
	/* background: url(../img/header_bj.png); */
	z-index: 3;
}
.header-a1{
	display: block;
	height: 50px;
	line-height: 50px;
	float: left;
	position: relative;
	z-index: 104;
}
.header-a2{
	width: 100%;
	height: 0.5rem;
	overflow: hidden;
	position: absolute;
	left: 0;
	z-index: 103;
	text-align: center;
}
.header-a2 li{
	display: inline-block;
	width: 155px;
	height: 0.5rem;
	line-height:0.5rem;
	font-size: 18px;
	color:#5C5C5C;
	text-align: center;
}
.header-a2 li a{
	font-size: 18px;
	color: #fff;
}
.header-a3{
	width: 25px;
	height: 25px;
	/* background: url(../img/ico01.png) no-repeat center; */
	float: right;
	margin-top: 37.5px;
	cursor: pointer;
	position: relative;
	z-index: 104;
}

.header-b{
	width: 100%;
	height:0.5rem;
	line-height:0.5rem;
	/* padding: 0 50px; */
	background: #fff;
	position: absolute;
	/* border-bottom: 1px solid rgb(247, 245, 241); */
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 104;
	transition: all .3s; 
-webkit-transition: all .3s;
}

.header-b.on{
	opacity: 1;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.header-b1{
	display: block;
	height: 0.5rem;
	line-height: 0.5rem;
	float: left;
	position: relative;
	z-index: 104;
}
.header-b2{
	width: 100%;
	height: 0.5rem;
	overflow: hidden;
	/* border-bottom: 1px solid rgb(247, 245, 241); */
	position: absolute;
	left: 0;
	z-index: 103;
	text-align: center;
}
.header-b2 li{
	display: inline-block;
	width: 155px;
	height: 0.5rem;
	line-height: 0.5rem;
	font-size: 18px;
	color:#5C5C5C;
	text-align: center;
}
.header-b2 li a{
	font-size: 18px;
	color:#5C5C5C;
}
.header-b2 li .hb-a1{
	display: inline-block;
	height: 100%;
	pointer-events: inherit;
	position: relative;
}
.header-b2 li .hb-a1:after{
	content: "";
	width: 0;
	height: 3px;
	/* background: #bfa484; */
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .3s; 
-webkit-transition: all .3s;
}

.header-b2 li:hover .hb-a1:after {
	width: 100%;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.header-b2 li:hover .hb-a1 {
	color: #bfa484;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.header-b2 li .hb-a1.on:after{
	width: 100%;
	left: 0;
}
.header-b2 li .hb-a1.on{
	color: #bfa484;
}
.header-b2 .hb-div{
	position: fixed;
	top: 100px;
	left: 0;
	width: 100%;
	min-height: 310px;
	background: rgba(255,255,255,.9);
	padding-top: 45px;
	padding-bottom: 50px;
	display: none;
}
.header-b2 .hb-cont{
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	overflow: hidden;
}
.header-b2 .hb-d1{
	width: 195px;
	float: left;
	border-left: 1px solid rgba(0,0,0,.2);
}
.header-b2 .hb-d1 a{
	display: block;
	font-size: 14px;
	color: #222;
	line-height: 35px;
	margin-bottom: 5px;
	text-align: left;
	padding-left: 20px;
	position: relative;
}
.header-b2 .hb-d1 a:after{
	content: "";
	width: 2px;
	height: 0;
	background: #bfa484;
	position: absolute;
	left: 0;
	transition: all .3s; 
-webkit-transition: all .3s;
	top: 0;
}
.header-b2 .hb-d1 a:hover{
	color: #bfa484;
}
.header-b2 .hb-d1 a:hover:after{
	height: 100%;
	top: 0;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.header-b2 .hb-d2{
	width: 317px;
	height: 216px;
	float: left;
}

.header-b3{
	width: 25px;
	height: 25px;
	/* background: url(../img/ico02.png) no-repeat center; */
	float: right;
	margin-top: 37.5px;
	cursor: pointer;
	position: relative;
	z-index: 104;
}

.header-a2-a{
	
}
.header-a2-a span{
	display: none;
}
.header-a2 li div{
	display: none;
}
.header-a4{
	width: 38px;
	height: 0.5rem;
	overflow: hidden;
	float: right;
	position: fixed;
	top: 5px;
	right: 30px;
	z-index: 5;
	display: none;
}
.header-a4 .ha1,.ha2,.ha3{
	width: 38px;
	height: 4px;
	border-radius: 3px;
	background:#fff;
	margin-top:6px;
}
.header-a4 .ha2{
	width: 38px;
	height: 4px;
	border-radius: 3px;
	background:#fff;
	margin-top: 8px;
}
.header-a4 .ha3{
	width: 38px;
	height: 4px;
	border-radius: 3px;
	background:#fff;
	margin-top:8px;
}
.header-a4 .ha1{
	width: 38px;
}

.header-b4{
	width: 38px;
	height:0.5rem;
	/* line-height:1rem; */
	overflow: hidden;
	float: right;
	position: fixed;
	top:0.1rem;
	right: 30px;
	display: none;
	
}
.header-b4 div{
	transition: all .5s; 
}
.header-b4 .ha1{
	width: 38px;
	height: 4px;
	border-radius: 3px;
	background: #333;
	margin-top: 8px;
}
.header-b4 .ha2{
	width: 38px;
	height: 4px;
	border-radius: 3px;
	background: #333;
	margin-top: 8px;
}
.header-b4 .ha3{
	width: 38px;
	height: 4px;
	border-radius: 3px;
	background: #333;
	margin-top:8px;
}
.header-b4 .ha1{
	width: 38px;
	background: #333;
}

.header-b4.cli .ha1{
	width: 100% !important;
	 -webkit-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    transform: rotate(44deg);
   transform-origin:0%;
   -ms-transform-origin:0%;
   -webkit-transform-origin:0%;
   -moz-transform-origin:0%;
   transition: all .5s; 
}
.header-b4.cli .ha2{
	opacity: 0;
	transition: all .5s; 
}
.header-b4.cli .ha3{
	 -webkit-transform: rotate(-44deg);
    -ms-transform: rotate(-44deg);
    transform: rotate(-44deg);
   transform-origin:0%;
   -ms-transform-origin:0%;
   -webkit-transform-origin:0%;
   -moz-transform-origin:0%;
   transition: all .5s; 
}
@media (min-width: 1200px) {
.headtitle{display:none;}
}
@media (min-width:900px) {
.headtitle{display:none;}
}
@media (max-width: 1200px) {
	.header-a1 li{
		width: 110px;
	}
	.header-a2 li a{
		font-size: 16px;
	}
	.header-a2 li{
		width: 110px;
	}
	.header-a2 li .hb-a1{
		font-size: 16px;
	}
	.header-b2 li{
		width: 110px;
	}
	.header-b2 li .hb-a1{
		font-size: 16px;
	}
}
@media (max-width: 1023px) {
	.header-a{
		padding: 0 30px;
	}
	.header-b{
		padding: 0 30px;
	}
	.header-a2{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 19;
		padding-top: 100px;
		display: none;
	}
	.header-a3{
		display: none;
	}
	.header-a4{
		display: block;
	}
	.header-b2{
		display: none;
	}
	.header-b3{
		display: none;
	}
	.header-b4{
		display: block;
	}
	.header-b{
		
	}
	.header-a2 li{
		width: 100%;
		height: initial;
		line-height: 60px;
	}
	.header-a2 li a{
		display: block;
		color: #333;
		height: 60px;
		line-height:60px;
		text-align: left;
		padding: 0 30px;
		/* font-family: arial; */
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
	.header-a2-a span{
		display: block;
		float: right;
	}
	.header-a2 li div{
		display: none;
	}
	.header-a2 li div a{
		padding: 0 60px;
	}
	.w1600{
		padding: 0 30px;
	}
	.w1200{
		padding: 0 30px;
	}
}
@media (max-width: 767px) {
	header{
		height: 0.5rem;
	}
	.header-a{
		height:0.5rem;
		padding: 0 .3rem;
	}
	.header-a0{
		top: -4.5rem;
	}
	.header-a1{
		height: 1rem;
		line-height: 1rem;
	}
	.header-a1 img{
		max-height: .6rem;
	}
	.header-b{
		height: 0.5rem;
		padding: 0 .3rem;
	}
	.header-b1{
		height: 0.5rem;
		line-height: 0.5rem;
	}
	.header-b1 img{
		max-height: .6rem;
	}
	
	.header-a4{
		width: .38rem;
		top: .1rem;
		right: 0rem;
		height: initial;
		position: relative;
		z-index: 5;
	}
	.header-a4 .ha1{
		width: .38rem;
		height: .04rem;
		margin-top: .0rem;
		border-radius: .03rem;
	}
	.header-a4 .ha2{
		width: .38rem;
		height: .04rem;
		margin-top: .08rem;
		border-radius: .03rem;
	}
	.header-a4 .ha3{
		width: .38rem;
		height: .04rem;
		margin-top: .08rem;
		border-radius: .03rem;
	}
	.header-b4{
		width: .38rem;
		top: .1rem;
		right: .3rem;
		height: initial;
	}
	.header-b4 .ha1{
		width: .38rem;
		height: .04rem;
		margin-top: .0rem;
		border-radius: .03rem;
	}
	.header-b4 .ha2{
		width: .38rem;
		height: .04rem;
		margin-top: .08rem;
		border-radius: .03rem;
	}
	.header-b4 .ha3{
		width: .38rem;
		height: .04rem;
		margin-top: .08rem;
		border-radius: .03rem;
	}
	.header-b4.cli .ha3{
		margin-top: .11rem;
	}
	.header-a2{
		padding-top: 0.5rem;
		overflow: auto;
	}
	.header-a2 li .header-a2-a{
		height: 1.2rem;
		line-height: 1.2rem;
		font-size: .38rem;
		padding: 0 .5rem;
		/* font-weight:600; */
		/* font-family:arial; */
	}
	.header-a2 li div a{
		height: 1rem;
		line-height: 1rem;
		font-size: .3rem;
		padding: 0 .8rem;
	}
	.w1600{
		padding: 0 .45rem;
	}
	.w1200{
		padding: 0 .45rem;
	}

	.pagenumbox{background:#E5E5E5;padding:0.2rem 0rem; margin:0.44rem 0rem 0.46rem;font-size:0.2rem;line-height:0.2rem;text-align:center;}
	.pagenumbox span{color:#0256AC;padding:5px;}
	.pagenumbox a.ui-state-disabled{color:#A9A9A9}
	.mui-pagination>li>a{background:transparent;border:none;color:#666666;padding:0rem 0.3rem;}
	.mui-pagination>li.mui-active>a{background-color:transparent;border:none;color:#0256AC;}
	.mui-pagination>li.mui-disabled>a{background-color:transparent;border: none;}
	.pagenumbox{display: flex;justify-content: center;align-items:center;}
	.zong{color: #666;}
	
	
}
