/*
*********外层框架start*********
*/
.box {
	background: #FFF;
	padding: .5rem;
}

.box1 {
	background: #f7f7f7;
	padding: .5rem;
}

.animated {
	visibility: hidden;
}

.swiper-button-next,
.swiper-button-prev {
	outline: none;
}

/*顶部start*/
.head1 {
	height: 2.5rem;
	line-height: 2.5rem;
	position: relative;
	z-index: 5;
	overflow: hidden;
	background: #fff;
}

.logo {
	float: left;
	margin-left: .5rem;
	margin-top: .4rem;
}

.logo img {
	display: block;
	height: 1.65rem;
}

.headText {
	overflow: hidden;
	font-size: .8rem;
	text-align: center;
	color: #333;
}

.menuBtn {
	display: block;
	width: 2.2rem;
	float: right;
	display: inline;
	text-align: center;
	z-index: 6;
	position: relative;
	margin-right: 0.2rem;
}

.menuBtn span {
	background: url(../images/menuicon.png) no-repeat center center;
	background-size: auto 0.8rem;
	display: block;
	height: 2.5rem;
	width: 2.5rem;
}

.menuBtn1 {
	display: block;
	width: 2.25rem;
	height: 2.25rem;
	float: right;
	display: inline;
	text-align: center;
	z-index: 6;
	position: relative;
}

.menuBtn1 span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-70%, -58%);
}

.menuBg1 {
	height: 2.25rem;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1;
	background: #000;
	width: 100%;
	transition: all 0s;
	-webkit-transition: all 0s;
	visibility: hidden;
	opacity: 0;
}

.menuBg1.active {
	opacity: 0;
	visibility: visible;
}

.menuBtn1.active .line:nth-child(1) {
	-webkit-transform: translateY(9px) rotate(45deg) scaleY(.5);
	transform: translateY(15px) rotate(45deg) scaleY(.5);
	height: 3px;
}

.menuBtn1.active .line:nth-child(3) {
	-webkit-transform: translateY(-10px) rotate(-45deg) scaleY(.5);
	transform: translateY(-5px) rotate(-45deg) scaleY(.5);
	height: 3px;
	width: 27px;
}

/*顶部end*/
/*subHead start*/
.subHead {
	height: 2.5rem;
	position: relative;
	z-index: 5;
	background: #fe7000;
	overflow: hidden;
}

.returnHead a {
	display: block;
	width: 2rem;
	height: 2.5rem;
	background: url(../images/subheadicon.png) no-repeat center center;
	background-size: auto 0.8rem;
}

.subHeadTitle {
	overflow: hidden;
	line-height: 2.5rem;
	font-size: 0.9rem;
	color: #fff;
}

/*subHead end*/
/*subBanner start*/
.subBanner {
	overflow: hidden;
	position: relative;
	z-index: 3;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}

.subBanner.active {
	transform: translateX(-4.25rem);
	-webkit-transform: translateX(-4.25rem);
}

.subBanner img {
	max-width: 100%;
	display: block;
}

/*subBanner end*/

