@charset "UTF-8";
/* ========== 单篇+文章页 start ========== */
/* ————— 公共部分 start ————— */
.articleC {
	background: #FFFFFF;
	padding: 37px 40px 30px;
}

.articleBox {
	line-height: 30px;
	padding: 10px 0;
	color: #666666;
	font-size: 16px;
}

.articleBox img {
	max-width: 100%;
}

/* ————— 公共部分 end ————— */
/* ————— 标题 start ————— */
.articleTitle {
	clear: both;
	line-height: 48px;
	font-size: 26px;
	font-family: "microsoft yahei";
	color: #333333;
	text-align: center;
	position: relative;
}

/* ————— 标题 end ————— */
/* ————— 发布信息 start ————— */
.articleTime {
	display: block;
	clear: both;
	color: #666666;
	font-size: 14px;
	line-height: 27px;
	padding-bottom: 27px;
	border-bottom: 1px solid #dddddd;
	overflow: hidden;
	text-align: center;
}

.articleTime span {
	padding-right: 16px;
	font-size: 14px;
	color: #999999;
}

/* ————— 发布信息 end ————— */
/* ————— 分享 start ————— */
.share {
	display: block;
	clear: both;
	padding: 10px 0;
}

.articleShare {
	display: inline;
}

.articleShare .bshare-custom {
	display: inline;
}

.articleShare a {
	padding: 0 !important;
	height: 25px !important;
	width: 25px !important;
	background-image: url(../images/shareIcn.png) !important;
	background-repeat: no-repeat !important;
}
.articleShare .bshare-weixin {
	background-position:-99px -8px !important;
}
.articleShare .bshare-sinaminiblog {
	background-position:-68px -8px !important;
}

.articleShare .bshare-qzone {
	background-position:-7px -8px !important;
}
.articleShare .bshare-qqim{
	background-position:-38px -8px !important;
}
/* ————— 分享 end ————— */
/* ————— 视频 start ————— */
.articleVideo {
	width: 800px;
	height: 480px;
	margin: 0 auto;
	z-index: 5 !important;
	position: relative;
}

/* ————— 视频 end ————— */
/* ————— 页码 start ————— */
.articlePage {
	clear: both;
	height: 30px;
	text-align: center;
	font-family: Arial;
}

.articlePage a {
	margin: 0 1px;
	background: #ccc;
	padding: 5px 10px;
}

.articlePage a:hover {
	color: #fff;
	background: #5cc13b;
}

.articlePage a.hover {
	color: #fff;
	background: #5cc13b;
}

/* ————— 页码 end ————— */
/* ————— 文章大图 start ————— */
/* 大图1 */
#play {
	width: 800px;
	height: 480px;
	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;
	background: url(about:blank);
}

#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/common/file/article_iconh.png) no-repeat 0px -50px;
	left: 0;
}

#play .next_a span {
	background: url(../images/common/file/article_iconh.png) no-repeat -30px -50px;
	right: 0;
}

#play .img_ul {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}

#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #fff;
	margin: 0 0 5px 0;
}

#play .img_ul li img {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;
	left: 0 !important;
}

.imgMove {
	width: 600px;
	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: 99999999999999;
	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 #5cc13b;
	background: #5cc13b;
}

.imgMove .bottom_a {
	width: 20px;
	height: 25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float: left;
	top: 15px;
	position: absolute;
	z-index: 9999999999999;
	background: url(../images/common/file/article_iconh.png) no-repeat;
}

.imgMove .prev_a {
	background-position: left top;
	left: 0;
}

.imgMove .next_a {
	background-position: right top;
	right: 0;
}

/* 大图2 */
.bigImg img {
	object-fit: contain;
	object-position: center center;
	width: 100%;
	display: block;
	overflow: hidden;
}

.bigImgConBox .myPrev {
	background: rgba(0, 0, 0, 0.5) url(../images/common/prevh.png) center center no-repeat;
	background-size: auto 30px;
}

.bigImgConBox .myNext {
	background: rgba(0, 0, 0, 0.5) url(../images/common/nexth.png) center center no-repeat;
	background-size: auto 30px;
}

.bigImgSlideBox .bigMySlide .con {
	padding: 4px;
	background: #fff;
	border: 1px solid #d4d4d4;
	cursor: pointer;
}

.bigImgSlideBox .bigMySlide.active .con {
	border: 1px solid #5cc13b;
	background: #5cc13b;
}

