@CHARSET "UTF-8";

.page{

    background-color: #f2f3f7;
    padding: .8rem 0 2rem 0;

}

.page p{
	line-height: 2rem;
}

.page-bg{
	background-color: #fff;
}

.page-nav{}

.page-nav ol{
	padding: 1rem 1rem 1rem 0.5rem !important; 
	margin-bottom: 0px;
}

.page-nav ol a{
	text-decoration: none;
}


.productNav{}

.productNav a{
	margin-right: .8rem;
	margin-bottom: 1rem;

}





.productCard{}

.productCard .card{
	padding : .5rem .5rem ;

}

.productCard .card a{
	text-decoration: none;
	padding: 1rem 0;

}

.productCard .card h1{
	font-size:.9rem !important;
	padding-top: 1rem !important;

	margin-top: .5rem !important;
	border-top: 1px solid #dee2e6;
	margin-bottom: 0;
}

.productCard .card h2{   /*  // 暂时无 a 链接 产品   */
	font-size:.9rem !important;
	padding: 1rem 0 ;

	margin-top: .5rem !important;
	border-top: 1px solid #dee2e6;
	margin-bottom: 0;
}


.productCard .card p{
	margin-bottom: 0px;
	padding-bottom: 0;
}


.indexCard .card p{  /* 首页专用 */
	font-size: .9rem !important;
}



.productCard .card-body{
	padding-top: 0;
	padding-bottom: 0;
}

.productCard .card-body ul{
	padding-left: 0 !important;
	margin-bottom: 0;
}
.productCard .card-body ul li{
	font-size: .85rem !important;
	line-height: 1.8rem ;
}


.productCard .card-text {
	margin-bottom: 1rem !important;
	font-size: .95rem;
}




/* 底部导航*/
#productBtnNav{}   

#productBtnNav a i{
	min-width: 18px;
	height: 26px;
	padding: 0 4px;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
}   

#productBtnNav a:hover{
	border-color:#ff6a00 !important;
}   

#productBtnNav span, #productBtnNav a{
	float: left;
	padding: .2rem .6rem;
	margin: 0 .2rem;
	border: 1px solid #DAE2ED;
	border-radius: 3px;
	text-align: center;
	line-height: 26px;
	font-size: .9rem;	
	text-decoration: none;
}

.preDisable{
	background-color: #f2f2f2;
	color:#ccc;
	border-color: #CCC;
}

.productBtnNav-active{
	color: #FF7519 !important;
	cursor: default !important;
	background-color: transparent !important;
	border-color: transparent !important;
}

/*end product*/


.index-bg-0{
	width:100%;
	height:100%;
	background-attachment: scroll;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../../img/banner/bg-04.jpg") ;
    background-repeat: no-repeat;
    background-size: cover;
}