/* menuHead start */
.menuTop {
	height: 3.05rem;
	overflow: hidden;
	padding: 0 0.75rem;
	position: relative;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.menuTop .menuBtn1 {
	background: url(../images/close.png) no-repeat center center;
	width: 1rem;
	height: 1rem;
	background-size: auto 1rem;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

/* menuHead end */

/*导航start*/
.menuBg {
	position: fixed;
	width: 100%;
	height: 100%;
	right: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	z-index: 5;
	visibility: hidden;
	opacity: 0;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}

.menuPage {
	position: fixed;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	background: #f5f5f5;
	right: 0px;
	top: 0px;
	z-index: 6;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	visibility: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
}

.menuHead {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 2;
}

.menuPageBody {
	clear: both;
	flex-grow: 1;
	flex-basis: 0;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.menuPageList {
	overflow: hidden;
}

.menuPageList dd {
	overflow: hidden;
}

.menuPageList dd span {
	display: block;
	overflow: hidden;
	position: relative;
}

.menuPageList dd span:before {
	display: block;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #dbdbdb;
	position: absolute;
	left: 0px;
	bottom: 0px;
	transform: scaleY(0.5);
	-webkit-transform: scaleY(0.5)
}

.menuPageList dd span a {
	display: block;
	overflow: hidden;
	height: 2rem;
	line-height: 2rem;
	text-align: left;
	font-size: .7rem;
	color: #1f1f1f;
	padding: 0 .75rem;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.menuPageList dd span em {
	display: block;
	width: 2rem;
	height: 2rem;
	text-align: center;
	line-height: 2rem;
	color: #c7c7c7;
	position: absolute;
	right: 0px;
	top: 0px;
	font-style: normal;
	display: none;
	z-index: 1;
	font-size: .8rem;
}

/*.menuPageList dd span em.icn2{ background-image: url(../images/jian.png);}*/
.menuPageList dd span em.active {
	display: block;
}

.menuPageList dd .ejBox {
	padding: .4rem .75rem;
	display: none;
	background: #FFF;
}

.menuPageList dd .ejBox .ejdd {
	overflow: hidden;
	margin-bottom: .5rem;
}

.menuPageList dd .ejBox .ejdd .ej {
	position: relative;
}

.menuPageList dd .ejBox .ejdd .ej em {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 1.25rem;
	height: 1.25rem;
	text-align: center;
	line-height: 1.25rem;
	font-size: .7rem;
	display: none;
	z-index: 20
}

.menuPageList dd .ejBox .ejdd .ej em.active {
	display: block;
}

/*.menuPageList dd .ejBox .ejdd .ej em.icn3{ background-image: url(../images/jian2.png);}*/
.menuPageList dd .ejBox .ejdd .ej a {
	display: block;
	height: 1.25rem;
	line-height: 1.25rem;
	overflow: hidden;
	color: #666666;
	font-size: .65rem;
	padding-left: .5rem;
	position: relative
}

.menuPageList dd .ejBox .ejdd .ej a:before {
	display: block;
	content: '';
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -.1rem;
	width: .15rem;
	height: .15rem;
	background: #666666;
}

.menuPageList dd .ejBox .ejdd .sj {
	overflow: hidden;
	padding: .25rem .75rem;
	display: none;
}

.menuPageList dd .ejBox .ejdd .sj a {
	display: block;
	height: 1.25rem;
	line-height: 1.25rem;
	overflow: hidden;
	color: #666666;
	font-size: .6rem;
	padding-left: 1rem;
	position: relative
}

.menuPageList dd .ejBox .ejdd .sj a:before {
	display: block;
	content: '';
	position: absolute;
	left: .5rem;
	top: 50%;
	margin-top: 0;
	width: .25rem;
	height: 1px;
	background: #666666;
}

.menuPageList dd.hover span a {
	background: #c81a10;
	color: #FFF;
}

.menuPageList dd.hover span em {
	color: #FFF;
}

/*导航end*/
/*导航动画start*/
.menuBg.active {
	visibility: visible;
	opacity: 1;
}

.menuPage.active {
	visibility: visible;
	transform: translateX(0);
	-webkit-transform: translateX(0)
}

.menuPage.active .menuPageC1 {
	display: block;
}

/*导航动画end*/

/*底部 start*/
.footerList {
	height: 2.5rem;
	overflow: hidden;
	display: flex;
	background: #FFF;
}

.footerList .item {
	flex: 1;
}

.footerList .item a {
	display: block;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: .25rem;
	color: #333;
	position: relative;
}

.footerList .item .icn img {
	height: .75rem;
	display: block;
	margin: 0 auto;
}

.footerList .item .text {
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	font-size: .6rem;
	color: #aaaaaa;
}

.footerList .item .icn {
	height: 1.1rem;
	line-height: 1.1rem;
	margin-bottom: 0.1rem;
	text-align: center;
}

.footerList .item .icn1 {
	position: absolute;
	left: 50%;
	top: 33%;
	transform: translate(-50%, -50%);
	visibility: hidden;
}

.footerList .item .icn img {
	height: 1.1rem;
	display: block;
	margin: 0 auto;
}

.footerList .item .text {
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	font-size: .6rem;
}

.footerList .item.hover .text {
	color: #fe7000;
}

.footerList .item.hover .icn {
	visibility: hidden;
}

.footerList .item.hover .icn1 {
	visibility: visible;
}

/*底部 end*/

/* 通用标题 start */
.indexTitle {
	text-align: center;
}

.indexTitle .title {
	display: inline-block;
	position: relative;
	font-size: 0.9rem;
	color: #fe7000;
	line-height: 2.85rem;
	height: 2.85rem;
}

.indexTitle .title:before {
	position: absolute;
	left: -1.2rem;
	top: 50%;
	margin-top: -1px;
	display: block;
	content: '';
	height: 2px;
	width: 0.9rem;
	background: #fe7000;
}

.indexTitle .title:after {
	position: absolute;
	right: -1rem;
	margin-top: -1.2px;
	top: 50%;
	display: block;
	content: '';
	height: 2px;
	width: 0.9rem;
	background: #fe7000;
}

/* 通用标题 end */

/*
*********外层框架end*********
*/
/*
*********首页内容start*********
*/
/*第1通栏 start*/
.column1 {
	overflow: hidden;
	padding: 0.5rem;
	background: #fff;
}

.column1C img {
	display: block;
	max-width: 100%;
	margin-bottom: 0.7rem;
}

.column1C .text {
	line-height:1.4rem;
	font-size: 0.7rem;
	color: #454545;
	margin-bottom: 1rem;
}

.indexImgTextList {
	padding-top: 0.5rem;
}

.indexImgTextList dd {
	overflow: hidden;
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
}

.indexImgTextList dd:last-child:before {
	display: none;
}

.indexImgTextList dd .pic {
	width: 6.85rem;
	margin-right: 0.55rem;
	border-radius: 0.25rem;
	overflow: hidden;
}

.indexImgTextList dd .pic:before {
	padding-top: 59.4891%;
}

.indexImgTextList dd .title {
	font-size: 0.65rem;
	color: #333333;
}

.indexImgTextList dd .time {
	height: 1.45rem;
	line-height: 1.45rem;
	font-size: 0.6rem;
	color: #999;
}

.indexImgTextList dd .info {
	height: 1.9rem;
	line-height: 0.95rem;
	font-size: 0.6rem;
	color: #666666;
	overflow: hidden;
}

.indexMore {
	text-align: center;
	margin-bottom: 0.8rem;
}

.indexMore a {
	display: inline-block;
	text-align: center;
	padding: 0 1.2rem;
	font-size: 0.6rem;
	color: #fe7000;
	height: 1.75rem;
	line-height: 1.75rem;
	overflow: hidden;
	border: 1px solid #fe7000;
	border-radius: 0.2rem;
}

/*第1通栏 end*/

/*第2通栏 start*/
.column2 {
	padding: 0.5rem;
	background: #fff;
	overflow: hidden;
}

.column2-swiper {
	overflow: hidden;
	position: relative;
}

.column2-swiper .swiper-button-next:after {
	color: #fff;
	width: 0.9rem;
	height: 0.9rem;
	line-height: 0.9rem;
	border-radius: 100%;
	background: rgba(0, 0, 0, 0.6);
	font-size: 0.6rem;
	text-align: center;
}

.column2-swiper .swiper-button-prev:after {
	color: #fff;
	width: 0.9rem;
	height: 0.9rem;
	line-height: 0.9rem;
	border-radius: 100%;
	background: rgba(0, 0, 0, 0.6);
	font-size: 0.6rem;
	text-align: center;
}

.column2-swiper .swiper-button-prev {
	left: 0.35rem;
}

.column2-swiper .swiper-button-next {
	right: 0.35rem;
}

.column2-swiper .pic:before {
	padding-top: 60%;
}

.column2-swiper .text {
	text-align: center;
	line-height: 1.8rem;
	height: 1.8rem;
	overflow: hidden;
	font-size: 0.7rem;
	color: #333333;
	margin-bottom: 0.25rem;
}

.indexTextList {
	margin-bottom: 0.3rem;
}

.indexTextList dd {
	overflow: hidden;
	height: 3.65rem;
	margin-bottom: 0.3rem;
}

.indexTextList .date {
	width: 2.8rem;
	text-align: center;
	margin-right: 1rem;
	overflow: hidden;
	margin-top: 0.4rem;
	border-right: 1px solid #e1e1e1;
}

.indexTextList .date .day {
	font-size: 0.7rem;
	color: #666666;
}

.indexTextList .date .year {
	font-size: 0.4rem;
	color: #999;
}

.indexTextList dd .text {
	overflow: hidden;
}

.indexTextList dd .title {
	overflow: hidden;
	height: 1.35rem;
	line-height: 1.35rem;
	font-size: 0.8rem;
	color: #333333;
}

.indexTextList dd .info {
	height: 1.1rem;
	line-height: 1.1rem;
	font-size: 0.6rem;
	color: #666666;
}

/*第2通栏 end*/

/*第3通栏 start*/
.column3 {
	padding: 0.5rem;
	background: #fff;
}

.indexImgList {
	padding-top: 0.3rem;
	overflow: hidden;
	margin-right: -0.5rem;
}

.indexImgList dd {
	width: 50%;
	float: left;
	display: inline;
	margin-bottom: 0.55rem;
}

.indexImgList dd a {
	margin-right: 0.5rem;
	display: block;
}

.indexImgList dd .pic {
	border-radius: 0.25rem;
	overflow: hidden;
	border-radius: 0.3rem;
}

.indexImgList dd .pic:before {
	padding-top: 87.2781%;
}

.indexImgList dd .text {
	font-size: 0.6rem;
	color: #666;
	height: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	overflow: hidden;
}

/*第3通栏 end*/

/*第4通栏 start*/
.column4 {
	padding: 0.5rem;
	background: #fff;
}

/*第4通栏 end*/

/*第5通栏 start*/
.column5 {
	padding: 0.5rem;
	background: #fff;
}

/*第5通栏 end*/

/*第6通栏 start*/
.column6 {
	padding: 0.5rem;
	background: #fff;
}

/*第6通栏 end*/


/*
*********首页内容end*********
*/
/*
*********内页外框架start*********
*/
.pagePrev {
	display: block;
	width: 2.25rem;
	height: 2.25rem;
	line-height: 2.3rem;
	float: left;
	text-align: center;
	position: relative;
}

.pagePrev a {
	font-size: 1rem;
}

/**
 * page
 * @author 杨朝杰
 * @return
 */
.ajaxLoad {
	color: #666;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	clear: both;
	position: relative;
	background: #fff;
	margin: 5px 0 0 0;
	font-size: 0.7rem;
}

.ajaxLoad i {
	font-size: 0.8rem;
	margin: 0 5px 0 0;
	color: #fc8b1c;
}

/*二级菜单start*/
.mobileSubMenu {
	padding: 0.6rem 0.5rem 0;
	height: 1.25rem;
	line-height: 1.25rem;
	position: relative;
	z-index: 5;
	margin: 0 auto;
	width: 100%;
	transition: 0.5s;
	background: #fff;
	border-bottom: 1px solid #eeeeee;
}

.subMenu .swiper-slide {
	width: auto;
}

.subMenu a {
	text-align: center;
	display: block;
	color: #666666;
	position: relative;
	padding: 0 0.6rem;
	font-size: 0.65rem;
}

.subMenu .swiper-slide.hover a:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1.5px;
	background: #fe7000;
}

.subMenu .swiper-slide.hover a {
	color: #c81a10;
}

/*二级菜单end*/

/*三级菜单start*/
.sjNav {
	height: 3.25rem;
	text-align: center;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}

.sjNav dd {
	margin-top: 1rem;
	display: inline-block;
}

.sjNav dd a {
	padding: 0 1rem;
	height: 1.25rem;
	line-height: 1.25rem;
	display: inline-block;
	background: #dfdfdf;
	font-size: 0.6rem;
	color: #333333;
	border-radius: 0.4rem;
	margin: 0 0.35rem;
}

.sjNav dd.hover a {
	background: #24c071;
	color: #fff;
}

/*三级菜单end*/

/*
*********内页外框架end*********
*/
/*文章页start*/
.singlePicBox {
	position: relative;
}

.singlePic {
	position: relative;
	width: 100%;
}

.singlePic img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}

.singlePic:before {
	display: block;
	content: "";
	padding-top: 75.0724%;
}

.singlePicBox i {
	background: url(../test/namepic.png)no-repeat center center;
	position: absolute;
	bottom: -1.8rem;
	right: 0;
	width: 4.5rem;
	height: 1.75rem;
	background-size: auto 1.2rem;
}

.articleBox {
	line-height: 1.5rem;
	color: #666666;
	padding: .5rem;
	font-size: 0.65rem;
	background: #fff;
}

.articleBox img {
	max-width: 100%;
}

.articleTitle {
	font-size: 0.85rem;
	color: #666666;
	text-align: center;
	font-weight: bold;
	line-height: 1.75rem;
	padding: 0 0.5rem;
}

.articleTime {
	display: block;
	clear: both;
	text-align: center;
	color: #999;
	font-size: 0.6rem;
}

.articleTop {
	overflow: hidden;
	background: #f9fafb;
	padding: .5rem 0;
}

.articleTop .articleTitle {
	font-size: .9rem;
	color: #333333;
	text-align: center;
	font-weight: bold;
	padding: 0 2.5rem;
	line-height: 1.5rem;
}

.articleTop .articleTime {
	text-align: center;
	padding: .5rem 0 0 0;
}

.articleHand {
	clear: both;
	font-size: 0.75rem;
	padding: 0 0px 1rem 0;
	overflow: hidden;
}

.articleHand a {
	display: block;
	line-height: 1.6rem;
	padding: 0 1rem 0 .5rem;
	float: left;
	clear: both;
}

.articleHand a i {
	padding: 0 .25rem 0 0;
}

.articleHand a.aykjWord {
	color: #37a6ff !important;
}

.articleHand a.aykjPpt {
	color: #ff7735 !important;
}

.articleHand a.aykjExcel {
	color: #15bf44 !important;
}

.articleHand a.aykjPdf {
	color: #1369c0 !important;
}

.articleHand a.aykjZip {
	color: #ff9779 !important;
}

.videoCon {
	position: absolute;
	top: 10.25rem;
	bottom: 0;
	overflow-y: auto;
}

.videoCon .articleTitle {
	font-size: 18px;
	color: #333333;
	text-align: left;
	font-weight: bold;
	padding: .25rem .5rem 0 .5rem;
	line-height: 1.5rem;
}

.videoCon .articleTime {
	text-align: left;
	padding: 0 0 0 .5rem;
}

.audiojs {
	width: 2rem;
	height: 2rem;
	border-radius: 100%;
	background: url(../audiojs/play.png) no-repeat center center;
	background-size: cover;
	margin: .1rem .5rem 0 0;
	position: relative;
	z-index: 9;
}

.audiojs.playing {
	width: 2rem;
	height: 2rem;
	border-radius: 100%;
	background: url(../audiojs/play2.png) no-repeat center center;
	background-size: cover;
}

.audiojs .scrubber {
	display: none;
}

.audiojs .time {
	display: none;
}

.audiojs .play-pause {
	width: 1.25rem;
	height: 1.75rem;
	padding: 0 .3rem;
	margin: 0px;
	float: left;
	overflow: hidden;
}

.articelImgSlide {
	padding: .5rem;
	overflow: hidden;
}

#articelImgSlide img {
	display: block;
	max-width: 100%;
}

#articelImgSlide {
	/*padding-bottom: 30px;*/
}