.bigImgSlideBox .mySlidePrev {
	background: url(../images/common/prev.png) center center no-repeat;
	background-size: auto 25px;
}

.bigImgSlideBox .mySlideNext {
	background: url(../images/common/next.png) center center no-repeat;
	background-size: auto 25px;
}

/* ————— 文章大图 end ————— */
/* ————— 文档 start ————— */
.articleHand {
	clear: both;
	font-size: 16px;
	padding: 10px 0px 20px 0;
	overflow: hidden;
}

.articleHand a {
	display: block;
	line-height: 32px;
	padding: 0 20px 10px 30px;
	float: left;
	background: url(../images/file/file.png) no-repeat left center;
}

.articleHand a.word {
	background: url(../images/common/file/word.png) no-repeat left 3px;
	color: #37a6ff !important;
}

.articleHand a.ppt {
	background: url(../images/common/file/ppt.png) no-repeat left center;
	color: #ff7735 !important;
}

.articleHand a.excel {
	background: url(../images/common/file/excel.png) no-repeat left center;
	color: #15bf44 !important;
}

.articleHand a.pdf {
	background: url(../images/common/file/pdf.png) no-repeat left center;
	color: #1369c0 !important;
}

.articleHand a.zip {
	background: url(../images/common/file/zip.png) no-repeat left 3px;
	color: #ff9779 !important;
}

/* ————— 文档 end ————— */
/* ————— 页码 start ————— */
.pageUp {
	display: block;
	line-height: 75px;
	color: #666666;
	font-size: 16px;
	background: #FFFFFF;
	overflow: hidden;
	padding: 30px 30px 50px;
	text-align: center;
	font-size: 0;
	border-top: 1px solid  rgb(221, 221, 221);
}

