/*
*********å¤–å±‚æ¡†æž¶start*********
*/
.animated{
	visibility: hidden;
}
.box {
	background: #FFF;
	padding: .5rem;
}
.box1 {
	padding: .75rem;
}
/*é¡¶éƒ¨start*/
.head1 {
	height: 2.5rem;
	line-height: 2.5rem;
	position: relative;
	z-index: 5;
	background: #89674c;
	overflow: hidden;
}

.logo {
	float: left;
	margin-left: .75rem;
	margin-top: .5rem;
}

.logo img {
	display: block;
	height: 1.5rem;
}

.headText {
	overflow: hidden;
	font-size: .8rem;
	text-align: center;
	color: #333;
}

.menuBtn {
	display: block;
	width: 2.25rem;
	height: 2.5rem;
	float: right;
	display: inline;
	text-align: center;
	z-index: 6;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.menuBtn:before{
	width: 1.6rem;
	height: 1.6rem;
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	background: #74593f;
	border-radius: 0.2rem;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}

.menuBtn span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.menuBtn .line {
	width: 0.8rem;
	height: 2px;
	background-color: #fff;
	display: block;
	margin: 3px auto;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.menuBtn .line:nth-child(2) {
	background: #fff;
}
.menuBtn.active{
	width: 2.6rem;
}
.menuBtn.active:before{
	opacity: 1;
}
.menuBtn.active .line {
	background: #fff;
}

.menuBtn.active .line:nth-child(2) {
	opacity: 0;
}

.menuBg1 {
	height: 2.5rem;
	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;
}

.menuBtn.active .line:nth-child(1) {
	-webkit-transform: translateY(7px) rotate(45deg);
	transform: translateY(7px) rotate(45deg);
}

.menuBtn.active .line:nth-child(3) {
	-webkit-transform: translateY(-4px) rotate(-45deg);
	transform: translateY(-4px) rotate(-45deg);
}

/*é¡¶éƒ¨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: rgba(19,19,19,0.7);
	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;
	padding: 0 0.75rem;
}

.menuPageList dd span:before {
	display: block;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #555;
	position: absolute;
	left: 0px;
	bottom: 0px;
	transform: scaleY(0.5);
	-webkit-transform: scaleY(0.5)
}

.menuPageList dd span a {
	margin-left: 1.7rem;
	display: block;
	overflow: hidden;
	height: 2.45rem;
	line-height: 2.5rem;
	text-align: left;
	font-size: .9rem;
	color: #ffffff;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.menuPageList dd span em {
	position: absolute;
	left: 0.75rem;
	top: 0;
	display: block;
	width: 1.75rem;
	height: 2.5rem;
	background-size: auto 1rem;
	background-position: left center;
	background-repeat: no-repeat;
}

/*.menuPageList dd span em.icn2{ background-image: url(../images/jian.png);}*/
.menuPageList dd span em.active {
	display: block;
}

.menuPageList dd .ejBox {
	padding: .4rem .75rem .4rem 2.5rem;
	display: none;
	background: #c39d6c;
}

.menuPageList dd .ejBox .ejdd {
	overflow: hidden;
}


.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.5rem;
	line-height: 1.55rem;
	overflow: hidden;
	color: #f7f7f7;
	font-size: .65rem;
	position: relative
}

.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 {
	background: rgba(195,157,108,0.9);
}
.menuPageList dd.hover span a{
	color: #FFF;
}
.menuPageList dd.hover span:before{
	border-color: transparent;
}
.menuPageList dd.hover span em {
	color: #FFF;
}
.menuPageList dd span em:before{
	display: none;
}
.menuPageList dd .ejBox .ejdd.hover .ej a{
	color: #333333;
}
/*å¯¼èˆª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.25rem;
	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;
}

.footerList .item .icn {
	height: .95rem;
	line-height: .95rem;
	font-size: .9rem;
	text-align: center;
}

.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;
}
.footerText{
	background: #131313;
	padding: 0.5rem;
	text-align: center;
	line-height: 1rem;
	font-size: 0.55rem;
	color: #b2b2b2;
}
.footerText a{
	font-size: 0.6rem;
	color: #b2b2b2;
}
/*åº•éƒ¨end*/
/*banner start*/
.indexBanner {
	width: 100%;
	position: relative;
	z-index: 1;
}

.indexBanner img {
	width: 100%;
}

.indexBanner .swiper-pagination {
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.indexBanner .swiper-pagination span {
	width: 0.5rem;
	height: 0.5rem;
	text-align: center;
	font-size: .6rem;
	/*background: url(../images/bannerdot.png) no-repeat center center;*/
	background-size: auto 0.5rem;
	color: #FFF;
	opacity: 1;
}

.indexBanner .swiper-pagination span.swiper-pagination-bullet-active {
	/*background: url(../images/bannerdoth.png) no-repeat center center;*/
	background-size: auto 0.5rem;
}

/*banner end*/
/*å¿«æ·å¯¼èˆªstart*/
.indexNavBox {
	padding: .5rem 0;
}

.indexNav {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	overflow: hidden;
}

.indexNav dd {
	width: 25%;
	float: left;
	display: inline;
	padding-top: .25rem;
}

.indexNav dd a {
	display: block;
}

.indexNav dd .icn {
	width: 2.25rem;
	height: 2.25rem;
	display: block;
	margin: 0 auto;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	line-height: 2.25rem;
	color: #FFF;
	font-size: 1.125rem;
}

.indexNav dd .icn img {
	display: block;
	height: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.indexNav dd.bg1 .icn {
	background: #ff9538;
}

.indexNav dd.bg2 .icn {
	background: #69bafa;
}

.indexNav dd.bg3 .icn {
	background: #ff9538;
}

.indexNav dd.bg4 .icn {
	background: #35bfb2;
}

.indexNav dd.bg5 .icn {
	background: #b97dcd;
}

.indexNav dd.bg6 .icn {
	background: #bed00f;
}

.indexNav dd.bg7 .icn {
	background: #7dbacd;
}

.indexNav dd.bg8 .icn {
	background: #e25242;
}

.indexNav dd .text {
	font-size: 0.65rem;
	text-align: center;
	display: block;
	line-height: 1.5rem;
	min-height: 1.5rem;
}

.indexNavDot {
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.indexNavDot span {
	width: 8px;
	height: 8px;
	border-radius: 8px;
	text-align: center;
	line-height: 8px;
	font-size: .6rem;
	background: #c9c9c9;
	color: #FFF;
	opacity: 1;
}

.indexNavDot span.swiper-pagination-bullet-active {
	background: #125fc8
}

/*å¿«æ·å¯¼èˆªend*/
/*é€šç”¨æ ‡é¢˜å±‚start*/
.indexTitle .title1{
	height: 1.6rem;
	line-height: 1.6rem;
	overflow: hidden;
	font-size: 0.9rem;
	font-weight: bold;
	color: #c9a36f;
	text-align: center;
}
.indexTitle .title2{
	height: 1.35rem;
	line-height: 1.35rem;
	overflow: hidden;
	font-size: 0.6rem;
	color: #999999;
	text-align: center;
}
/*é€šç”¨æ ‡é¢˜å±‚end*/
/*é€šç”¨åˆ—è¡¨start*/
.indexList {
	overflow: hidden;
}

.indexList dd {
	line-height: 1.5rem;
	height: 1.5rem;
}

.indexList dd a {
	display: flex;
}

.indexList dd a span {
	flex: 1;
}

.indexList dd a em {
	display: block;
	font-style: normal;
	margin-left: .5rem;
	color: #999;
}

/*é€šç”¨åˆ—è¡¨end*/
/*
*********å¤–å±‚æ¡†æž¶end*********
*/
/*
*********é¦–é¡µå†…å®¹start*********
*/
/*ç¬¬1é€šæ start*/
.conlumn1{
	position: relative;
	overflow: hidden;
	padding-top: 0.4rem;
}
.conlumn1 .indexTitle{
	margin-bottom: 0.7rem;
}
.conlumn1Bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/indexcbg1.jpg) no-repeat center center;
	background-size: cover;
	z-index: -1;
}
.indexInfo{
	line-height: 1.1rem;
	font-size: 0.6rem;
	color: #999999;
	margin-bottom: 1.2rem;
}
.indexMore1{
	text-align: center;
}
.indexMore a{
	display: inline-block;
	width: 3.3rem;
	height: 1.2rem;
	line-height: 1.3rem;
	font-size: 0.6rem;
	color: #c9a36f;
	text-align: center;
	background: url(../images/indexmore.png) no-repeat center center;
	background-size: cover;
}
.indexVideo{
	padding-top: 1.5rem;
	margin-bottom: 0.7rem;
}
.indexVideo .pic{
	border-radius: 0.2rem;
	overflow: hidden;
}
.indexVideo .pic:before{
	padding-top: 56.2319%;
}
.indexVideo .pic span{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2) url(../images/videoicn.png) no-repeat center center;
	background-size: auto 2rem;
	z-index: 1;
}
/*ç¬¬1é€šæ end*/
/*ç¬¬2é€šæ start*/
.conlumn2{
	position: relative;
	overflow: hidden;
	padding-top: 0.4rem;
	padding-bottom: 0.5rem;
}
.conlumn2 .indexTitle{
	margin-bottom: 0.7rem;
}
.conlumn2Bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/indexcbg2.jpg) no-repeat center center;
	background-size: cover;
	z-index: -1;
}
.conlumn2Dl{
	overflow: hidden;
	margin-right: -0.75rem;
	padding-bottom: 0.75rem;
}
.conlumn2Dl dd{
	width: 50%;
	float: left;
	display: inline;
	margin-bottom: 0.75rem;
}
.conlumn2Dl dd a{
	display: block;
	margin-right: 0.75rem;
	position: relative;
	border-radius: 0.25rem;
	overflow: hidden;
}
.conlumn2Dl dd .pic:before{
	padding-top: 133.3333%;
}
.conlumn2Dl dd .text{
	height: 3rem;
	width: 100%;
	padding: 0 0.8rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
}
.conlumn2Dl dd .title{
	font-size: 0.75rem;
	line-height: 1.25rem;
	height: 1.25rem;
}
.conlumn2Dl dd .info{
	font-size: 0.6rem;
	line-height: 1.05rem;
	height: 1.05rem;
}
/*ç¬¬2é€šæ end*/
/*ç¬¬3é€šæ start*/
.conlumn3{
	position: relative;
	overflow: hidden;
	padding-top: 0.4rem;
	padding-bottom: 0.5rem;
}
.conlumn3 .indexTitle{
	margin-bottom: 0.7rem;
}
.conlumn3Bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/indexcbg3.jpg) no-repeat center center;
	background-size: cover;
	z-index: -1;
}
.conlumn3Dl dd{
	margin-bottom: 1.2rem;
}
.conlumn3Dl dd a{
	display: block;
}
.conlumn3Dl dd .pic{
	border-radius: 0.3rem;
	overflow: hidden;
	margin-bottom: 0.4rem;
}
.conlumn3Dl dd .pic:before{
	padding-top: 56.2318%;
}
.conlumn3Dl dd .title{
	line-height: 1.45rem;
	height: 1.45rem;
	overflow: hidden;
	font-size: 0.7rem;
	color: #333333;
}
.conlumn3Dl dd .info{
	line-height: 1.1rem;
	height: 2.2rem;
	overflow: hidden;
	font-size: 0.65rem;
	color: #999999;
}
.conlumn3Tab{
	overflow: hidden;
	margin-bottom: 1.1rem;
}
.conlumn3Tab .swiper-wrapper{
	padding: 0 20%;
}
.conlumn3Tab .swiper-slide{
	width: auto !important;
}
.conlumn3Tab .swiper-slide .title{
	line-height: 1.3rem;
	height: 1.3rem;
	font-size: 0.65rem;
	color: #999999;
	position: relative;
}
.conlumn3Tab .swiper-slide .title:before{
	display: block;
	content: '';
	position: absolute;
	width: 1px;
	height: 0.55rem;
	background: #999999;
	right: -0.55rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.conlumn3Tab .swiper-slide:last-child .title:before{
	display: none;
}
.conlumn3Tab .swiper-slide.swiper-slide-thumb-active .title{
	color: #c8a16c;
}
.conlumn3TabC{
	overflow: hidden;
}
/*ç¬¬3é€šæ end*/
/*ç¬¬4é€šæ start*/
.indexImgList {
	overflow: hidden;
	margin-right: -.5rem;
}

.indexImgList dd {
	float: left;
	width: 50%;
	overflow: hidden;
}

.indexImgList dd a {
	display: block;
	margin-right: .5rem;
}

.indexImgList dd .pic:before {
	padding-top: 66.66667%;
}

.indexImgList dd .text {
	height: 1.75rem;
	line-height: 1.75rem;
	text-align: center;
	color: #333;
	font-size: .65rem;
}

/*ç¬¬4é€šæ 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 {
	height: 2rem;
	position: relative;
	z-index: 5;
	margin: 0 auto;
	width: 100%;
	transition: 0.5s;
	background: #1c1a1b;
}

.subMenu .swiper-slide {
	font-size: 0.65rem;
	width: auto;
}

.subMenu a {
	display: block;
	color: #89674c;
	position: relative;
	margin: 0 0.5rem;
	height: 2rem;
	font-size: 0.65rem;
	line-height: 2.1rem;
}

.subMenu .swiper-slide.hover a {
	color: #c9a36f;
}

.subMenu .swiper-slide.hover a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	border-bottom: 1px solid #c9a36f;
}

/*äºŒçº§èœå•end*/
/* subbanner */
.subBanner{
	padding-top: 40%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.subBanner .text{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.subBanner .text .title1{
	font-size: 0.9rem;
	color: #ffffff;
	line-height: 1.3rem;
	height: 1.3rem;
	overflow: hidden;
	text-align: center;
}
.subBanner .text .title2{
	font-size: 0.6rem;
	color: #dcdcdc;
	line-height: 1rem;
	height: 1rem;
	overflow: hidden;
	text-align: center;
}
.mobileBody{
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
/*
*********å†…é¡µå¤–æ¡†æž¶end*********
*/
/*æ–‡ç« é¡µstart*/
.newsViewBox{
	background: #f5f5f5;
	padding: 0.7rem;
}
.articleBox {
	line-height: 1.5rem;
	color: #555555;
	font-size: 0.7rem;
}
.pageUpText{
	padding-top: 0.3rem;
}
.pageUpText1{
	height: 1.4rem;
	overflow: hidden;
	line-height: 1.4rem;
	font-size: 0.65rem;
	color: #666666;
}
.articleBox img {
	max-width: 100%;
}

.articleTitle {
	font-size: 0.75rem;
	color: #333333;
	text-align: center;
	font-weight: bold;
	padding: .5rem .5rem 0;
	line-height: 1.5rem;
}

.articleTime {
	display: block;
	clear: both;
	text-align: center;
	color: #666666;
	font-size: 0.6rem;
	padding: 0 0 .25rem 0;
	line-height: 1.4rem;
}
.articleTime span{
	color: #a3a3a3;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.1rem;
	margin-top: -0.1rem;
}
.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;
}

.articelImgSlide .swiper-pagination {
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.articelImgSlide .swiper-pagination span {
	width: 0.35rem;
	height: 0.35rem;
	border: 1px solid #c9a36f;
	border-radius: 50%;
	text-align: center;
	background: transparent;
	color: #FFF;
	opacity: 1;
	outline: none;
}

.articelImgSlide .swiper-pagination span.swiper-pagination-bullet-active {
	background: #c9a36f;
}
.articelImgSlide .swiper-button-next{
	color: #c9a36f;
}
.articelImgSlide .swiper-button-prev{
	color: #c9a36f;
}
.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(../images/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(../images/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.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;
}

.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;
}

.wxSha {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.6) url(../images/wechatshare.png) no-repeat center 0rem;
	background-size: auto 16rem;
	z-index: 99999999;
	display: none;
}

/* .shareC .bshare-custom {
	height: 2rem;
	text-align: center;
} 
.shareC .bshare-custom span {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	position: relative;
}
.shareC .bshare-custom span i {
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
} */
.shareC .bshare-custom {
	display: flex;
	padding: 0.8rem .5rem;
}

.shareC .bshare-custom .item {
	flex: 1;
	text-align: center;
}

.shareC .bshare-custom .item span {
	display: block;
	line-height: 1.5rem;
}

.shareC .bshare-custom a {
	display: inline-block;
	height: 2rem;
	width: 2rem;
	padding: 0;
	background-size: auto 1.95rem !important;
}

.shareC .bshare-custom .bshare-sinaminiblog {
	background: url(../images/sharebt1.png) no-repeat center center;
}

.shareC .bshare-custom .bshare-qqim {
	background: url(../images/sharebt6.png) no-repeat center center;
}

.shareC .bshare-custom .bshare-qzone {
	background: url(../images/sharebt3.png) no-repeat center center;
}

.shareC .bshare-custom .bshare-douban {
	background: url(../images/sharebt4.png) no-repeat center center;
}

.shareC .bshare-custom .bshare-weixin {
	background: url(../images/sharebt5.png) no-repeat center center;
}

/**
 * éŸ³ä¹æ’­æ”¾å™¨
 * @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*/

/* è§†é¢‘å¼¹çª— */
.videoLayer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 0.5s;
	background-color: #000;
	z-index: 999;
	transform: translateY(100%);
	opacity: 0;
	visibility: hidden;
}

.videoLayer.show {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.videoBox {
	position: relative;
	overflow: hidden;
	    top: -2.5rem;
}

.videoBox::before {
	content: '';
	display: block;
	padding-top: 56.25%;
}

.videoBox video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.videoTitle {
	padding: 0.5rem;
	font-size: 0.7rem;
	color: #333;
	line-height: 1.4rem;
}

.videoInfo {
	line-height: 1.2rem;
	color: #999;
	padding: 0 0.5rem;
	font-size: 0.6rem;
}

.videoTop {
	text-align: center;
	line-height: 2.55rem;
	height: 2.5rem;
	font-size: 0.75rem;
	color: #333;
	background-color: #000;
	z-index: 9;
}

.videoTop span {
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.55rem;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 1.2rem;
	    color: #fff;
}
