/*公共样式*/
/*头部*/
.new_headder{
	width: 100%;
	max-width: 750px;
	height: .98rem;
	padding: 0 .3rem;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9997;
	background: #fff;
	display: flex;
	align-items: center;
	box-shadow: 0 0 16px 0 rgba(200, 200, 200, 0.4);
	box-sizing: border-box;
}
.new_logo,
.new_logo a{
	display: flex;
	width: auto;
	height: 100%;
	align-items: center;
}
.new_logo a img{
	height: .55rem;
	width: auto;
}
.new_xiala{
	display: flex;
	height: .42rem;
	width: .42rem;
	position: absolute;
	right: .3rem;
	top: 50%;
	transform: translateY(-50%);
}
/*底部*/
.new_footer{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 750px;
	height: .98rem;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9997;
	background: #fff;
	box-shadow: 0 0 16px 0 rgba(200, 200, 200, 0.4);
}
.new_footer a{
	display: flex;
	flex-wrap: wrap;
	width: 20%;
	height: 100%;
	text-align: center;
	color: #999;
	align-items: center;
	justify-content: center;
	padding: 0 0 .04rem;
}
.new_foot p{
	font-size: .24rem;
	color: #999999;
	line-height: .3rem;
	width: 100%;
}
.new_foot.active p{
	color: #ff3318 !important;
	
}

.new_foot span{
	display: flex;
	justify-content: center;
	justify-content: center;
	width: .4rem;
	height: .4rem;
	overflow: hidden;
}
.new_foot span img{
	max-width: 100%;
	max-height: 100%;
}
.new_foot span img:nth-child(2){
	display: none;
}
.new_foot.active img:nth-child(1){
	display: none;
}
.new_foot.active img:last-child{
	display: block;
}
/*测导航*/
.new_ce_nav{
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	max-width: 750px;
	background: rgba(0, 0, 0, 0.3);
	z-index: 9998;
	overflow: hidden;
	display: none;
}
.new_ce_bg{
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	max-width: 750px;
	background: rgba(0, 0, 0, 0.3);
	z-index: 9999;
	overflow: hidden;
	display: none;
}
.new_nav{
	display: inline-block;
	width: 40%;
	height: 100%;
	background: #fff;
	z-index: 99999;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	transform: translateX(100%);
}
.new_nav_in{
	display: block;
	width: 100%;
	height: 100%;
	overflow: auto;
}


.new_nav_ul>li>p{
	height: .98rem;
	display: block;
	text-align: center;
	width: 100%;
	background: #ff3318;
	color: #fff;
	line-height: .98rem;
	font-size: .32rem;
}
.new_nav_ul>li>a{
	height: .98rem;
	display: block;
	text-align: center;
	width: 100%;
	color: #ff3318;
	line-height: .98rem;
	font-size: .28rem;
	
}
.new_nav_ul>li{
	border-bottom: .01rem solid #e6e6e6;
}
.new_er_ul{
	display: none;
}
.new_er_ul li a{
	display: flex;
	height: 1rem;
	align-items: center;
	justify-content: center;
	font-size: .28rem;
	border-top: 1px solid #e6e6e6;
	color: #6d6d6d;
	background: #f5f5f5;
}
/* 底部 */
.yz-al-footer {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #333333;
	position: relative;
}

.yz-al-footer span {
	position: absolute;
	top: 0.37rem;
	right: 0;
	width: 1.34rem;
	height: 106rem;
}

.yz-al-footer span a {
	display: block;
}

.yz-al-footer span img {
	width: 100%;
}

.yz-al-footer-1 {
	padding: 0.35rem 0 0.21rem 0.21rem;
	border-bottom: 1px solid #4d4d4d;
}

.yz-al-footer-1 h2 {
	font-size: 0.34rem;
	color: #cccccc;
	font-family: "微软雅黑";
	padding-bottom: 0.25rem;
}

.yz-al-footer-1 p {
	font-size: 0.24rem;
	color: #b2b2b2;
	font-family: "微软雅黑";
	line-height: 0.42rem;
}

.yz-al-footer-2 {
	padding: 0.17rem 0 0.19rem 0.21rem;
}

.yz-al-footer-2 p {
	font-size: 0.24rem;
	color: #b2b2b2;
	font-family: "微软雅黑";
	line-height: 0.35rem;
}
/* 置顶按钮 */
.zhiding{
	position: fixed;
	right: .26rem;
	top: 76%;
	width: .7rem;
	height: .7rem;
	border-radius: 100%;
	background: rgba(255, 51, 24, 0.7);
	opacity: .8;
	z-index: 97;
}
.zhiding img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}