.pageUp a {
	display: inline-block;
	font-size: 16px;
	color: #333333;
	background-color: rgb(242, 242, 242);
	width: 206px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin: 0 27px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.pageUp a:hover {
	color: #ffffff;
	background: #5cc13b;
}

/* ————— 页码 end ————— */
/* ========== 单篇+文章页 end ========== */
/* ========== 联系我们 start ========== */
.mapBox{
	padding: 10px;
	background: #FFFFFF;
}
.BMapLabel {
	display: none !important;
}

.anchorBL {
	display: none;
}

.BMap_omCtrl {
	display: none;
}

.contactUsDl {
	margin-bottom: 40px;
	overflow: hidden;
	margin-right: -20px;
}
.contactUsDl dd {
	width: 33.3333%;
	float: left;
	display: inline;
}
.contactUsDl dd .con {
	margin-right: 20px;
	height: 260px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 35px 0 0;
}
.contactUsDl dd .con .text{
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 66px 0 0;
}
.contactUsDl dd .icn {
	width: 84px;
	height: 80px;
	background: #5cc13b;
	border-radius: 3px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -42px;
	z-index: 2;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: center center;
}

.contactUsDl dd.add .icn {
	background-image: url(../images/add.png);
}

.contactUsDl dd.tel .icn {
	background-image: url(../images/tel.png);
}

.contactUsDl dd.fax .icn {
	background-image: url(../images/fax.png);
}

.contactUsDl dd .title {
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	text-align: center;
}

.contactUsDl dd .info {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	text-align: center;
}

/* ========== 联系我们 end ========== */
/* ========== 全图列表 start ========== */
.imgList1Dl{
	overflow: hidden;
	margin: -10px;
}
.imgList1Dl dd{
	float: left;
	display: inline;
	width: 33.3333%;
}
.imgList1Dl dd .con{
	margin: 10px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.imgList1Dl dd .con:hover{
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}
.imgList1Dl dd .con .pic::before{
	padding-top: 56.3169%;
}
.imgList1Dl dd .con .text{
	padding: 10px 20px;
	background: #fff;
}
.imgList1Dl dd .con .title{
	margin-bottom: 3px;
}
.imgList1Dl dd .con .title a{
	max-width: 100%;
	display: inline-block;
	font-size: 16px;
	color: #333333;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.imgList1Dl dd .con:hover .title a{
	color: #5cc13b;
}
.imgList1Dl dd .con .time{
	font-size: 14px;
	color: #999999;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}
/* ========== 全图列表 end ========== */
/* ========== 图文列表 start ========== */
.imgText1Dl{
	overflow: hidden;
	margin: -10px;
}
.imgText1Dl dd .con{
	margin: 10px;
	background: #FFFFFF;
	padding: 25px 20px;
	overflow: hidden;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.imgText1Dl dd .con:hover{
	box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
}
.imgText1Dl dd .con .pic{
	width: 360px;
	float: left;
	display: inline;
	margin-right: 20px;
}
.imgText1Dl dd .con .pic::before{
	padding-top: 56.1111%;
}
.imgText1Dl dd .con .text{
	overflow: hidden;
	padding: 6px 0 0;
}
.imgText1Dl dd .con .time{
	font-size: 14px;
	color: #999999;
	height: 31px;
	line-height: 31px;
	overflow: hidden;
}
.imgText1Dl dd .con .title{
	margin-bottom: 20px;
}
.imgText1Dl dd .con .title a{
	display: inline-block;
	font-size: 18px;
	color: #333333;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100%;
}
.imgText1Dl dd .con:hover .title a{
	color: #5cc13b;
	letter-spacing: 1px;
}
.imgText1Dl dd .con .info{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-bottom: 33px;
}
.imgText1Dl dd .con .more a{
	display: inline-block;
	font-size: 14px;
	color: #999999;
	padding-right: 26px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	background: url(../images/more1.png) no-repeat center right;
	background-size: 8px 13px;
	line-height: 23px;
	height: 23px;
	overflow: hidden;
}
.imgText1Dl dd .con:hover .more a{
	background: url(../images/more1h.png) no-repeat center right;
	background-size: 8px 13px;
	color: #5cc13b;
}
/* ========== 图文列表 end ========== */
/* ========== 全文列表 start ========== */
.textList1Dl{
	overflow: hidden;
	margin: -10px;
}
.textList1Dl dd{
	width: 50%;
	float: left;
	display: inline;
}
.textList1Dl dd .con{
	margin: 10px;
	background: #FFFFFF;
	padding: 0 10px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.textList1Dl dd .con:hover{
	box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
}
.textList1Dl dd .con .title{
	padding:10px 0 35px;
}
.textList1Dl dd .con .title a{
	display: inline-block;
	font-size: 16px;
	color: #333333;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 39px;
	line-height: 39px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.textList1Dl dd .con:hover .title a{
	color: #5cc13b;
}
.textList1Dl dd .con .down{
	text-align: right;
	padding: 0 20px;
	border-top: 1px solid rgb(245, 245, 245);
}
.textList1Dl dd .con .down a{
	display: inline-block;
	font-size: 14px;
	color: #999999;
	padding-right: 40px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	background: url(../images/more2.png)no-repeat center right;
	background-size: 24px 8px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.textList1Dl dd .con:hover .down a{
	background: url(../images/more2h.png)no-repeat center right;
	background-size: 24px 8px;
	color: #5cc13b;
}
.downPopBox{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transform: scale(0);
	-webkit-transform: scale(0);
	z-index: 21;
}
.downPopBox.show{
	transform: scale(1);
	-webkit-transform: scale(1);
}
.downPopBox .downPopBg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
}
.downPopBox .downPop{
	width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	background: #FFFFFF;
	z-index: 2;
}
.downPop .titleBox{
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	background: #5cc13b;
	padding: 0 20px;
}
.downPop .titleBox .close{
	height: 60px;
	width: 15px;
	float: right;
	display: inline;
	cursor: pointer;
	background: url(../images/close.png) no-repeat center right;
	background-size: 13px 14px;
}
.downPop .titleBox .title{
	font-size: 16px;
	color: #ffffff;
	overflow: hidden;
}
.downPop .downCon{
	background: #FFFFFF;
	height: 160px;
	padding: 0 20px;
}
.downBtn {
	text-align: center;
}
.downDiv{
	padding: 30px 0 20px;
}
.downDiv .downWidth{
	border: 1px solid rgb(230, 230, 230);
}
.downDiv .downWidth input{
	width: 100%;
	height: 44px;
	line-height: 44px;
	background: none;
	border: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 10px;
	font-size: 16px;
	color: #333333;
}
.downDiv .downWidth input::-webkit-input-placeholder{
	font-size: 16px;
	color: #cccccc;
}
.downBtn a{
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	width: 160px;
	height: 40px;
	background-color: rgb(92, 193, 59);
	line-height: 40px;
	overflow: hidden;
	border-radius: 20px;
	text-align: center;
}
/* ========== 全文列表 end ========== */