@charset "UTF-8";
/* css 初始化 */
html,
body {
	margin: 0;
	padding: 0;
	height: auto;
	box-sizing: border-box;
	font-family: 'PingFang SC', tahoma, arial, 'helvetica neue', 'hiragino sans gb', 'microsoft yahei', sans-serif;
	
	/* 主题颜色 */
	--themeColor: #e0001b;
	
	/*辅助颜色*/
	--secondary: #e0001b;
}

	/*去除所有ul、li前面项目圆点。*/
	ul,li{
		list-style-type:none;
	}

/* 404错误页面 */
.error-page .container .error-code{
	font-size: 18rem;
	color: #ddd;
	font-weight: 300;
}

.error-page .container .btn-secondary {
	padding: 1rem 50px;
	border-radius:50px;
	background:var(--themeColor);
	border:none;
}


/*coming-soon页面*/
.coming-soon .coming-soon-logo{
    width:30rem;
    padding-left:4rem;
    padding-right: 4rem;
}


.coming-soon .coming-soon-title{
    margin-top: 5rem;
    color:#fff;
}

.coming-soon .coming-soon-content{
    color:#fff;
}


/* 用户登录退出button中对齐 */
.form-horizontal .control-group{
	text-align: center;
}

.form-horizontal .control-group .controls{
	margin-left:0px;
}


/*Topbar模块*/
#sp-top-bar #sp-top2 .sp-column {
	display:flex;
	justify-content:flex-end;
}


#sp-top-bar #sp-top2 .sp-column .sp-contact-info{
	order:1;
	padding-left:2rem;
}


#sp-top-bar .sp-column .sp-contact-info a:hover,
#sp-top-bar .sp-module .mod-languages .btn-group a:hover,
#sp-top-bar .sp-module .mod-custom p a:hover{
	color:#fff;
}

/* 语言切换模块 */
#sp-top-bar .btn-group ul.lang-block.dropdown-menu.show {
	border: none;
}

#sp-top-bar .btn-group ul.lang-block.dropdown-menu.show li a {
	color: #999;
}

#sp-top-bar .btn-group ul.lang-block.dropdown-menu.show li.lang-active a {
	color: #666;
}

#sp-top-bar .btn-group a {
	font-size: 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

#sp-top-bar .btn-group .btn {
padding:0;
}

#sp-top-bar .sp-module,
#sp-top-bar .sp-module .mod-custom p{
	margin: 0;
}


/* 导航菜单透明底，滚动后显示白底+模糊效果 */
.transparent-menu #sp-header {
    background: transparent;
}
.transparent-menu #sp-header.header-sticky {
  background: rgba(255,255,255,0.9);
   -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-backdrop-filter: blur(20px);
      backdrop-filter:blur(20px);
}
.transparent-menu #sp-main-body {
    margin-top: -60px;
}


/* 导航栏搜索框去掉底色 */
#mod-finder-searchword0.js-finder-search-query.form-control{
	background-color: transparent;
	border-color: #aaa;
	border-radius: 20px;
	line-height: 1;
	font-size: 13px;
    /*color: #ccc;*/
}


/*.transparent-menu .sp-megamenu-parent > li > a{*/
/*color:#eee}*/

/*.transparent-menu .sp-megamenu-parent > li.active > a,.transparent-menu .sp-megamenu-parent > li a:hover {*/
/*  color: #fff;*/
/*}*/

/*.transparent-menu .sp-megamenu-parent > li.active > a,.transparent-menu .sp-megamenu-parent > li a:hover {*/
/*  color: #fff;*/
/*}*/

.transparent-menu .sp-profile-wrapper i,.transparent-menu .sp-profile-wrapper span {
	color: #eee;
}

.transparent-menu .sp-profile-wrapper:hover span,.transparent-menu .sp-profile-wrapper:hover i{
	color: #eee
}

/*导航悬浮菜单自定义*/
.sp-megamenu-parent .sp-dropdown{
    width:100vw !important;
    left:-48vw;
}

