.anchor_layer {
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	height: 50px;
	line-height: 50px;
}

.anchor_layer .nav_wrap {
	overflow: hidden;
	height: 50px;
	behavior: url(pie.htc);
}

.anchor_layer .nav_wrap.navFix {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 1220px;
	border-radius: 0;
	z-index: 9999;
}

.anchor_layer .nav_wrap .wrap_layer {
	width: 1200px;
	height: 50px;
	margin: 0 auto;
}

.anchor_layer .nav_wrap .wrap_tab {

	height: 50px;
	float: left;
}

.anchor_layer .nav_wrap a {
	height: 48px;
	display: block;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #323232;
	/* behavior: url(pie.htc); */
}

.anchor_layer .nav_wrap .active,
.details_main .anchor_layer .nav_wrap a:hover {
	color: #1176d2;
	border-bottom: 2px solid #1176d2;
	/* behavior: url(pie.htc); */
}

.cont {
	width: 1200px;
	margin: 0 auto;
	background: #ccc;
	border-bottom: #f00 5px solid;
}

.anchor_layer .nav_wrap {
	width: 1200px;
	height: 50px;
	margin: 0px auto 10px;
	/* padding-bottom: 50px; */
	background: #fff;
}

.wrap_tab {
	margin-right: 65px;
}

.ytil {
	color: #1176d2;
	font-size: 28px;
	line-height: 120px;
	text-align: center;
}


@media screen and (max-width:1200px) {
	.anchor_layer {
		padding-left:30px;
		box-sizing: border-box;
	}
}