#articelImgSlide .swiper-pagination {
	bottom: .25rem;
}

.articelImgSlide .swiper-button-prev {
	left: 0px;
}

.articelImgSlide .swiper-button-next {
	right: 0px;
}

.articelImgSlide .swiper-pagination-bullet {
	background: #eee;
	opacity: 1;
}

.articelImgSlide .swiper-pagination-bullet-active {
	background: #007aff;
}

/**
 * 分享
 * @author 杨朝杰
 * @return
 */
.shareBt {
	display: inline-block;
	width: 1rem;
	position: relative;
}

.shareClose {
	line-height: 2rem;
	text-align: center;
	padding: .15rem 0 0 0;
	font-size: 0.8rem;
}

.shareBt:after {
	display: block;
	content: "";
	overflow: hidden;
	width: 100%;
	padding-top: 100%;
	background: url(../images/share/share.png) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	bottom: -.2rem;
}

.shareBox {
	width: 100%;
	overflow: hidden;
	background: #fff;
	position: fixed;
	left: 0px;
	bottom: -100%;
	z-index: 10000;
	-webkit-transition: bottom 0.8s;
	-o-transition: bottom 0.8s;
	transition: bottom 0.8s;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.shareBox.show {
	bottom: 0px;
}

.shareCont {
	overflow: hidden;
	padding: 0.5rem 0px 0.25rem;
}

.bdsharebuttonbox p {
	display: block;
	width: 20%;
	overflow: hidden;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.25rem;
}

.bdsharebuttonbox a {
	display: block;
	width: 100%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px !important;
	padding: 0 0.5rem !important;
	background: none !important;
	height: auto !important;
}

.bdsharebuttonbox span {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 0px 0.75rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bdsharebuttonbox i {
	clear: both;
	display: block;
	font-size: 0.6rem;
	color: #666;
	text-align: center;
	overflow: hidden;
	margin: .25rem 0px;
	font-style: normal;
}

.boxShadow {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.6);
	z-index: 999;
	display: none;
}

.bdsharebuttonbox a:before {
	display: block;
	content: "";
	overflow: hidden;
	width: 100%;
	padding-top: 100%;
}

/*.bdsharebuttonbox a.bds_weChat{
    display: none;
}*/
.bdsharebuttonbox a.bds_weChat:before {
	background: url(../images/share/shareBt5.png) no-repeat center center;
	background-size: 100%;
}

.bdsharebuttonbox a.bds_tsina:before {
	background: url(../images/share/shareBt1.png) no-repeat center center;
	background-size: 100%;
}

.bdsharebuttonbox a.bds_tqq:before {
	background: url(../images/share/shareBt2.png) no-repeat center center;
	background-size: 100%;
}

.bdsharebuttonbox a.bds_qzone:before {
	background: url(../images/share/shareBt3.png) no-repeat center center;
	background-size: 100%;
}

.bdsharebuttonbox a.bds_douban:before {
	background: url(../images/share/shareBt4.png) no-repeat center center;
	background-size: 100%;
}

.bdsharebuttonbox a.bds_sqq:before {
	background: url(../images/share/shareBt6.png) no-repeat center center;
	background-size: 100%;
}

.weChatShareTip {
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.5) url(../images/share/weChatShare.png) no-repeat calc(100% - 30px) 10px;
	background-size: 90% auto;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 9999999;
}

