/* 全局  */
@charset "UTF-8";
/* 
	@Author:wgh
	@Date:20251202
*/
:root {--themeColor: #fe7000;}/*主题色*/

html {overflow: -moz-scrollbars-vertical;overflow-x:hidden;} /*始终让 Firefox 显示滚动条*/
* {word-wrap: break-word;margin: 0;padding: 0;outline: none;list-style: none;}/*文字强制换行word-break:keep-all;(Ff)*/
table {border-collapse: collapse;margin:auto}/*细线表格*/
fieldset, img {border: none;}/*清除描边,块显示*/
img{image-rendering: -webkit-optimize-contrast;border: none;vertical-align: middle;max-width: 100%;}/* 解决图片模糊 */
img[src='']{opacity: 0;}
ul, li {list-style-type: none;}/*无列表项目标记*/
a {text-decoration: none;color: #666666;outline: none;}/* 链接无下划线,有为underline;链接去框 */
a:link {color: #666666;}/* 未访问的链接 */
a:visited {color: #666666;}/* 已访问的链接 */
a:hover {color: #1e5ab0;}/* 鼠标在链接上 */
a:active {color: #666666;blr:expression(this.onFocus=this.blur());}/* 点击激活链接 */
body {font-size: 12px;color: #666;background: #F5F5F5;min-width:1280px;font-family:"Microsoft YaHei","Gtpressura","SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial","sans-serif";}/* 设置body */
select,input{vertical-align: middle;outline: none;font-family:"Microsoft YaHei"; font-size: 14px;vertical-align: middle;outline: none;background: none;-webkit-tap-highlight-color: rgba(255, 255, 255, 0);}/* 设置表单 -webkit-tap-highlight-color表单触摸时候的高亮颜色*/
input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox] {cursor: pointer;outline: none;-webkit-appearance: none;}/* 设置表单按钮 */
textarea{outline: none;font-family:"Microsoft YaHei";-webkit-tap-highlight-color: rgba(255, 255, 255, 0);}/* 设置表单文本域  -webkit-tap-highlight-color触摸元素时候高亮颜色*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{color: #aab2bd; /* placeholder颜色  */font-size:14px; /* placeholder字体大小  */text-align: left; /* placeholder位置  */}
.box-size{ box-sizing: border-box; -webkit-box-sizing: border-box;}/* 内盒子代码 */
.fl {float: left;display: inline;}/* 左浮动 */
.fr {float: right;display: inline;}/* 右浮动 */
.imghover .pic{ overflow:hidden;}/* 设置图片经过放大 */
.imghover img{ overflow:hidden; transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}/* 设置图片经过放大 */
.imghover:hover img{ transform:scale(1.05); -webkit-transform:scale(1.05);}/* 设置图片经过放大 */
.pic{position: relative;}
.pic:before{display: block;content: '';padding-top: 60%;}
.pic img{position: absolute;width: 100%;height: 100%;left: 0;top: 0;object-fit: cover; object-position: center center;}
.table{ display: table; width: 100%; height: 100%;table-layout:fixed}/* 设置表格方式垂直居中 */
.tableCell{ display: table-cell; width: 100%; height: 100%; vertical-align: middle;}/* 设置表格方式垂直居中 */
.default{ background: #f2f2f2 url(../images/common/loading.gif) no-repeat center center;}/* 设置默认图 */
.wrap{width: 1200px;clear: both;margin: 0 auto;}/* 规定页面内容区域宽度 */
.clear {clear: both;overflow:hidden;height: 0;}/* 清除浮动 */
.clearC:after {display: block;content: ' ';clear: both;visibility: hidden;}
/* 自定义页面间距 */
.h5 {clear: both;height: 5px;}
.h10 {clear: both;height: 10px;}
.h15 {clear: both;height: 15px;}
.h20 {clear: both;height: 20px;}
.h25 {clear: both;height: 25px;}
.h30 {clear: both;height: 30px;}
.h35 {clear: both;height: 35px;}
.h40 {clear: both;height: 40px;}
.h45 {clear: both;height: 45px;}
.h50 {clear: both;height: 50px;}
.h55 {clear: both;height: 55px;}
.h60 {clear: both;height: 60px;}
.h65 {clear: both;height: 65px;}
.h70 {clear: both;height: 70px;}
.h75 {clear: both;height: 75px;}
.h80 {clear: both;height: 80px;}
.h85 {clear: both;height: 85px;}
.h90 {clear: both;height: 90px;}
.h95 {clear: both;height: 95px;}
.h100 {clear: both;height:100px;}
/* 最小高度 */
.minH {min-height: 600px;height: auto !important;height: 600px;}
.minH250 {min-height: 250px;height: auto !important;height: 250px;}
.minH350 {min-height: 350px;height: auto !important;height: 350px;}
.minH450 {min-height: 450px;height: auto !important;height: 450px;}
/* 设置默认背景色 */
.hui {background: #f2f2f2;}
.bai {background: #fff;}
/*截字数*/
.clamp1{word-break: break-all;display: -webkit-box !important;-webkit-line-clamp: 1 !important;-webkit-box-orient: vertical;overflow: hidden;}
.clamp2{word-break: break-all;display: -webkit-box !important;-webkit-line-clamp: 2 !important;-webkit-box-orient: vertical;overflow: hidden;}
.clamp3{word-break: break-all;display: -webkit-box !important;-webkit-line-clamp: 3 !important;-webkit-box-orient: vertical;overflow: hidden;}
.clamp4{word-break: break-all;display: -webkit-box !important;-webkit-line-clamp: 4 !important;-webkit-box-orient: vertical;overflow: hidden;}
.clamp5{word-break: break-all;display: -webkit-box !important;-webkit-line-clamp: 5 !important;-webkit-box-orient: vertical;overflow: hidden;}
.clamp6{word-break: break-all;display: -webkit-box !important;-webkit-line-clamp: 6 !important;-webkit-box-orient: vertical;overflow: hidden;}
/* 滚动条 */
::-webkit-scrollbar {width:8px;background:#eaeff2;}
::-webkit-scrollbar-button {display: none;}
/* ::-webkit-scrollbar-track {} */
/* ::-webkit-scrollbar-track-piece {} */
::-webkit-scrollbar-thumb {width:8px;background:#cacaca;border-radius: 8px;}
::-webkit-scrollbar-corner {background:none;}
/* ::-webkit-resizer {} */
::-webkit-scrollbar:horizontal{height:9px;}
/* 默认按钮 */
a.btn{ display: inline-block; height: 58px; line-height: 58px; background: #f5f5f5; border: 1px solid #f5f5f5; padding: 0 75px; color: #666666; font-size: 20px; border-radius:8px;}
a.btn:hover{ background: #1e5ab0; color: #FFF;}
/* top start */
.top{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 80px;
    background: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.topC{
    display: flex;
    justify-content: space-between;
    align-items: center;  
    height: 80px;
    position: relative;
}
.logo a{
    display: inline-block;
}
.logo a img{
    display: block;
    height: 65px;
}
.navDl {
    display: flex;
    overflow: hidden;
}

.navDl dd {
    float: left;
    display: inline;
    position: relative;
    margin-right: 0;
    height: 60px;
}

.navDl dd .yj {
    position: relative;
    z-index: 9;
    padding: 0 36px;
    margin: 0 3px;
}


.navDl dd .yj a {
    font-size:18px;
    color: #333;
    display: block;
    line-height: 60px;
    height: 60px;
    text-align: center;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    font-family: 'Alibaba PuHuiTi 2.0 55';
    position: relative;
    z-index: 6;
}
.navDl dd.hover .yj a{
    color: var(--themeColor);
}
.indexBanner{
    position: relative;
}
.indexBanner:before{
    display: block;
    content: '';
    padding-top: 27.34375%;
}
.indexBanner .bd{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.indexBanner  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow:hidden;
}
.indexBanner .slide-inner{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color:#fff;
}
.indexBannerDot{
    position: absolute;
    z-index: 5;
    bottom: 25px !important;
    display: flex;
    justify-content: center;
}
.indexBannerDot span{
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 10px !important;
    background: rgb(0, 0, 0,0.5);
}

.indexTitle {
	text-align: center;
    margin-bottom: 30px;
}

.indexTitle .title {
	display: inline-block;
	position: relative;
	font-size: 36px;
	color: var(--themeColor);
	line-height: 70px;
	height: 70pxpx;
	font-weight: bold;
}

.indexTitle .title:before {
	position: absolute;
	left: -220px;
	top: 50%;
	margin-top: -1px;
	display: block;
	content: '';
	height: 2px;
	width: 200px;
	background: #fe7000;
}

.indexTitle .title:after {
	position: absolute;
	right: -220px;
	margin-top: -1px;
	top: 50%;
	display: block;
	content: '';
	height: 2px;
	width: 200px;
	background: #fe7000;
}
.indexMore {
	text-align: center;
	padding: 40px 0 15px;
}

.indexMore a {
	display: inline-block;
	text-align: center;
	padding: 0 45px;
	font-size: 16px;
	color: var(--themeColor);
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	border: 1px solid var(--themeColor);
	border-radius: 25px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.indexMore a:hover{
    background: var(--themeColor);
    color: #fff;
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
} 
.column1{
    padding: 60px 0;
    background: #f8f1e7;
}
.column1C{
    display: flex;
}
.column1C .pic{
    width: 600px;
    margin-right: 50px;
}
.column1C .pic::before{
    padding-top: 66.6667%;
}
.column1C .text{
    flex: 1;
    overflow: hidden;
    line-height: 40px;
    font-size: 18px;
    color: #333;
    margin-top: 20px;
}
.column2{
    padding: 60px 0;
    background: #fff;
}
.column2-swiper{
   overflow: hidden;
   margin: 0 -15px;
}
.column2-swiper .swiper-slide{
    float: left;
    display: inline;
    padding: 10px 0;
}
.column2-swiper .swiper-slide a{
    display: block;
    margin: 0 15px;
    background: #f5f5f5;
    border-radius: 3px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.column2-swiper .swiper-slide .text{
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    text-align: center;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.column2-swiper .swiper-slide a:hover{
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, .2);
    background:var(--themeColor);
}
.column2-swiper .swiper-slide a:hover .text{
    color: #fff;
}
.column3{
    padding: 60px 0;
    overflow: hidden;
}
.indexImgList{
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
}
.indexImgList dd{
    width: 25%;
    padding: 10px 0;
}
.indexImgList dd a{
    display: block;
    margin: 0 15px;
    background: #fff;
    border-radius: 3px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.indexImgList dd a .pic:before{
    padding-top: 80%;
}
.indexImgList dd a .text{
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    text-align: center;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    border-top: 1px solid #e6e6e6;
}
.indexImgList dd a:hover{
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, .2);
}
.indexImgList dd a:hover .text{
    color: var(--themeColor);
}
.column4{
    padding: 60px 0;
    background: #f8f1e7;
    overflow: hidden;
}
.column5{
    padding: 60px 0;
    background: #fff;
    overflow: hidden;
}
.indexTextList a{
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px dashed #e6e6e6;
}
.indexTextList dd:last-child a{
    border: none;
}
.indexTextList a .date{
    width: 100px;
    height: 100px;
    background: #f5f5f5;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.indexTextList a .text{
    flex: 1;
    overflow: hidden;
}
.indexTextList a .day{
    font-size: 32px;
    font-weight: bold;
    color: var(--themeColor);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.indexTextList a .year{
    font-size: 16px;
    color: #999;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.indexTextList a .title{
    line-height: 38px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.indexTextList a .info{
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
}
.indexTextList a:hover .date{
    background: var(--themeColor);
}
.indexTextList a:hover .day,
.indexTextList a:hover .year{
    color: #fff;
}

.indexTextList a:hover .text .title{
    color: var(--themeColor);
    letter-spacing: 2px;
}
.footer{
    background: #272727;
    overflow: hidden;
    padding: 40px 0;
}
.footerList{
    display: flex;
    justify-content: center; 
}
.footerList dd{
    padding: 0 20px;
    position: relative;
}
.footerList dd:after{
    content: '';
    width: 1px;
    height: 16px;
    background: #f5f5f5;
    position: absolute;
    top:50%;
    margin-top: -8px;
    right: 0;
}
.footerList dd:last-child:after{
    display: none;
}
.footerList dd a{
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #f5f5f5;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.footerList dd a:hover{
    font-weight: bold;
}
.footerWay{
    padding: 5px 0;
}
.footerWay .text{
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #999;
}
.beian{
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #999;
}
.beian a{
    padding: 0 10px;
    color: #999;
}
.beian a:hover{
    color: #fff;
}
/**
 * 文章分页
 */
.page {
	padding: 5px 0;
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	padding: 12px 18px;
	color: #999;
	border-radius: 3px;
	background: #fff;
}

.page a:hover {
	background: var(--themeColor);
	color: #fff;
}

.page a.hover {
	background: var(--themeColor);
	color: #fff;
}

.page input {
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	border: 1px solid #e6e6e6;
	position: relative;
	top: -2px;
}

.page input.pageDetail {
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 3px;
	color: #999999;
	position: relative;
	top: -13px;
}

.page label {
	color: #999999;
	position: relative;
	top: -11px;
}

.page input.page_bnt {
	border: none;
	width: 30px;
	height: 25px;
	cursor: pointer;
	background: none;
	color: #999999;
	position: relative;
	top: -13px;
}

.page a div {
	width: 11px;
	height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}

.page a.firstPage div {
	background-image: url(../images/page/firstPage.png)
}

.page a.prevPage div {
	background-image: url(../images/page/prevPage.png)
}

.page a.nextPage div {
	background-image: url(../images/page/nextPage.png)
}

.page a.lastPage div {
	background-image: url(../images/page/lastPage.png)
}

.page a.firstPage:hover div {
	background-image: url(../images/page/firstPageH.png)
}

.page a.prevPage:hover div {
	background-image: url(../images/page/prevPageH.png)
}

.page a.nextPage:hover div {
	background-image: url(../images/page/nextPageH.png)
}

.page a.lastPage:hover div {
	background-image: url(../images/page/lastPageH.png)
}

.page a.firstPage.disabled {
	background: #E2E2E2;
}

.page a.prevPage.disabled {
	background: #E2E2E2;
}

.page a.nextPage.disabled {
	background: #E2E2E2;
}

.page a.lastPage.disabled {
	background: #E2E2E2;
}

.page a.firstPage.disabled div {
	background-image: url(../images/page/firstPage.png)
}

.page a.prevPage.disabled div {
	background-image: url(../images/page/prevPage.png)
}

.page a.nextPage.disabled div {
	background-image: url(../images/page/nextPage.png)
}

.page a.lastPage.disabled div {
	background-image: url(../images/page/lastPage.png)
}


/* 列表页样式 start */
.productList{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.productList dd{
    width: 25%;
    padding: 10px 0;
}
.productList dd a{
    display: block;
    margin: 0 15px;
    background: #fff;
    border-radius: 3px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.productList dd a .pic:before{
    padding-top: 80%;
}
.productList dd a .text{
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    text-align: center;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    border-top: 1px solid #e6e6e6;
}
.productList dd a:hover{
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, .2);
}
.productList dd a:hover .text{
    color: var(--themeColor);
}

.imgList1{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.imgList1 dd{
    width: 33.33334%;
    padding: 10px 0;
}
.imgList1 dd a{
    display: block;
    margin: 0 15px;
    background: #fff;
    border-radius: 5px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    overflow: hidden;
}
.imgList1 dd a .pic:before{
    padding-top: 70%;
}
.imgList1 dd a .text{
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    text-align: center;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    border-top: 1px solid #e6e6e6;
}
.imgList1 dd a:hover{
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, .2);
}
.imgList1 dd a:hover .text{
    color: var(--themeColor);
}
.imgText1{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.imgText1 dd{
    width: 33.33334%;
    padding: 10px 0;
}
.imgText1 dd a{
    display: block;
    margin: 0 15px;
    background: #fff;
    border-radius: 5px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    overflow: hidden;
}
.imgText1 dd a .pic:before{
    padding-top: 75%;
}
.imgText1 dd a .text{
   padding: 10px 20px;
    background: #fff;
    line-height: 30px;
    min-height: 70px;
}
.imgText1 dd a .text .title{
    flex: 1;
    font-size: 16px;
    color: #333;
}
.imgText1 dd a .text .time{
    line-height: 30px;
    font-size: 14px;
    color: #999;
}
.imgText1 dd a:hover{
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, .2);
}
.imgText1 dd a:hover .text .title,
.imgText1 dd a:hover .text .time{
    color: var(--themeColor);
}
.textImg_dl a{
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px dashed #e6e6e6;
}
.textImg_dl dd:last-child a{
    border: none;
}
.textImg_dl a .date{
    width: 100px;
    height: 100px;
    background: #f5f5f5;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.textImg_dl a .text{
    flex: 1;
    overflow: hidden;
}
.textImg_dl a .day{
    font-size: 32px;
    font-weight: bold;
    color: var(--themeColor);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.textImg_dl a .year{
    font-size: 16px;
    color: #999;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.textImg_dl a .title{
    line-height: 38px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.textImg_dl a .info{
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
}
.textImg_dl a:hover .date{
    background: var(--themeColor);
}
.textImg_dl a:hover .day,
.textImg_dl a:hover .year{
    color: #fff;
}

.textImg_dl a:hover .text .title{
    color: var(--themeColor);
    letter-spacing: 2px;
}
/* ========== 单篇+文章页 start ========== */
.articleC {
	background: #FFFFFF;
	padding: 50px 60px 30px;
	position: relative;
}
.articleC1 {
	background: #FFFFFF;
	padding: 0 60px 30px;
	position: relative;
}

.articleBox {
	line-height: 40px;
	padding: 10px 0;
	color: #595959;
	font-size: 18px;
    border-radius: 10px;
}

.articleBox img {
	max-width: 100%;
    display: block;
    margin: 0 auto;
}

/* ————— 标题 start ————— */
.articleTitle {
	clear: both;
	line-height: 50px;
	font-size: 28px;
	font-weight: bold;
	font-family: "microsoft yahei";
	color: #333333;
	text-align: center;
	position: relative;
	margin-bottom: 8px;
}
.articleTitle1 {
	clear: both;
	line-height: 50px;
	font-size: 28px;
	font-weight: bold;
	font-family: "microsoft yahei";
	color: #333333;
	text-align: center;
	position: relative;
	padding-bottom: 10px;
}

/* ————— 标题 end ————— */
/* ————— 发布信息 start ————— */
.articleTime {
	display: block;
	clear: both;
	color: #999;
	font-size: 16px;
	line-height: 40px;
	padding: 10px 0 28px;
	overflow: hidden;
	text-align: center;
	position: relative;
    border-bottom: 1px solid #e6e6e6;
}

.articleTime::before {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 8px;
	left: 0;
	bottom: 0;
	background: url(../images/articleLine.png) center no-repeat;
	background-size: 100%;
}

.articleTime span {
	display: inline-block;
	padding-right: 16px;
	font-size: 16px;
	color: #999999;
	vertical-align: middle;
}

.articleFont {
	display: inline-block
}

.articleFont em {
	font-style: normal;
	margin-right: 20px;
}

.articleFont span {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 10px;
	padding-right: 0;
	border-radius: 40px;
	cursor: pointer;
}

.articleFont span.hover {
	background: #e8e6f3;
}
.articleTime1{
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding: 20px 0;
}
.articleTimeL{
	display: flex;
}
.articleTimeL span{
	padding-left: 25px;
	font-size: 16px;
	color: #999;
	margin-right: 60px;
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 38px;
}
.articleTimeL span.fbr{
	background-image: url(../images/viewIcon1.png);
}
.articleTimeL span.sj{
	background-image: url(../images/viewIcon2.png);
}
.articleTimeL span.ll{
	background-image: url(../images/viewIcon3.png);
}
.articleTime1 .articleShare{
	font-size: 16px;
	color: #999;
	display: flex;
	align-items: center;
}
/* ————— 发布信息 end ————— */
/* ————— 分享 start ————— */
.articleShare {
	display: inline-block;
	vertical-align: middle;
}

.articleShare .shareParent .shareItem {
	vertical-align: middle;
}

/* ————— 分享 end ————— */
/* ————— 大图 start ————— */
/* 文章阅读页-内容上部大图 */
#play {
	width: 800px;
	height: 450px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e9e9e9;
	padding: 5px;
	margin: 20px auto 0 auto;
}

#play .change_a {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
}

#play .prev_a {
	left: 0;
}

#play .next_a {
	right: 0
}

#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}

#play .prev_a span {
	background: url(../images/file/article_iconh.png) no-repeat 0px -50px;
	left: 0;
}

#play .next_a span {
	background: url(../images/file/article_iconh.png) no-repeat -30px -50px;
	right: 0;
}

#play .img_ul {
	position: relative;
	z-index: 1;
	width: 800px;
	height: 450px;
}

#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 800px;
	height: 450px;
	background: #fff;
	margin: 0 0 5px 0;
}

#play .img_ul li img {
	position: absolute;
}

.imgMove {
	width: 800px;
	clear: both;
	margin: 20px auto;
	position: relative;
}

.img_hd {
	margin: 0 auto;
	overflow: hidden;
	height: 60px;
	position: relative;
}

.img_hd ul {
	position: absolute;
	z-index: 1
}

.img_hd ul li {
	float: left;
	height: 47px;
	width: 70px;
	padding: 3px;
	margin: 0 7px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d4d4d4;
	position: relative;
}

.img_hd ul li p {
	height: 47px;
	width: 70px;
	display: block;
	background: #fff;
	position: relative;
}

.img_hd ul li i {
	display: block;
	clear: both;
	line-height: 20px;
	padding: 0 5px;
	background: #000;
	color: #fff;
	position: absolute;
	right: 3px;
	bottom: 3px;
	z-index: 9;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
}

.img_hd ul li img {
	position: absolute;
	height: 47px;
	width: 70px;
}

.img_hd ul li.on {
	border: 1px solid var(--themeColor);
	background: var(--themeColor);
}

.imgMove .bottom_a {
	width: 20px;
	height: 25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float: left;
	top: 15px;
	position: absolute;
	z-index: 9;
	background: url(../images/file/article_iconh.png) no-repeat;
}

.imgMove .prev_a {
	background-position: left top;
	left: 0;
}

.imgMove .next_a {
	background-position: right top;
	right: 0;
}

/* ————— 大图 end ————— */
/* ————— 文件 start ————— */
.articleHand {
	clear: both;
	font-size: 16px;
	padding: 10px 0px 20px 0;
	overflow: hidden;
}

.articleItem {
	padding: 5px 0;
}

.articleHand a {
	display: block;
	line-height: 32px;
	padding: 0 20px 0 30px;
	background: url(../images/file/file.png) no-repeat left center;
	color: #666
}

.articleHand a.word {
	background: url(../images/file/word.png) no-repeat left 3px;
	color: #37a6ff !important;
}

.articleHand a.ppt {
	background: url(../images/file/ppt.png) no-repeat left center;
	color: #ff7735 !important;
}

.articleHand a.excel {
	background: url(../images/file/excel.png) no-repeat left center;
	color: #15bf44 !important;
}

.articleHand a.pdf {
	background: url(../images/file/pdf.png) no-repeat left center;
	color: #F44336 !important;
}

.articleHand a.zip {
	background: url(../images/file/zip.png) no-repeat left 3px;
	color: #ff9779 !important;
}

/* ————— 文件 end ————— */
/* ————— 文章页码 start ————— */
.articlePage {
	clear: both;
	height: 30px;
	text-align: center;
	font-family: Arial;
}

.articlePage a {
	margin: 0 1px;
	background: #ccc;
	width: 36px;
	height: 36px;
	display: inline-block;
	line-height: 36px;
	text-align: center;
}

.articlePage a:hover {
	color: #fff;
	background: var(--themeColor);
}

.articlePage a.hover {
	color: #fff;
	background: var(--themeColor);
}

/* ————— 文章页码 end ————— */
/* ————— 上一篇/下一篇 start ————— */
.pageUp {
    border-top: 1px solid #e6e6e6;
	display: block;
	line-height: 34px;
	color: #999999;
	font-size: 16px;
	background: #FFFFFF;
	overflow: hidden;
    padding: 10px 0 0;
}

.pageUp a {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #595959;
	overflow: hidden;
	display: block;
}
.pageUp a:hover {
	color: var(--themeColor);
}
/* ————— 上一篇/下一篇 end ————— */
/* ————— 音频 start ————— */
.newsAudio .audiojs audio {
	position: absolute;
	left: -1px;
	opacity: 0;
}

.newsAudio .audiojs {
	z-index: 99999;
	overflow: hidden;
	font-family: monospace;
	font-size: 12px;
	border-radius: 5px;
	box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.1);
	width: 400px;
	margin: 0 auto;
	/* border: 1px solid #e5e5e5; */
	padding: 5px 10px;
	box-sizing: border-box;
	background: #fff;
	border-radius: .5rem;
}

.newsAudio .audiojs .play-handle {
	display: flex;
	align-items: center;
}

.newsAudio .audiojs .play-handleTime {
	flex: 1;
}

.newsAudio .audiojs .play-pause {
	width: 40px;
	height: 40px;
	margin-left: 15px;
	overflow: hidden;
	background: #f5f5f5;
	border-radius: 100%;
	position: relative;
}

.newsAudio .audiojs p {
	display: none;
	width: 40px;
	height: 40px;
	margin: 0px;
	cursor: pointer;
	background: #f00;
}

.newsAudio .audiojs .play {
	display: block;
}

.newsAudio .audiojs .play-title {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}

.newsAudio .audiojs .scrubber {
	position: relative;
	background: #f5f5f5;
	width: 100%;
	height: 6px;
	overflow: hidden;
}

.newsAudio .audiojs .progress {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 6px;
	width: 0px;
	background: #fbbc05;
	z-index: 1;
}

.newsAudio .audiojs .loaded {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 6px;
	width: 0px;
	background: #ffeebb;
	cursor: pointer;
}

.newsAudio .audiojs .time {
	overflow: hidden;
	height: 35px;
	line-height: 36px;
	position: relative;
	font-size: 16px;
	color: #333;
}

.newsAudio .audiojs .time em {
	padding: 0px 2px 0px 0px;
	color: #333;
	font-style: normal;
	font-size: 16px;
}

.newsAudio .audiojs .time strong {
	padding: 0px 0px 0px 2px;
	font-weight: normal;
}

.newsAudio .audiojs .error-message {
	display: none;
	padding: 0px 10px;
	height: 35px;
	overflow: hidden;
	line-height: 36px;
	white-space: nowrap;
	color: #666;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.newsAudio .audiojs .error-message a {
	color: #666;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #999;
	white-space: wrap;
}

.newsAudio .audiojs .play {
	background: url(../plugIn/audio/images/play.png) center center no-repeat;
	background-size: 14px;
}

.newsAudio .audiojs .loading {
	background: url(../plugIn/audio/images/loading.png) center center no-repeat;
	background-size: 14px;
	-webkit-animation: fa-rotating 2s infinite linear;
	animation: fa-rotating 2s infinite linear;
}

.newsAudio .audiojs .loading:before {
	content: '';
}

@keyframes fa-rotating {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.newsAudio .audiojs .error {
	background: url(../plugIn/audio/images/error.png) center center no-repeat;
	background-size: 14px;
}

.newsAudio .audiojs .pause {
	background: url(../plugIn/audio/images/pause.png) center center no-repeat;
	background-size: 16px;
}

.newsAudio .playing .play,
.newsAudio .playing .loading,
.newsAudio .playing .error {
	display: none;
}

.newsAudio .playing .pause {
	display: block;
}

.newsAudio .loading .play,
.newsAudio .loading .pause,
.newsAudio .loading .error {
	display: none;
}

.newsAudio .loading .loading {
	display: block;
}

.newsAudio .error .time,
.newsAudio .error .play,
.newsAudio .error .pause,
.newsAudio .error .scrubber,
.newsAudio .error .loading {
	display: none;
}

.newsAudio .error .error {
	display: block;
}

.newsAudio .error .play-pause p {
	cursor: auto;
}

.newsAudio .error .error-message {
	display: block;
}

/* ————— 音频 end ————— */
/* ————— 视频 start ————— */
.newsViewVideo {
	width: 800px;
	height: 450px;
	margin: 0 auto;
	position: relative;
}

.newsViewVideo #col1mui-player {
	height: 100% !important;
	cursor: pointer;
}

.newsViewVideo #muiPlaybtn {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/play.png) no-repeat center center;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 999;
	cursor: pointer;
}

/* ————— 视频 end ————— */
/*侧边浮框start*/
.articleRight {
	position: absolute;
	height: 200px;
	width: 50px;
	right: -80px;
	bottom: 270px;
	z-index: 1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.articleRightBox dd {
	padding: 6px 0;
}

.articleRightBox dd .con {
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 2px;
	background: #d2d2d2;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.articleRightIcon .wicon {
	width: 50px;
	height: 50px;
	border-radius: 2px;
}

.articleRightIcon .text {
	line-height: 25px;
	height: 25px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.smallApplet .articleRightIcon .wicon {
	background: #fff url(../images/ewmIcon.png) center center no-repeat;
}

.backTop .articleRightIcon .wicon {
	background: url(../images/backTop.png) center center no-repeat;
}

.backTop .articleRightIcon:hover .wicon {
	background-color: var(--themeColor);
}

.articleRightPosition {
	position: absolute;
	left: -150px;
	top: -50px;
	box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	visibility: hidden;
	opacity: 0;
	border-radius: 5px;
	border: 1px solid #EEEEEE;
}

.articleRightPosition:after {
	display: block;
	content: '';
	border: 8px solid transparent;
	border-left-color: #fff;
	position: absolute;
	right: -8px;
	top: 50%;
	margin-top: -8px;
}

.articleRightPosition i {
	position: absolute;
	width: 16px;
	height: 16px;
	background: #fff;
	right: -8px;
	transform: rotateZ(45deg);
	top: 50%;
	margin-top: -8px;
	box-shadow: 1px 2px 9px rgb(0 0 0 / 8%);
}

.articleRightImg {
	padding: 10px;
	width: 110px;
	background: #fff;
	position: relative;
}

.articleRightImg .articleRightImgC {
	width: 110px;
	height: 110px;
}

.articleRightImg img {
	display: block;
	height: 110px;
	width: 110px;
	position: relative;
	z-index: 5;
}

.articleRightImg .text {
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	color: #999;
}

.articleRightPosition1 {
	position: absolute;
	right: 80px;
	top: 10px;
	box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.1);
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	visibility: hidden;
	opacity: 0;
}

.articleRightPosition1 i {
	position: absolute;
	width: 10px;
	height: 10px;
	background: #fff;
	transform: rotateZ(45deg);
	top: 50%;
	margin-top: -5px;
	right: -5px;
	box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.5);
}

.articleRightImg1 {
	width: 80px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	text-align: center;
	border-radius: 3px;
	position: relative;
	z-index: 5;
}

.backTop:hover .articleRightPosition1 {
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}

.smallApplet:hover .articleRightPosition {
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}

.articleRight.show .backTop {
	visibility: visible;
	opacity: 1;
}

/* ========== 单篇+文章页 end ========== */