.sp-megamenu-wrapper .sp-dropdown.sp-dropdown-main.sp-menu-left:before {
    content: "";
    width: 150vw;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    height: calc(100% + 1px);
	/* border-bottom:1px solid #999; */
	box-shadow: 0 12px 10px 0 rgba(0, 0, 0, 0.1);
}


.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner{
    box-shadow: none;
    margin: 0 auto;
    max-width: 1200px;
}


.sp-megamenu-parent .sp-dropdown-inner .sp-mega-group {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    min-height: 10rem;
    /*align-items: center;*/
}

/*导航悬浮菜单文字居中对齐*/
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-mega-group>li>a{
    text-align: center;
}

#sp-menu .sp-megamenu-parent .sp-dropdown .sp-mega-group>li{
    display: flex;
	flex-direction: column;
	align-items: start;
}

#sp-menu .sp-megamenu-parent .sp-dropdown .sp-mega-group>li:hover>a{
    color:var(--themeColor);
}

/*导航悬浮菜单图片大小自定义并居中*/
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-mega-group>li>a img{
	width:50px;
	padding:30px 0px 10px 0px;
	margin: 0 auto;
}

/*适配小于1400px屏幕*/
@media screen and (max-width: 1399px){
    .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner{
    max-width: 900px;
}
    
}


/* 去除菜单的动画 自定义高度 */
#sp-header {
	height: 60px;
	width: 100%;
	position: relative;
	z-index: 99;
	box-shadow: unset;
	-webkit-animation: initial;
	animation: initial;
}

#sp-header .logo,
.col-auto {
	height: 60px;
}

/* 汉堡菜单折叠图标背景颜色 */
 #sp-menu .offcanvas-toggler-right .burger-icon span{
	background-color:#999;
}

/* 汉堡导航一级分类字体大小粗细调整 */
.offcanvas-menu .offcanvas-inner ul.menu>li a {
	font-size: 1rem;
	font-weight: normal;
	color:#555;
}

/*汉堡导航二级分类字体大小粗细调整*/
.offcanvas-menu .offcanvas-inner ul.menu li .menu-child li a {
    font-size:0.875rem;
    font-weight: normal;
	color:#555;
}

/*汉堡导航二级分类列表上下间距调整*/
.offcanvas-menu .offcanvas-inner ul.menu li .menu-child li{
    padding: 1rem 0rem;
}

  /* 汉堡导航二级分类标题超出一行隐藏 */
.offcanvas-menu .sp-module-content .nav-pills .nav-cover .menu-image-title{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}


/*汉堡导航字体激活样式*/
.offcanvas-menu .offcanvas-inner ul.menu li.active>a,
.offcanvas-menu .offcanvas-inner ul.menu li .menu-child li.active>a>span{
	font-weight: bold;
	color:var(--themeColor) !important;
}

/*汉堡导航字体hover样式*/
.offcanvas-menu .offcanvas-inner ul.menu li a:hover,
.offcanvas-menu .offcanvas-inner ul.menu li .menu-child li a:hover,
.offcanvas-menu .offcanvas-inner ul.menu li .menu-child li a span:hover{
    color:var(--themeColor) !important;
	font-weight:500;
}


.offcanvas-menu .offcanvas-inner ul.menu li .menu-child li a {
	display:flex !important;
	align-items:center;
}

.offcanvas-menu .offcanvas-inner ul.menu li .menu-child li .menu-child li{
	padding: 0.25rem 0rem 0.25rem 2.4rem;
}

/* 汉堡导航产品分类icon大小 */
.offcanvas-menu .offcanvas-inner ul.menu li .menu-child li a img{
    height: 2rem;
	width:2rem;
	margin-right:1rem;
}

 /*产品分类菜单导航 */
 /*产品分类菜单左边布局宽度 */
.page-product #sp-left,
.page-news #sp-left{
	width: 25%;
}

 /*产品分类菜单右边布局宽度 */
.page-product #sp-component,
.page-news #sp-component{
	width: 75%;
}


/*产品分类菜单左右布局边框去除*/
 .page-product #sp-left .sp-module,
 .page-news #sp-left .sp-module{
	border: none;
	padding-top:50px;
}