/**
 * 音乐播放器
 * @author 杨朝杰
 * @return
 */
.audio {
	margin: 0 50px;
	padding: 10px 0 10px 0;
}

.audio-tips {
	margin-top: 10px;
	color: #b1b1b1;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.audio-detail {
	padding: 5px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #f8f8f8;
	position: relative;
}

.audio-detail:after {
	content: " ";
	width: 200%;
	height: 200%;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	z-index: 1;
}

.audio .info {
	-webkit-box-flex: 1;
	-ms-flex: 1 0;
	flex: 1 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	line-height: 45px;
}

.audio .info p {
	margin: 0;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
	text-indent: 0;
}

.audio .info .audio-title {
	-webkit-box-flex: 1.5;
	-ms-flex: 1.5;
	flex: 1.5;
	line-height: 24px;
	font-size: 14px;
}

.audio .info .audio-desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 16px;
	color: #999 !important;
	font-size: 12px !important;
}

.audio .info .audio-desc span {
	padding: 0 15px 0 0;
	color: #ff000;
}

/*文章页end*/
/*文章页底部start*/
.footerBar2 {
	font-size: .6rem;
	overflow: hidden;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: content;
	-moz-background-clip: content;
	background-clip: content;
	width: 100%;
	height: 2.25rem;
	background: #fff;
	position: relative;
}

