@charset "utf-8";
.page_main{
	margin-top: 20px;
}
.img_list{
	margin-top: 20px;
}


/*banner_z*/
.banner_z img{
	display: block;
	width:100%;
	height: auto;
	margin-top:0px;
	margin-bottom: 0px;
}

/*
子页右侧导航
*/
.breadcrumb{
	border-radius: 0px;
	background-color: #ddd;

}
.breadcrumb .active{
	color:#d0111b;
}
.breadcrumb-item{
	font-size: 14px;
}
.breadcrumb-item a{
	color:#333;
}
.breadcrumb-item a:hover{
	color:#000;
}
.breadcrumb-item+.breadcrumb-item::before {
	color:#333;
}

/* 左侧导航  竖版 */
.list-group,list-group a{
	font-size:20px;
	text-align:center;
}
.list-group-item:hover{
	color:#997335;
	font-weight: bold;
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.list-group-item {
	padding: 1.5rem 1.25rem;
	background-color: #f0f0f0;
}

.list-group-item:hover {
	color:#fff;
	background-color: #999;
	border-color: #999;
}
.list-group-item.active{
	font-weight: bold;
	background-color: #d0111b;
	border:none;
}
.list-group-item.active:hover{
	color:#fff;
}


.artshow{ padding:0px; text-align:center}
.artshow .proimgshow{padding-top:12px}
.artshow h1{ margin:0; padding:15px 0px; text-align:center; line-height:30px; font-size:20px }
.artinfro{ height:22px; line-height:22px; text-align:center; color:#858585; border-bottom:#ffffff 0px dashed; font-size:12px }
.artcontent{ font-size:18px; line-height:32px; padding:8px 0; text-align:left;padding:8px 0px; text-align:justify; text-justify:inter-ideograph; margin:0 auto  }
.artcontent img{
	max-width: 100%;
	border:1px solid #ccc;
}

.nr_ls{ margin:0px; }
.nr_ls ul{}
.nr_ls li{ height:60px; line-height:60px;
	background:url(../images/icon_2.gif) no-repeat 2px center;
	padding-left:15px; overflow:hidden;
	border-bottom:#CCC 1px dashed; font-size:14px;
}
.nr_ls li a{ float:left; font-size: 16px;}
.nr_ls li a:hover{color:#d0111b; }
.nr_ls li span{ float:right;}


/*文章正文*/
.page_content{
	font-size:16px;
	line-height: 200%;
	margin:0px;
	margin-top:20px;
	text-align: justify;
	color:#555;
}
.page_content img{
	max-width:100%;
	display: block;
	margin:0 auto;
	margin-bottom: 10px;
	margin-top:10px;


}

.no-gutter{
	margin-left: 0px;
	margin-right: 0px;
}

/* 子页 当前位置 */
.page_nav{
	border-bottom:1px solid #ddd;
	padding: 20px;
	margin-bottom: 20px;
}
/* 子页菜单 横版 */
.page_menu a{
	border:1px solid #ddd;
	display: block;
	text-align: center;
	line-height: 200%;
	font-size: 18px;
}
.page_menu .active{
	background-color: #b80000;
	border:none;
	color: #fff;
}



.address_text{
	font-size: 16px;
	line-height: 180%;
	margin-bottom: 20px;
}
.ewm{
	text-align: center;
	width:200px;
}
.ewm img{
	display: block;
	margin-bottom: 10px;
	width:100%;
}


.productIndexTitle {
    position: relative;
    margin-top: 30px;
    margin-bottom: 24px;
}
.productIndexTitle:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #b80000;
    z-index: -1;
}

.productIndexTitle a {
    padding: 5px 10px;
    background-color: #b80000;
    font-size: 16px;
    color: #fff;
    display: inline-block;
}


.img_anli{
    text-align:center;
    margin-bottom:20px;
}
.img_anli img{
    width:100%;
    height:100%;
	border:1px solid #ccc;
}
.img_anli .hoverScale{
    width:100%;
    height:200px;
    margin-bottom:10px;
}

@media (max-width: 768px) {
/* 手机版 */
.img_anli .hoverScale{
        height:240px;
    }
}




.img_chanpin{
    text-align:center;
    margin-bottom:20px;
}
.img_chanpin img{
    width:100%;
    height:100%;
}
.img_chanpin .hoverScale{
	border:1px solid #ccc;
    width:100%;
    height:300px;
    margin-bottom:10px;
}
@media (max-width: 768px) {
/* 手机版 */
   .img_chanpin .hoverScale{
        height:240px;
    }
}

.content_title{
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	line-height: 300%;
}
@media (max-width: 768px) {
	/* 手机版 */
	.content_title {
		font-size: 20px;
	}
}