/*产品分类菜单手机端在网页端隐藏*/
/*.page-product #sp-left {*/
/*    display: none;*/
/*}*/


/* 产品分类菜单title模块背景色上下padding */
.page-product #sp-title .sp-module {
	padding: 1rem 0;
	background: #f5f5f5;
	transition: all 0.5s ease;
}


/*产品分类菜单居中布局*/
.page-product #sp-title .sp-module .menu{
   display: flex;
  justify-content:center;
  margin-bottom: 0px;
}


/* 产品分类菜单 li padding */
.page-product #sp-title .sp-module .menu>li{
	padding-right:30px;
}

/*一级菜单样式*/
.page-product #sp-left .sp-module .menu li,
.page-news #sp-left .sp-module .menu li{
    padding-left:0.75rem;
}

 /*一级菜单激活样式 */
.page-product #sp-left .sp-module .menu>li .active>a,
.page-product #sp-left .sp-module .menu>li.active>a,
.page-product #sp-left .sp-module .menu>li.alias-parent-active>a,
.page-news #sp-left .sp-module .menu>li .active>a,
.page-news #sp-left .sp-module .menu>li.active>a,
.page-news #sp-left .sp-module .menu>li.alias-parent-active>a{
	 color: var(--themeColor);
	font-weight: 500;
	/*background: var(--themeColor);*/
}

 /*一级菜单hover样式 */
.page-product #sp-left .sp-module .menu li a:hover,
.page-news #sp-left .sp-module .menu li a:hover{
	 color: var(--themeColor) !important; 
	font-weight: 500;
	/*color:#161616;*/
}

 /*二级菜单字体样式 */
.page-product  #sp-left .sp-module .menu li .menu-child li a,
.page-news  #sp-left .sp-module .menu li .menu-child li a{
	padding-left:8px !important;
	font-size: 14px;
	color: #666 !important;
}

 /*二级菜单激活样式 */
.page-product  #sp-left .sp-module .menu li .menu-child .active>a,
.page-news  #sp-left .sp-module .menu li .menu-child .active>a {
	color: var(--themeColor) !important;
	font-weight: 500;
	/*background: #f5f5f5;*/
}

 /*二级菜单字体hover样式 */
.page-product #sp-left .sp-module .menu li .menu-child li a:hover,
.page-news #sp-left .sp-module .menu li .menu-child li a:hover {
	color: var(--themeColor) !important;
	font-weight: 500;
	/*color:#161616;*/
}

/* 分页页码居中布局 */
.pagination-wrapper {
 	justify-content: center !important; 
	padding-top: 40px;
}

/*分页激活颜色*/
.pagination>.active>span{
    border-color: var(--themeColor) ;
    background-color: var(--themeColor);
}

/*分页激活颜色hover去除*/
.pagination>.active>span:hover{
    border-color:var(--themeColor);
    background-color:var(--themeColor) ;
    color:#ccc;
}

/* 分页页码hover去除 */
.pagination > li > span:hover{
	pointer-events: none;
}

/* 分页页码边框去除 */
.pagination-wrapper>ul>li span,
.pagination-wrapper>ul>li a,
.search-pagination ul li .page-link,
.search-pagination ul li a{
	border: none;
}

/* 产品列表页 */
/* 产品列表body边距与最低高度 */
.page-product.view-category #sp-main-body,
.page-product.view-featured #sp-main-body,
.page-product.view-article #sp-main-body{
	padding: 2rem 0rem 5rem 0rem;
	min-height: 60vh;
}

/* 产品列表边框隐藏 */ 
/* 相关推荐产品列表 */
/* 相关推荐产品列表边框隐藏 */
.page-product .article-list .article,
.page-product .article-list .article .article-intro-image,
.page-product .related-article-list-container .article-list .article,
.page-product .related-article-list-container .article-list .article .article-full-image{
	border: none;
	padding:0.5rem;
}

/* 	产品列表去除底部边距 */
.page-product .article-list .col-lg-3 .article{
	margin: 0px;
}

