.qxf{position: relative !important;}
body{background: #fff;}
.headsbox {
    position: absolute !important;
}
/*面包屑导航*/
#bodycon *,#bodycontent *,#bodycontent {box-sizing: initial;}
.strong_title {
	display: none;
}
.mt30{margin-top: 30px;}
#webdh {
	width: 100%!important;
}

#bodycon {
	margin-top: 30px;
}

.mianbxContent {
	text-align: left !important;
	height: 35px!important;
	line-height: 35px!important;
	padding-bottom: 8px;
	margin-bottom: 20px !important;
	border-bottom: 1px solid #e1e0e0;
	background: url(../images/xdt.png) left 8px no-repeat;
	text-indent: 2em;
}

.mianbxContent,
.mianbxContent a {
	color: #666;
	font-size: 16px;
}

.nybanner {
	width: 100%;
	height: 300px;
}


/*翻页显示方式*/

.pages_info {
	padding: 0 !important;
}

.pages_box {
	font-size: 0;
	margin-bottom: 30px;
	text-align: center;
}

.pages_box a {
	vertical-align: top;
	display: inline-block;
	padding: 0 10px;
	line-height: 28px;
	border: 1px solid #e5e5e5;
	text-align: center;
	margin: 0 2px;
	background: #fff;
	font-size: 14px;
	color: #222;
}

.pages_box .page_curr {
	border-color: #1a88d2;
	background: #1a88d2;
	color: #fff;
}

.pages_box .page_curr:hover {
	color: #fff;
}

.pages_box a:hover {
	border-color: #1a88d2;
	background: #1a88d2;
	color: #fff;
}

.total {
	border: 1px solid #e5e5e5;
	padding: 0 10px;
	color: #222;
}

.prod_listw {
	width: 100%;
	background: #fff;
	padding-top: 0px;
	padding-bottom: 30px;
	border-bottom: solid 1px #eee;
	margin-top: 20px
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

select {
	height: 28px;
	line-height: 28px;
	border: 1px solid #e5e5e5;
	text-align: center;
	color: #222;
	font-weight: normal !important;
}

#bodycon {
	/* width: 1400px; */
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
}

#bodycon #left {
	width: 290px;
}

#bodycon #center {
	width: 1110px;
}

#bodycon #right {
	float: left;
	width: 0px;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	display: block;
}

@media screen and (max-width: 1500px) {
	#bodycon #center {
		float: left;
		flex: 1;
	}
}

@media screen and (max-width: 1200px) {
	.nybanner {
		height: 160px;
		background-size: cover !important;
	}
	#bodycon {
		margin-top: 12px;
	}
	#left {
		display: none;
	}
	#bodycon #center {
		flex: none;
		width: 100%;
	}
}

@media screen and (max-width: 992px) {
	.mianbxContent{
		text-align: left !important;
		height: 24px!important;
		line-height: 24px!important;
		padding-bottom: 8px;
		margin-bottom: 20px !important;
		border-bottom: 1px solid #e1e0e0;
		background: url(../images/xdt.png) left 2px no-repeat;
		text-indent: 24px;
	}
	.mianbxContent,
	.mianbxContent a {
		color: #666;
		font-size: 14px;
	}
}

@media screen and (max-width: 580px) {
	.nybanner {
		height: 120px;
		background-size: cover !important;
	}
}


.dhboxs{ 
    border-bottom: 1px solid #c7c7c7;
}
.dhboxs a{
	color: #333;
    font-size: 16px;
    margin: 0 5px;
    line-height: 74px;
}

.ab_menu {
	width: 100%;
	margin: 0px auto  30px auto ;
	vertical-align: middle;
	font-size: 0;
	-webkit-text-size-adjust: none;
	text-align: center;
	background: #fafafa;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
}

.ab_menu .menu_con{
	display: inline-block;
	margin-top: 0px;
	position: relative;
}
.ab_menu .menu_con:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: 2px;
    background: #4c4c4c;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ab_menu .menu_con:nth-last-of-type(1):after {
	content:none !important;
}
.ab_menu .menu_con .menu_a {
	text-align: center;
	font-size: 18px;
	display: block;
	margin: 0 43px;
	height: 80px;
	line-height: 80px;
	color: #171717;
	padding-top: 0px;
	transition: all 0.4s;
	font-weight: 700;
}

.ab_menu .menu_con .menu_a:hover,
.ab_menu .on .menu_a {
	color: #1a88d2;
	border-bottom: 2px solid #1a88d2;
	margin-bottom: -1px;
	padding-top: 0px;
}
@media screen and (max-width: 992px){
	.ab_menu .menu_con .menu_a {
		text-align: center;
		font-size: 16px;
		display: block;
		margin: 0px 20px;
		height: 60px;
		line-height: 60px;
	}
}
@media screen and (max-width: 640px){
	.dhboxs a {
		font-size: 13px;
		line-height: 50px;
	}

	.ab_menu {
		margin: 0px auto;
		height: auto !important;
	}
	.ab_menu .menu_con .menu_a {
		width: auto;
		height: 40px;
		margin:auto 8px;
		line-height: 40px;
		font-size: 13px;
		font-weight: 400;
	}
}