.product-mtop{
	padding: 30px;
	background-color: #fff;
	width: 100%;
	margin-bottom: 20px;
}
.pro-mtit{
	font-size: 22px;
	color: #0058a8;
	line-height: 30px;
	margin-bottom: 10px;
}
.pro-mtxt{
	font-size: 14px;
	color: #666666;
}

/*  */
.product-mcen>ul>li{
	width: 320px;
	background-color: rgb( 255, 255, 255 );
	overflow: hidden;
	padding: 30px;
	float: left;
	margin-right: 20px;
	margin-bottom: 22px;
}
@media screen and (min-width: 1000px) {
.product-mcen>ul>li:nth-child(3n){
	margin-right: 0;
}
}
.pro-imgbox{
	display: block;
	width: 100%;
	height: 220px;
	overflow: hidden;
	margin-bottom: 30px;
	text-align: center;
}
.pro-imgbox>img{
	max-height: 100%;
}
.pro-tit{
	font-size: 18px;
	color: #0058a8;
	text-align: center;
	display: block;
}
.pro-txt{
	font-size: 14px;
	color: #999999;
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
}
.pro-btnbox{
	margin-top: 10px;
	padding: 0 12px;
	text-align: center;
}
.pro-btnbox>a{
	display: block;
	width: 100%;
	border-width: 1px;
	border-color: rgb( 0, 88, 168 );
	border-style: solid;
	background-color: rgb( 255, 255, 255 );
	height: 40px;
	border-radius: 50px;
	line-height: 40px;
	font-size: 14px;
	color: #0058a8;
}
.pro-btnbox>a>span{
	display: inline-block;
	padding-right: 28px;
	background: url(../images/jt5.png) no-repeat right center;
	background-size: 18px 13px;
}
/* .product-mcen>ul>li:hover */
.product-mcen>ul>li:hover .pro-btnbox>a{
	background-color: rgb( 0, 185, 239 );
	border-color: rgb( 0, 185, 239 );
}
	
.product-mcen>ul>li:hover .pro-btnbox>a>span{
	color: #fff;
	background: url(../images/jt5s.png) no-repeat right center;
	background-size: 18px 13px;
}

/* ========== 左侧导航 悬浮上浮 + 变蓝加粗 ========== */
.aside.fl #type li {
    margin: 36px 0 !important; /* 菜单之间距离 越小越近 */
}
.aside.fl #type li a {
    line-height: 1.4 !important;
    padding: 6px 0 !important;
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: normal !important;
    transition: all 0.25s ease; /* 浮动动画 */
    position: relative;
}

/* PC 鼠标悬浮：变蓝 + 加粗 + 整体上浮 */
.aside.fl #type li a:hover {
    color: #0058a8 !important;
    font-weight: bold !important;
    transform: translateY(-2px) !important; /* 上浮2px 浮动效果 */
    -webkit-transform: translateY(-2px) !important;
}

/* 当前选中页面 */
.aside.fl #type li.on a {
    color: #0058a8 !important;
    font-weight: bold !important;
}

/* 手机端 */
@media screen and (max-width:768px) {
  .aside.fl {
    width: 100% !important;
    float: none !important;
    padding: 0 8px;
  }
  .aside.fl #type {
    width: 100% !important;
    display: block !important;
  }
  .aside.fl #type li {
    width: 100% !important;
    display: block !important;
    float: none !important;
    margin: 6px 0 !important;
  }
  .aside.fl #type li a {
    display: block !important;
    width: 100% !important;
    white-space: normal !important;
    word-break: break-all !important;
    padding: 8px 6px !important;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: normal !important;
  }

  /* 手机点击：变蓝加粗 + 上浮 */
  .aside.fl #type li a:active {
    color: #0058a8 !important;
    font-weight: bold !important;
    transform: translateY(-2px) !important;
    -webkit-transform: translateY(-2px) !important;
  }
}