/*产品精选列表去除padding*/
.page-product #sp-component .sp-column .container-fluid.blog-featuredpage-product{
	padding-left:0;
	padding-right:0;
}


/* 产品封面图片、相关推荐超出隐藏 */
.page-product .article .article-intro-image,
.related-article-list-container .article-full-image{
	display: block;
	overflow: hidden;
	margin: -0.5rem;
}

/* 产品封面图片、相关推荐封面hover放大效果 */
.page-product .article-list .article .article-intro-image a img,
.related-article-list-container .article-full-image img{
	transition: all 0.8s;
}

.page-product .article-list .article .article-intro-image a img:hover,
.related-article-list-container .article-full-image img:hover{
   -webkit-transform: scale(1.1);   /*兼容safari*/
    -webkit-transform-origin: center; /*兼容safari*/
	-moz-transform: scale(1.1);   /*兼容firefox*/
	-moz-transform-origin: center; /*兼容firefox*/
}

/* 产品列表标题 */
.page-product .article-list .article .article-header h2{
	padding-top: 0.625rem;
	font-size: 1rem;
	font-weight: normal;
}

/* 产品列表标题hover */
.page-product .article-list .article .article-header h2 a:hover{
	color:var(--themeColor);
	font-weight: 500;
}

/* 产品列表分类标签 */
.page-product .article-info>span a {
	color: #999;
	font-size: 13px;
 	border: 1px solid #e8e8e8; 
 	padding: 2px 10px; 
 	border-radius: 20px; 
}

/*产品列表分类激活样式*/
.page-product .article-info>span a:hover {
	color: #eee;
	border: none;
	background: var(--themeColor);
}

/*产品列表精选角标隐藏*/
span.badge.bg-danger.featured-article-badge {
    display: none;
}


/*产品列表自定义型号字段排序*/
.page-product .article-body{
	display:flex;
	flex-direction:column;
}

.page-product .fields-container{
	padding-left:0;
}

.page-product .article-body .article-info{
order:1
}


/*产品详情页布局自定大小*/
/*.page-product.view-article #sp-main-body .container*/
/*{*/
/*	max-width: 900px !important;*/
/*	margin: 0 auto;*/
/*}*/


/*产品详情页布局100%宽度*/
/*当发布sp-left模块时，而详情页不需要left模块，需手动定义详情页布局宽度为100%*/
/*.page-product .article-details #sp-component.col-lg-8{*/
/*    width: 100%;*/
/*}*/

/* 产品详情页主图居中对齐，主图大小 */
.page-product .article-details .article-full-image {
	text-align: center;
}
.page-product .article-details .article-full-image img{
	width: 400px;
}

/*产品情情页标题字体大小*/
.page-product .article-details .article-header h1 {
	font-size: 1.5rem;
	font-weight: 500;
}

/* 产品详情页hr横线边框大小与颜色,相关推荐产品列表信息标题边框 */
.page-product.view-article .article-details hr,
.page-product .related-article-list-container .related-article-title{
	border-top: none;
	opacity: 1;
	border-bottom: 1px solid #ddd;
}

/* 相关推荐产品列表信息栏隐藏 */
.page-product.view-article .related-article-list-container{
	margin-top: 75px;
}


/* 相关推荐产品列表信息栏隐藏 */
.page-product.view-article .related-article-list-container .article-list .article .article-info{
	display: none;
}

/*相关推荐产品列表边距去除*/
.page-product.view-article .related-article-list-container .article-list .article{
    padding: 0px;
}

/*相关推荐产品列表标题padding值*/
.page-product.view-article .related-article-list-container .article-list .article .article-header{
    padding: 0 1rem;
}

.page-product.view-article .related-article-list-container .article-list .article .article-full-image{
   margin: 0px;
}

/*搜索页面*/
.view-search #sp-main-body{
    padding: 5rem 0rem 5rem 0rem;
	min-height: 63vh;
}


/* 搜索页面列表布局 */
.view-search #search-results .list-striped {
	display: flex;
  flex-wrap: wrap;
}