.footerBar2:after {
	content: " ";
	width: 200%;
	height: 200%;
	position: absolute;
	top: 0;
	left: 0;
	border-top: 1px solid #ededed;
	box-sizing: border-box;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	z-index: 1;
}

.footerBar2 .shareBt:after {
	display: none;
}

.footerBar2 div {
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.phoneBt {
	width: 30%;
	float: right;
}

.phoneBt a {
	width: 100%;
	display: block;
	line-height: 2.25rem;
	background: #ff7800;
	color: #fff !important;
	text-align: center;
}

.goBack2 {
	width: 16%;
	float: left;
}

.goBack2 a {
	display: block;
	height: 2.25rem;
	background: url(../images/jt6.png) no-repeat 10px center;
	background-size: 1.3rem;
	color: #666 !important;
	text-align: center;
}

.marker,
.shareDiv {
	float: right;
	line-height: 2.25rem;
	font-size: .7rem;
	padding: 0 .75rem 0 0;
}

.shareDiv .shareBt {
	width: 100%;
}

.marker span,
.shareDiv span {
	padding: 0 0 0 .3rem;
}

.marker em,
.shareDiv em {
	color: #999;
}

/*文章页底部end*/

.downGuide{ position: fixed; width: 100%;height: 100%; background: rgba(0,0,0,.8) url(../images/guideDownBg.png) no-repeat right top / 80% auto; z-index: 1000; opacity: 0; visibility: hidden; transition: all 300ms;-webkit-transition: all 300ms;}
.downGuide.show{opacity: 1;visibility: visible;}