.view-search .finder .search-results.list-striped li {
	padding:0.5rem 1rem;
  	width: 25%;
}

 .view-search .result__image a{
	display: inline-block;
}

.view-search .result__image a>img{
	width: 90%;
	height: 90%;
	margin:0 auto;
}

.view-search .result-title {
	font-size: 1rem;
	line-height: 1.6;
	font-weight: normal;
}


/* 搜索框大小自定义圆角 */
.view-search #finder-search .input-group .awesomplete .form-control{
    padding: 0.75rem;
	border-radius: 12px 0px 0px 12px;
}

.view-search #search-form .btn-secondary{
    padding: 0.75rem;
	border-radius: 0px 12px 12px 0px;
}


/*搜索框页面居中*/
.view-search #finder-search .input-group{
    justify-content: center;
    flex-wrap: nowrap;
}


/*搜索框关键词文字隐藏*/
.view-search #finder-search .form-label{
	display: none;
}

/*搜索框提示语背景文字行高自定义*/
.view-search #finder-search .card{
	background: #f5f5f5;
	border: none;
}

.view-search #finder-search .card .card-body p{
	line-height: 1.8;
}

/* 资讯页面 */
/* 资讯列表body边距与最低高度 */
.page-news.view-category #sp-main-body,
.page-news.view-featured #sp-main-body,
.page-news.view-article #sp-main-body{
	padding: 2rem 0rem 5rem 0rem;
	min-height: 60vh;
}

/* 资讯页面 */
.page-news #sp-component{
	padding-top: 50px;
}

/*文章列表hover放大效果*/
.page-news .article-list .article .article-intro-image img{
	transition: all 0.5s;
}

.page-news .article-list .article .article-intro-image img:hover{
	-webkit-transform: scale(1.1);   /*兼容safari*/
	-webkit-transform-origin: center; /*兼容safari*/
	-moz-transform: scale(1.1);   /*兼容firefox*/
	-moz-transform-origin: center; /*兼容firefox*/
}

/* 文章图片大小调整 */
.page-news .article-intro-image>a>img,.page-news .article .article-full-image>img{
	width: 100% !important;
}

.page-news .menu{
	padding-left: 0px;
	margin-bottom: 6px;
}

/* 文章标题信息框 */
.page-news .article-body{
	min-height: 10rem;
	display: flex;
	flex-direction: column;
	
}

.page-news .article-body .article-header{
	flex: 1;
}

/* 文章标题 */
.page-news .related-article-list-container .article-header h2 a,
.page-news .article-body .article-header h2 a
{
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    color:#333 !important;
    /* 多行文本溢出隐藏  省略号代替 */ 
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;  /* 设置对齐模式：垂直对齐 */
    -webkit-line-clamp: 2;     /* 2行后隐藏 */
}

/* 文章标题hover */
.page-news .related-article-list-container .article-header h2 a:hover,
.page-news .article-body .article-header h2 a:hover{
	font-weight:500;
	/*color:var(--themeColor);*/
}


.page-news .related-article-list-container .article-header h2 a,
.page-news .sppb-article-info-wrap{
    padding-top:1rem;
}

/*文章列表分类样式*/
.page-news .article-info>span a {
	color: #666;
	border:1px solid #eee;
	padding:5px 10px;
	border-radius:20px;
}

/*文章列表分类hover样式*/
.page-news .article-info>span a:hover {
	color: var(--themeColor);
	border: none;
	background: #f5f5f5;
	font-weight:500;
}

/* 文章列表信息部分隐藏 */
.page-news.view-category .blogpage-news .article-list .article .article-body .article-info .createdby,
.page-news.view-category .blogpage-news .article-list .article .article-body .article-info .published,
.page-news.view-category .blogpage-news .article-list .article .article-body .article-info span::before,
.page-news.view-article .related-article-list-container .article-list .article .article-info{
	display:none;
}

/*文章摘要信息*/
.page-news .article-introtext{
    font-size: 14px;
    text-align: justify;
    color: #888;
    max-height: 40px; /* 需设置最大高度，兼容safari */
	  display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;  	/* 设置对齐模式：垂直对齐 */
    -webkit-line-clamp: 2;     		/* 2行后隐藏 */
}

/* 文章详情页大图隐藏 */
.page-news .article-details .article-full-image{
    display: none;
}

.page-news .article .article-info span::before{
	content: '';
	padding-left: 0px;
}

/*文章详情页自定义列表轮播模块隐藏*/
.page-news .view-article .hide-section{
	display: none;
}

/* 资讯相关推荐 */
.page-news.view-article  .related-article-list-container .article{
    background-color: unset;
}

.page-news.view-article .related-article-list-container .related-article-title {
    border-bottom:1px solid #ddd;
}


.page-news.view-article .related-article-list-container .related-article-list {
	margin-top:1rem;
}

/* pad端css */
@media screen and  (max-width:991.98px) {
	  /* 	产品图片三列展示 */
	.page-product .article-list .col-lg-3 {
		width: 33.333%;
		padding: 0px;
	}
	
    .page-product #sp-left .inner-wrapper-sticky{
        position: fixed;
        top: auto;
        width: 24%;
        left: 1rem;
    }
    
    .page-product #sp-left .inner-wrapper-sticky .sp-module,
	.page-news #sp-left .inner-wrapper-sticky .sp-module{
	    padding:0px;
	}
}


/* H5端css*/
@media screen and (max-width: 767.98px) {
    
    /* 产品列表页、资讯列表页body边距 */
	.page-product.view-category #sp-main-body,
	.page-product.view-featured #sp-main-body,
	.page-product.view-article #sp-main-body,
	.page-news.view-category #sp-main-body,
	.view-search #sp-main-body{ 
		padding:0.625rem 0;
	}
	
	/* H5顶部top2栏布局 */
	 #sp-top-bar .sp-module .mod-custom p{
		 display:flex;
		 flex-wrap:wrap;
		}

	#sp-top-bar .sp-module{
		  margin-left:16px;
		}

		
    #sp-top-bar #sp-top2 .sp-module .mod-custom p:before,
	#sp-top-bar #sp-top2 .sp-module .mod-custom p a.far.fa-envelope{
		 display:none;
		}
	
	
	/*隐藏手机端顶部产品分类菜单*/
	.page-product #sp-title{
	 display: none;
	}
	
	
 /* 	菜单边距去除 */
	.page-product #sp-left .sp-module,
	.page-news #sp-left .sp-module{
		padding: 0;
	}
	
    /* 	左边菜单栏边距超出滚动 */
	.page-product.view-category #sp-left,
	.page-product.view-featured #sp-left,
    .page-news.view-category #sp-left,
	.page-news.view-featured #sp-left{
		width: 27%;
		position: fixed;
		left: 0;
		top:104px;
		padding-right:0px;
		padding-left:0px;
		padding-top:0px;
		padding-bottom: 150px;
		/*display: flex;*/
		height: 100%;
		overflow: auto;
		/*border-right: solid 1px #f5f5f5;*/
		background: #f5f5f5;
	}
	
	.page-product.view-category #sp-component,
	.page-product.view-featured #sp-component,
	.page-news.view-category #sp-component,
	.page-news.view-featured #sp-component{
		width: 73%;
		display: flex;
		flex-wrap: wrap;
		margin-left:27%;
	}
	
    /* 左边菜单栏隐藏滚动条*/
	.page-product #sp-left::-webkit-scrollbar,
	.page-news #sp-left::-webkit-scrollbar{
        display: none;
        width: 0 !important;
        height: 0 !important;
        -webkit-appearance: none;
        background: transparent;
        color: transparent;
	}
	
    /* 详情页面左边菜单隐藏 */
	.page-product.view-article #sp-left,
	.page-news.view-article #sp-left{
		display: none !important;
	}
	
	.page-product.view-article #sp-component,
	.page-news.view-article #sp-component{
		width: 100%;
		margin-left:0;
	}
	
    .page-product #sp-left .inner-wrapper-sticky{
        position: relative;
	    width:100%;
		left:0;
    }
	
	 /* 左边菜单栏一级菜单第一个子列表padding */
	/*.page-product #sp-left .sp-module .menu li:first-child,*/
	/*.page-news #sp-left .sp-module .menu li:first-child{*/
	/*    padding-top:20px;*/
	/*}*/
	
    /* 	左边菜单栏一级菜单字体大小 */
	.page-product #sp-left .sp-module .menu li a,
	.page-news #sp-left .sp-module .menu li a{
		font-size: 14px ;
		line-height: 3.5 !important;
	}
	
	/*左边菜单子栏边框样式*/
	.page-product #sp-left .sp-module ul > li,
	.page-news #sp-left .sp-module ul > li{
	    border-bottom: 1px solid #e6e6e6;
	}

    /* 	右边图片两列展示 */
	.page-product .article-list .col-lg-3 {
		width: 49%;
		padding: 0px;
	}
	
	.view-search  #sp-bottom,
	.view-search  #sp-footer,
	.page-product #sp-bottom,
	.page-product #sp-footer,
	.page-news #sp-bottom,
	.page-news #sp-footer{
		display: none;
	}
	
    /* 	相关推荐产品列表 */
	.page-product .related-article-list-container .col-lg-3{
		width: 50%;
	}
	
	.page-product .related-article-list-container .article-list .article {
		padding: 1rem;
	}
	
	.page-product .related-article-list-container .article-list .article .article-full-image,
	.page-product .related-article-list-container .article-list .article{
		margin-bottom:0;
	}
	

     /*H5分页页码隐藏中间页码布局*/
    .page-item {
        display: none;
    }
    .page-item.active,
    .page-item:nth-child(-n+4),
    .page-item:nth-last-child(-n+4) {
        display: block;
     }
     
     /*H5分页页码padding减小*/
   .pagination-wrapper .pagination .page-item .page-link{
	    padding: 0.25rem 0.5rem;
    }
	   
    /* 	H5搜索页面产品列表布局 */
	.view-search .finder .search-results.list-striped li {
	 	width: 50%;
		padding: 1rem 8px;
	}
    /* H5搜索框宽度大小 */
	.view-search .input-group .awesomplete{
		flex: 1;
	}
	
    .view-search #search-form .btn-primary{
	 	border-radius: 0;
	}
	
	/* H5资讯页面 */
    .page-news #sp-component{
    	padding-top: 20px;
    }
	
	/* 	H5资讯文章列表布局 */
	/*.page-news.layout-blog .article-list .row{*/
		/*padding: 0px 1rem;*/
		/*justify-content: space-between;*/
	/*}*/
	
	/*.page-news.layout-blog .article-list .row>.col-lg-3 {*/
	/*	width: 48%;*/
	/*	padding: 0px;*/
	/*}*/
	
	/* 	H5资讯文章标题 */
	.page-news .article-list .article .article-body .article-header h2,
	.page-news .article-list .article .article-body .article-header h2 a{
		padding-top: 0px ;
		font-size: 16px !important;
	}
	
	/*H5资讯文章详情页标题*/
    .page-news .article-details .article-header h1, 
    .page-news .article-details .article-header h2{
        font-size: 1.75rem;
    }
	
	.page-news .article-list .article .article-body .article-info .createdby{
		display: none;
	}
	
	.page-news .article-list .article .article-body .article-info span:before{
		display: none;
	}
	
	.page-news .article-list .article .article-body .article-info .published{
		color: #999;
		font-size: 12px;
		padding-left: 8px;
	}
	
		/*资讯文章相关推荐 */
	.page-news .related-article-list-container .col-lg-3{
		width: 48%;
		padding: 0;
	}
	
	.page-news .related-article-list-container .article-list .article{
		padding: 0;
		border: none;
		margin-bottom: 36px;
	}
	
	.page-news .related-article-list-container .article-list>.row{
		display: flex;
		justify-content: space-between;
		padding: 0 16px
	}
	
	.page-news .related-article-list-container .article-list .article,
	.page-news .related-article-list-container .article-list .article .article-full-image{
		margin: 0;
	}
	
}

