@charset "UTF-8";
/* ========== 问题反馈 start ========== */
.must{color: #f00;}
.messageBox{overflow: hidden;background: #FFFFFF;padding: 45px 40px 50px;}
.formW100{width: 100%;}
.formW{width: 240px;}
.formBdAll2{border: 1px solid rgb(230, 230, 230);box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 25px;}
.messageTitle{font-size: 20px;color: #333333;line-height: 30px;margin-bottom: 60px;text-align: center;font-weight: bold;}
.messageDl{margin-right: -40px;}
.messageDl .dd{width: 50%;float: left;display: inline;margin-bottom: 20px;}
.messageDl .dd.w100{width: 100%;}
.messageDl .dd .con{margin-right: 40px;}
.messageDl .title{line-height: 50px;font-size: 15px;color: #666666;}
.messageDiv{width: 100%;padding-left: 100px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.messageDiv .messageWidth .input{width: 100%;height: 50px;line-height: 50px;font-size: 15px;color: #666666;border: none;background: none;resize: none;box-sizing: border-box;-webkit-box-sizing: border-box;}
.messageDiv .messageWidth .input.textarea{height: 134px;line-height: 30px;padding: 10px 0;}
.messageDiv .formYzmBox{width: 172px;height: 52px;margin-left: 20px;cursor: pointer;}
.messageDiv .formYzmBox img{width: 100%;height: 100%;}
.messageBtn{font-size: 0;text-align: left;padding-left: 100px;}
.messageBtn a{display: inline-block;height: 50px;line-height: 50px;font-size: 14px;color: #ffffff;width: 196px;text-align: center;transition: all 0.4s;-webkit-transition: all 0.4s;}
.messageBtn a.submit{background: #33a73a;margin-right: 25px;}
.messageBtn a.reset{background: #bfbfbf;}
.messageBtn a:hover{opacity: 0.85;}
/* ========== 问题反馈 end ========== */
/* ========== 社会招聘 start ========== */
.recruitBox {
	overflow: hidden;
}

.recruitTitle {
	background: #03873d;
	padding-left: 13%;
	overflow: hidden;
}

.recruitTitle .text {
	overflow: hidden;
	font-size: 0;
}

.recruitTitle span {
	float: left;
	display: inline-block;
	width: 20%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #ffffff;
}

.recruitListDl dd {
	margin-bottom: 10px;
	cursor: pointer;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.recruitListDl dd.hover {
	margin-bottom: 0;
}

.recruitListDl dd .ruitListTitle {
	background: #fafafa;
	padding-left: 13%;
	overflow: hidden;
}

.recruitListDl dd .ruitListTitle .text {
	overflow: hidden;
	font-size: 0;
}

.recruitListDl dd .ruitListTitle span {
	float: left;
	display: inline-block;
	width: 20%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #666666;
}

.recruitListDl dd .ruitListTitle span.icn {
	background: url(../images/sby/reIcn.png) no-repeat center left;
	background-size: 29px 29px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.recruitListDl dd.hover .ruitListTitle span.icn {
	background: url(../images/sby/reIcnh.png) no-repeat center left;
	background-size: 25px 13px;
}

.ruitBtn {
	padding: 30px 13%;
}

.ruitBtn a {
	display: inline-block;
	font-size: 14px;
	color: #FFFFFF;
	background-color: rgb(3, 135, 61);
	width: 150px;
	height: 42px;
	line-height: 42px;
	text-align: center;
}

.ruitBtn a:hover {
	opacity: 0.9;
}

.ruitListCon {
	display: none;
	background: #f0f0f0;
	overflow: hidden;
}

.ruitConTitle {
	padding-left: 13%;
}

.ruitConTitle .text {
	overflow: hidden;
	font-size: 0;
}

.ruitConTitle .text span {
	float: left;
	display: inline-block;
	width: 20%;
	height: 74px;
	line-height: 74px;
	font-size: 14px;
	color: #333333;
}

.ruitConText {
	margin: 0 9%;
	border-bottom: 1px dashed rgb(153, 153, 153);
	border-top: 1px dashed rgb(153, 153, 153);
	padding: 24px 0;
	overflow: hidden;
	min-height: 328px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 0;
	position: relative;
}

.ruitConText::before {
	content: '';
	display: block;
	width: 1px;
	height: 230px;
	background-color: rgb(222, 222, 222);
	position: absolute;
	top: 50%;
	margin-top: -115px;
	left: 41%;
}

.ruitConText .ruitTextC {
	float: left;
	width: 30%;
	margin: 0 5%;
}

.ruitConText .ruitTextC:nth-child(even) {
	margin-left: 7%;
}

.ruitConText .ruitTextC .title {
	font-size: 16px;
	color: #333333;
	margin-bottom: 14px;
	line-height: 30px;
}

.ruitConText .ruitTextC .info {
	line-height: 30px;
	font-size: 14px;
	color: #999999;
}

/* 招聘弹窗 start */
.ruitPopBox {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 21;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.ruitPopBox.show {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.ruitPopBg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
}

.ruitPopCon {
	width: 600px;
	height: 700px;
	position: fixed;
	top: 50%;
	left: 50%;
	background: #FFFFFF;
	margin-top: -350px;
	margin-left: -300px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}

.ruitPopCon .popClose {
	width: 33px;
	height: 30px;
	background: url(../images/sby/close.png) no-repeat center center;
	background-size: 12px 11px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.ruitPopCon .popTitle {
	text-align: center;
	padding: 30px 0;
	margin-bottom: 3px;
}

.ruitPopCon .popTitle span {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	color: #03873d;
}

.formBox {
	padding: 0 76px 0 40px;
}

.formDl {
	margin-right: -30px;
	margin-bottom: 30px;
	height: 450px;
	overflow-y: auto;
}

.formDl .formDd {
	width: 100%;
	float: left;
	display: inline;
	margin-bottom: 20px;
}

.formDl .formDd.w2 {
	width: 50%;
}

.formDl .formDd.w3 {
	width: 33.3333%;
}

.formDl .formDd .formCon {
	margin-right: 30px;
}

.formCon .title {
	width: 86px;
	font-size: 16px;
	color: #666666;
	line-height: 40px;
}

.formCon .formDiv {
	margin-left: 86px;
}

.formDiv .inputWidth {
	width: 100%;
}

.formDiv.yzm .inputWidth {
	width: 30%;
}

.formDiv.yzm .imgBox {
	margin: 0 10px;
	width: 134px;
	height: 40px;
	cursor: pointer;
}

.formDiv.yzm .imgBox img {
	width: 100%;
	height: 100%;
}

.formDiv.yzm span {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #999999;
}

.formDiv.formFile a {
	display: inline-block;
	height: 36px;
	line-height: 25px;
	background: rgb(230, 230, 230);
	font-size: 14px;
	color: #666666;
	text-align: center;
	width: 94px;
	margin-right: 12px;
}

.formDiv.formFile span {
	display: inline-block;
	font-size: 14px;
	color: #999999;
	height: 36px;
	line-height: 36px;
}

.formbd {
	border: 1px solid rgb(230, 230, 230);
}

.formbg {
	background: rgb(230, 230, 230);
}

.formInput {
	border: none;
	outline: none;
	background: none;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #666666;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 15px;
}

.formTextarea {
	border: none;
	outline: none;
	background: none;
	resize: none;
	width: 100%;
	height: 100px;
	line-height: 30px;
	font-size: 16px;
	color: #666666;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px 15px;
}

.formInput::-webkit-input-placeholder,
.formTextarea::-webkit-input-placeholder {
	color: #cccccc;
	font-size: 14px;
}

.formBtn {
	font-size: 0;
	padding-left: 86px;
}

.formBtn a {
	display: inline-block;
	height: 42px;
	line-height: 42px;
	width: 150px;
	text-align: center;
	font-size: 14px;
}

.formBtn a.submit {
	background: #03873d;
	color: #FFFFFF;
	margin-right: 20px;
}

.formBtn a.reset {
	background: #e6e6e6;
	color: #666666;
}
.webuploader-pick{
	background: none !important;
	color: #333333 !important;
}
.webuploader-pick-hover{
	background: none !important;
}
/* 招聘弹窗 end */
/* ========== 社会招聘 end ========== */
/* ========== 企业文化 start ========== */
.cultureListDl {
	overflow: hidden;
	margin: 0 -133px;
}

.cultureListDl dd {
	width: 25%;
	float: left;
	display: inline;
	margin-bottom: 56px;
}

.cultureListDl dd .con {
	margin: 0 133px;
}

.cultureListDl dd .con .icn {
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	margin-bottom: 10px;
	width: 161px;
	height: 161px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.cultureListDl dd .con:hover .icn {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

.cultureListDl dd .con .title {
	line-height: 36px;
	margin-bottom: 9px;
	font-size: 22px;
	color: #040000;
	text-align: center;
}

.cultureListDl dd .con .info {
	line-height: 25px;
	font-size: 14px;
	color: #666666;
	text-align: center;
}

.cultureSlick {
	position: relative;
	padding: 100px 0 88px;
}

.cultureSlick .slick-dots {
	position: absolute;
	bottom: 100px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.cultureSlick .slick-dots li {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	border: 1px solid rgb(54, 44, 37);
}

.cultureSlick .slick-dots li.slick-active {
	border: 1px solid #0eb055;
	background: #0eb055;
}

.cultureSlick .bd {
	overflow: hidden;
}

.cultureSlick .slick-list {
	overflow: visible;
}

/* ========== 企业文化 end ========== */
/* ========== 合作伙伴 start ========== */
.imgList2Dl {
	overflow: hidden;
	margin: -20px;
	padding: 10px 0 0;
}

.imgList2Dl dd {
	width: 50%;
	float: left;
	display: inline;
}

.imgList2Dl dd .con {
	margin: 20px;
	display: block;
}

.imgList2Dl dd .con .pic::before {
	padding-top: 56.4286%;
}

.imgList2Dl dd .con .text {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 40px;
	width: 100%;
	height: 60px;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.imgList2Dl dd .con:hover .text {
	height: 100%;
}

.imgList2Dl dd .con .title {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #ffffff;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	margin-bottom: 17px;
}

.imgList2Dl dd .con:hover .title {
	text-align: center;
	font-size: 24px;
}

.imgList2Dl dd .con .info {
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
	max-height: 90px;
	overflow: hidden;
	margin-bottom: 48px;
}

.imgList2Dl dd .con .view {
	text-align: center;
}

.imgList2Dl dd .con .view span {
	display: inline-block;
	width: 118px;
	height: 32px;
	line-height: 32px;
	border: 1px solid rgb(245, 245, 245);
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}

/* ========== 合作伙伴 end ========== */
/* ========== 展馆介绍 start ========== */
.imgText2Dl dd .con {
	overflow: hidden;
	background: #f5f5f5;
}

.imgText2Dl dd .con .pic {
	width: 50%;
	float: left;
	display: inline;
}

.imgText2Dl dd:nth-child(even) .con .pic {
	float: right;
}

.imgText2Dl dd .con .text {
	width: 50%;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 85px 80px 0 50px;
	position: relative;
}

.imgText2Dl dd .con .title a {
	font-size: 30px;
	color: #333333;
	display: inline-block;
	height: 39px;
	line-height: 39px;
	overflow: hidden;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.imgText2Dl dd .con:hover .title a {
	color: #03873d;
}

.imgText2Dl dd .con .subTitle {
	font-size: 14px;
	color: #999999;
	height: 19px;
	line-height: 19px;
	overflow: hidden;
	margin-bottom: 21px;
}

.imgText2Dl dd .con .info {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-bottom: 102px;
}

.imgText2Dl dd .con .more {
	position: absolute;
	bottom: 55px;
	left: 50px;
}

.imgText2Dl dd .con .more a {
	display: inline-block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid rgb(209, 209, 209);
	background: url(../images/sby/right2.png)no-repeat center center;
	background-size: 8px 15px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.imgText2Dl dd .con:hover .more a {
	border: 1px solid #03873d;
	background: url(../images/sby/right2h.png)no-repeat center center;
	background-size: 8px 15px;
}

/* ========== 展馆介绍 end ========== */
/* ========== 团队管理 start ========== */
.teamListDl {
	overflow: hidden;
	margin-right: -20px;
}

.teamListDl dd {
	width: 50%;
	float: left;
	display: inline;
	margin-bottom: 20px;
}

.teamListDl dd .con {
	background: #f5f5f5;
	margin-right: 20px;
	overflow: hidden;
}

.teamListDl dd .con .pic {
	float: left;
	display: inline;
	width: 220px;
	margin-right: 30px;
}

.teamListDl dd .con .pic::before {
	padding-top: 118.1818%;
}

.teamListDl dd .con .text {
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 32px 90px 0 0;
}

.teamListDl dd .con .name a {
	display: inline-block;
	font-size: 20px;
	color: #333333;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.teamListDl dd .con:hover .name a {
	color: #03873d;
}

.teamListDl dd .con .post {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	margin-bottom: 40px;
}

.teamListDl dd .con .info {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
}

/* ========== 团队管理 end ========== */
/* ========== 联系我们 start ========== */
.contactUs {
	background: #FFFFFF;
}

.BMapLabel {
	display: none !important;
}

.anchorBL {
	display: none;
}

.BMap_omCtrl {
	display: none;
}

.contactUsDl {
	padding: 0 0 15px;
	overflow: hidden;
}

.contactUsDl dd {
	width: 33.3333%;
	height: 210px;
	float: left;
	display: inline;
	position: relative;
	text-align: center;
	padding: 0 36px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.contactUsDl dd.conEmail::before {
	display: block;
	content: '';
	width: 1px;
	height: 82px;
	background-color: rgb(230, 230, 230);
	position: absolute;
	top: 50%;
	margin-top: -41px;
	left: 0;
}

.contactUsDl dd.conEmail::after {
	display: block;
	content: '';
	width: 1px;
	height: 82px;
	background-color: rgb(230, 230, 230);
	position: absolute;
	top: 50%;
	margin-top: -41px;
	right: 0;
}

.contactUsDl dd .con {
	display: inline-block;
}

.contactUsDl dd .icn {
	width: 60px;
	height: 50px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: 60px 50px;
	background-position: center center;
	margin-bottom: 20px;
}

.contactUsDl dd.conTel .icn {
	background-image: url(../images/sby/contel.png);
}

.contactUsDl dd.conEmail .icn {
	background-image: url(../images/sby/conemail.png);
}

.contactUsDl dd.conAdd .icn {
	background-image: url(../images/sby/conadd.png);
}

.contactUsDl dd .title {
	font-size: 14px;
	color: #333333;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
}

.contactUsDl dd .info {
	font-size: 14px;
	color: #666666;
	line-height: 32px;
}

/* ========== 联系我们 end ========== */
/* ========== 行业动态 start ========== */
.textList1Dl dd {
	margin-bottom: 20px;
	border: 1px solid rgba(206, 206, 206, 0.38);
	padding: 34px 90px 28px 40px;
}

.textList1Dl dd .con .title a {
	display: inline-block;
	font-size: 16px;
	color: #333333;
	height: 36px;
	line-height: 36px;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.textList1Dl dd .con:hover .title a {
	letter-spacing: 1px;
	color: #03873d;
}

.textList1Dl dd .con .textC {
	overflow: hidden;
	font-size: 14px;
	color: #cccccc;
	overflow: hidden;
}

.textList1Dl dd .con .textC .time {
	display: inline-block;
	height: 44px;
	line-height: 44px;
	padding-left: 24px;
	background: url(../images/sby/time.png) no-repeat center left;
	background-size: 16px 16px;
	margin-right: 30px;
}

.textList1Dl dd .con .textC .eye {
	display: inline-block;
	height: 44px;
	line-height: 44px;
	padding-left: 28px;
	background: url(../images/sby/eye.png) no-repeat center left;
	background-size: 19px 11px;
}

.textList1Dl dd .con .info {
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}

/* ========== 行业动态 end ========== */
/* ========== 公司新闻 start ========== */
.imgText1Dl dd {
	margin-bottom: 20px;
	border: 1px solid rgba(206, 206, 206, 0.38);
	padding: 20px 70px 20px 35px;
}

.imgText1Dl dd .con {
	overflow: hidden;
	position: relative;
}

.imgText1Dl dd .con .pic {
	width: 268px;
	float: left;
	display: inline;
	margin-right: 35px;
}

.imgText1Dl dd .con .pic::before {
	padding-top: 60.0746%;
}

.imgText1Dl dd .con .more {
	width: 34px;
	float: right;
	display: inline;
	margin-left: 100px;
	position: relative;
}

.imgText1Dl dd .con .more::before {
	content: '';
	display: block;
	padding-top: 473.5294%;
}

.imgText1Dl dd .con .more a {
	display: block;
	width: 34px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px;
	background: url(../images/sby/more1.png) no-repeat center center;
	background-size: 34px 12px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.imgText1Dl dd .con:hover .more a {
	background: url(../images/sby/more1h.png) no-repeat center center;
	background-size: 34px 12px;
}

.imgText1Dl dd .con .text {
	overflow: hidden;
	padding: 19px 0 0;
}

.imgText1Dl dd .con .title {
	margin-bottom: 9px;
}

.imgText1Dl dd .con .title a {
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	max-width: 100%;
	display: inline-block;
	height: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.imgText1Dl dd .con:hover .title a {
	letter-spacing: 1px;
	color: #03873d;
}

.imgText1Dl dd .con .info {
	font-size: 14px;
	color: #999999;
	line-height: 22px;
	margin-bottom: 19px;
}

.imgText1Dl dd .con .time {
	font-size: 14px;
	color: #cccccc;
}

/* ========== 公司新闻 end ========== */
/* ========== 媒体中心 start ========== */
.imgList1Dl {
	overflow: hidden;
	margin: -20px;
	padding: 10px 0 0;
}

.imgList1Dl dd {
	width: 33.3333%;
	float: left;
	display: inline;
}

.imgList1Dl dd .con {
	display: block;
	background: #f5f5f5;
	margin: 20px;
}

.imgList1Dl dd .con .pic::before {
	padding-top: 56.2914%;
}

.imgList1Dl dd .con .text {
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.imgList1Dl dd .con:hover .text {
	color: #03873d;
}

/* ========== 媒体中心 end ========== */
/* ========== 单篇+文章页 start ========== */
/* ————— 公共部分 start ————— */
.articleC {
	background: #FFFFFF;
	padding: 70px 70px 80px;
}

.articleBox {
	line-height: 36px;
	padding: 10px 0;
	color: #666666;
	font-size: 16px;
}

.articleBox img {
	max-width: 100%;
}

/* ————— 公共部分 end ————— */
/* ————— 标题 start ————— */
.articleTitle {
	clear: both;
	line-height: 48px;
	font-size: 28px;
	font-family: "microsoft yahei";
	color: #333333;
	text-align: center;
	position: relative;
	font-weight: bold;
}

/* ————— 标题 end ————— */
/* ————— 发布信息 start ————— */
.articleTime {
	display: block;
	clear: both;
	color: #666666;
	font-size: 14px;
	line-height: 32px;
	padding-bottom: 16px;
	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;
}

.articleShare .bshare-weixin {
	background: url(../images/sby/wx.png) no-repeat center center !important;
}

.articleShare .bshare-sinaminiblog {
	background: url(../images/sby/wb.png) no-repeat center center !important;
}

.articleShare .bshare-qzone {
	background: url(../images/sby/qqkj.png) no-repeat center center !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: #03873d;
}

.articlePage a.hover {
	color: #fff;
	background: #03873d;
}

/* ————— 页码 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 #03873d;
	background: #03873d;
}

.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 #03873d;
	background: #03873d;
}

.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: #f5f5f5;
	overflow: hidden;
	padding: 0 30px;
}

.pageUp a {
	font-size: 16px;
	color: #666666;
}

.pageUp a:hover {
	color: #03873d;
}

/* ————— 页码 end ————— */
/* ========== 单篇+文章页 end ========== */
/* 关于我们发展历程 start */
.aboutDevelopment{
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0;
}
.aboutDevelopmentCon{
	padding: 40px 0 26px;
}
.aboutDevSlick1{
	padding: 70px 0 50px;
}
.aboutTabCSlick .con{
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 6px;
}
.aboutTabCSlick .picBox{
	float: left;
	width: 50%;
	height: 280px;
	background-repeat: no-repeat;
	background-size: cover;
}
.aboutTabCSlick .picBox a{
	display: block;
	width: 100%;
	height: 100%;
}
.aboutTabCSlick .text{
	width: 50%;
	float: left;
	height: 280px;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 30px 40px;
}
.aboutTabCSlick .devYear{
	margin-bottom: 22px;
}
.aboutTabCSlick .devYear a{
	font-size: 28px;
	font-weight: bold;
	color: #333333;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.aboutTabCSlick .info{
	font-size: 22px;
	color: #999999;
	line-height: 36px;
	height: 144px;
	overflow: hidden;
}
.aboutTabCSlick .con:hover .devYear a{
	color: #44c256;
}
.aboutTabSlick .con{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 15px;
	margin: 0 auto;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	position: relative;
	z-index: 5;
}
.aboutTabSlick .con a{
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	font-size: 16px;
	color: #44c256;
	background: #FFFFFF;
	text-align: center;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	position: relative;
	box-shadow: inset 0 0 2px #44c256;
	-webkit-box-shadow: inset 0 0 2px #44c256;
}
.aboutTabSlick .con a span{
	display: inline-block;
	width: 40px;
	overflow: hidden;
}
.aboutTabSlick .myslide.slick-current .con,
.aboutTabSlick .con:hover{
	background: url(../images/yearBg.png) no-repeat center center;
	background-size: 100% 100%;
}
.aboutTabSlick .myslide.slick-current .con a,
.aboutTabSlick .con:hover a{
	color: #FFFFFF;
	background: transparent;
}
.aboutTabSlick {position: relative;}
.aboutTabSlick::before{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(0, 0, 0,0.1);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.aboutTabSlick .bd {overflow: hidden;}
.aboutTabSlick .slick-list {overflow: visible;}
.aboutTabSlick .myslide {float: left;display: inline;}
.aboutTabSlick .prev,
.aboutTabSlick .next{transition: all 0.4s linear;-webkit-transition: all 0.4s linear;display: block;width: 56px;height: 56px;border-radius: 50%;background: #efece6;cursor: pointer;position: absolute;z-index: 2;top: 0;bottom: 0;margin: auto 0;}
.aboutTabSlick .prev {left: -56px;}
.aboutTabSlick .next {right: -56px;}
.aboutTabSlick .prev::before,
.aboutTabSlick .next::before{transition: all 0.4s linear;-webkit-transition: all 0.4s linear;display: block;content: '';color: #666;width: 10px;height: 10px;position: absolute;top: 22px;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.aboutTabSlick .prev::before{left: 24px;border-left: solid 1px currentColor;border-top: solid 1px currentColor;}
.aboutTabSlick .next::before{left: 20px;border-bottom: solid 1px currentColor;border-right: solid 1px currentColor;}
.aboutTabSlick .prev:hover,
.aboutTabSlick .next:hover{
	background: #44c256;
}
.aboutTabSlick .prev:hover::before,
.aboutTabSlick .next:hover::before{
	color: #FFFFFF;
}
/* 关于我们发展历程 end */
/* 新增 关于我们 发展历程和荣誉列表 */
/* 关于我们的start  */
.aboutCloumn1{
	height: 780px;
	background: url(../images/about/bg1.jpg) center center no-repeat;
	background-size: cover;
	box-sizing: border-box;

}
.aboutColumnTitle{
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 40px;
	color: #333;
}
.aboutColumn1C{
	padding-top: 67px;
}
.aboutPic{
	width: 680px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 1px 12px 8px rgba(68,182,10,0.1);
	margin-top: 15px;
}
.aboutPic .pic:before{
	padding-top: 66.9179%;
}
.aboutPicRight{
	overflow: hidden;
	padding-left: 85px;
}
.aboutPicRight .title{
	height: 60px;
	line-height: 60px;
	font-size:30px;
	color: #222;
	overflow: hidden;
	margin-bottom: 30px;
}
.aboutPicRight .text{
	height: 156px;
	line-height: 26px;
	font-size:14px;
	color: #666;
	overflow: hidden;
	margin-bottom: 20px;
}
.aboutMore{
	height: 58px;
	display: inline-block;
	overflow: hidden;
}
.aboutMore a{
	display: block;
	overflow: hidden;
	height: 58px;
}
.aboutMore a span{
	float: left;
	display: inline;
	height: 58px;
	line-height: 58px;
	font-size:14px;
	color: #999;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	margin-right: 20px;
}
.aboutMore a em{
	overflow: hidden;
	display: block;
	width: 58px;
	height: 58px;
	padding: 0px 0;
	background: url(../images/about/more.png) center center no-repeat;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.aboutMore a:hover span{
	color: #04863b;
}
.aboutMore a:hover em{
	transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
}
.aboutColumn1Dl{
	overflow: hidden;
	padding-top: 40px;
}
.aboutColumn1Dl dd{
	float: left;
	display: inline;
	width: 250px;
	margin-right: 30px;
}
.aboutColumn1Dl dd a{
	display: block;
	height: 100px;
}
.aboutColumn1Dl dd.dd1 a{
	background: url(../images/about/abg1.png) center center no-repeat;
}
.aboutColumn1Dl dd.dd2 a{
	background: url(../images/about/abg2.png) center center no-repeat;
}
.aboutColumn1Dl dd em{
	float: left;
	display: inline;
	width: 95px;
	height: 100px;
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 25px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.aboutColumn1Dl dd span{
	overflow: hidden;
	height: 100px;
	line-height: 100px;
	font-size: 22px;
	color: #FFFFFF;
}
.aboutColumn1Dl dd:hover em{
	margin-right: 20px;
	background-position: right center;
}

/* 公司文化 start */
.aboutCloumn2{
	padding: 100px 0;
	background: url(../images/about/bg2.jpg) center center no-repeat;
	background-size: cover;
}
.aboutCloumnC{
	position: relative;
	padding-top: 34.7222%;
	overflow: hidden;
}
.aboutCloumn2Table{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
.aboutTbc{
	height: 100%;
	position: relative;
	overflow: hidden;
}
.aboutTbc .aboutCloumn2Con{
	float: left;
	display: inline;
	width: 47.222%;
	height: 100%;
	background: url(../images/about/bg3.jpg) top center no-repeat;
	padding-top: 147px;
	box-sizing: border-box;
	padding-left: 48px;
	padding-right: 190px;
}
.aboutTbc .aboutCloumn2Con .text{
	position: relative;
	top: 54px;
	height: 208px;
	line-height: 26px;
	overflow: hidden;
	font-size: 14px;
	color: #999;
	overflow-y: auto;
}
.aboutTbc  .aboutPic2{
	overflow: hidden;
}
.aboutTbc  .aboutPic2 .pic::before{
	padding-top: 65.788%;
}
.aboutCloumn2Dl{
	position: absolute;
	width: 47.222%;
	top: 50px;
	z-index: 5;
	left: 48px;
	overflow: hidden;
}
.aboutCloumn2Dl dd{
	float: left;
	display: inline;
	margin-right: 128px;
}
.aboutCloumn2Dl dd .number{
	height: 52px;
	line-height: 52px;
	font-size: 30px;
	color: #e5e5e5;
}
.aboutCloumn2Dl dd .title{
	height: 40px;
	line-height: 42px;
	overflow: hidden;
	font-size: 22px;
	color: #999999;
}
.aboutCloumn2Dl dd.hover .title{
	color: #333;
}
/* 发展历程 start */
.aboutCloumn3{
	padding-top: 70px;
	padding-bottom: 100px;
	background: #FFFFFF;
}
.aboutCloumn3C{
	padding-top: 48px;
}
.aboutCloumn3Banner{
	height: 522px;
	position: relative;
}
.aboutCloumn3Banner .bd{
	position: relative;
	height: 522px;
}
.aboutCloumn3Banner .bd::before{
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	background: #e6e6e6;
}
.aboutCloumn3Banner .bd .myslide{
	height: 522px;
	position: relative;
	overflow: hidden;
}
.aboutCloumn3Banner .bd .myslide::after{
	display: block;
	content: "";
	position: absolute;
	width: 10px;
	background: #FFFFFF;
	height: 10px;
	border: 2px solid #44c256;
	border-radius: 100%;
	top: 50%;
	margin-top: -7px;
	left: 120px;
}
.aboutCloumn3Banner .bd .myslide.slick-active{
		overflow: unset;
}
.aboutCloumn3Banner .bd .myslide .con{
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
}
.aboutCloumn3Banner .bd .myslide .con{
	position: absolute;
	top: 5px;
	bottom: auto;
	left: 0;
}
.aboutCloumn3Banner .bd .myslide.even .con{
	position: absolute;
	top: auto;
	bottom: 5px;
	left: 0;
}
.aboutCloumn3Banner .bd .myslide .myslideCon{
	width: 390px;
	margin-left: 50px;
	padding: 20px 43px;
	height: 198px;
	box-sizing: border-box;
	box-shadow: 0 0px 18px 0 rgba(0,0,0,0.05);
	border-radius: 3px;
	position: relative;
}
.aboutCloumn3Banner .bd .myslide .myslideCon::after{
	display: block;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-top-color: #FFFFFF;
	left:65px;
	bottom: -24px;
	top: auto;
}
.aboutCloumn3Banner .bd .myslide.even .myslideCon::after{
	top: -24px;
	bottom: auto;
	border-top-color: transparent;
	border-bottom-color: #FFFFFF;
}
.aboutCloumn3Banner .bd .year{
	height: 48px;
	line-height: 48px;
	font-size: 25px;
	color: #333;
	margin-bottom: 5px;
}
.aboutCloumn3Banner .bd .text{
	height: 96px;
	line-height: 24px;
	overflow: hidden;
	font-size: 14px;
	color: #999;
}
.aboutCloumn3Banner .prev{
	position: absolute;
	width: 56px;
	height: 56px;
	left: -56px;
	top: 50%;
	margin-top: -28px;
	background: #efece6 url(../images/about/prev.png) center center no-repeat;
	border-radius: 100%;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	cursor: pointer;
}
.aboutCloumn3Banner .next{
	position: absolute;
	width: 56px;
	height: 56px;
	right: -56px;
	top: 50%;
	margin-top: -28px;
	border-radius: 100%;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	cursor: pointer;
	background:#efece6 url(../images/about/next_h.png) center center no-repeat;
}
.aboutCloumn3Banner .prev:hover{
	background: #48b35d url(../images/about/prev_h.png) center center no-repeat;
}
.aboutCloumn3Banner .next:hover{
	background: #48b35d url(../images/about/next.png) center center no-repeat;
}

/* 荣誉资质 start */
.aboutCloumn4{
	height: 750px;
	box-sizing: border-box;
	padding-top: 87px;
	position: relative;
	background: url(../images/about/bg4.jpg) center center no-repeat;
	overflow: hidden;
}
.aboutCloumn4Con{
	position: relative;
	padding-bottom: 130px;
	padding-top: 85px;
}

.aboutBanner4{
	margin-bottom: 40px;
	position: relative;
	z-index: 2;
	/* overflow: hidden; */
}
.aboutBanner4 .bd{
	margin: 0 -10px;
	padding: 0 60px 0px;
}
.aboutBanner4 .bd .slick-track {
    padding-bottom: 40px;
}
.aboutBanner4 .bd .myslide {
	transform: scale(0.85);
	-webkit-transform: scale(0.85);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	perspective: 500px;
	-webkit-box-reflect: below -7px -webkit-linear-gradient(top, rgba(250, 250, 250, 0), rgba(250, 250, 250, 0) 80%, rgba(250, 250, 250, 0.2));
}
.aboutBanner4 .bd .myslide.slick-current{
	transform: scale(1);
	-webkit-transform: scale(1);
	-webkit-box-reflect: unset;
}
.aboutBanner4 .bd  .con {
	margin: 0 10px;
	
}

.aboutBanner4 .bd .picBox{
	background: url(../images/about/picbg.png) no-repeat center center;
	background-size: cover;
	padding: 9px;
	
}
.aboutBanner4 .bd .pic:before {
	padding-top: 68.0134%;
}
.aboutCloumn4Con .indexDesk {
	position: absolute;
	height: 240px;
	width: 100%;
	background: url(../images/about/abg3.png) center center no-repeat;
	background-size: 100% auto;
	bottom: 0;
	z-index: 1;
}
.aboutBanner4 .slick-dots{
	position: absolute;
	width: 100%;
	height: 12px;
	left: 0;
	bottom: -75px;
	text-align: center;
}
.aboutBanner4 .slick-dots li{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #a5aead;
	border-radius: 12px;
	margin: 0 3px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	cursor: pointer;
}
.aboutBanner4 .slick-dots li.slick-active{
	background: #FFFFFF;
}
/* 关于我们的end  */

/* 历程 start */
.coursePage{
	background: url(../images/leaderSpeechBg.png) no-repeat center top;
	background-size: cover;
	min-height: 920px;
}
.courseBox{
	position: relative;
	padding-top: 110px;
}
.courseBox:after{
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	top: -1px;
	width: 16px;
	height: 1px;
	margin-left: -8px;
	background-color: #d9d9d9;
}
.courseBox:before{
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 98%;
	background-color: #d9d9d9;
}
.courseList{
	position: relative;
}
.courseList dd {
    width: 50%;
    position: absolute;
	padding-bottom: 120px;
}
.courseList dd:before{
	display: block;
	content: '';
	position: absolute;
	right: -7px;
	top: 48px;
	height: 14px;
	width: 14px;
	background-color: #03873d;
	border-radius: 50%;
}
.courseList dd.l {
    left: 0;
}
.courseList dd.r {
    right: 0;
}
.courseList dd.r:before{
	left: -7px;
}
.courseList dd .con{
	background-color: #fff;
	padding: 34px 50px 42px;
	margin-right: 40px;
	position: relative;
}
.courseList dd .con:before{
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid;
	border-color: transparent transparent transparent #fff; 
	top: 48px;
	right: -20px;
}
.courseList dd.r .con:before{
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid;
	border-color: transparent #fff transparent transparent; 
	top: 48px;
	left: -20px;
}
.courseList dd.r .con{
	margin-left: 40px;
	margin-right: 0;
}
.courseList dd .year{
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	font-size: 30px;
	color: #03873d;
	margin-bottom: 5px;
}
.courseList dd .info{
	line-height: 28px;
	font-size: 15px;
	color: #999999;
	max-height: 168px;
	padding-right: 10px;
	overflow-y: auto;
	overflow-x: hidden;
}
.courseList dd .info::-webkit-scrollbar {width:5px;background:#f0f0f0;}
.courseList dd .info::-webkit-scrollbar-thumb {width:5px;background:#03873d;border-radius: 4px;}
.courseList dd .info::-webkit-scrollbar-corner {background:#f0f0f0;}
.courseList dd .info::-webkit-scrollbar:horizontal{height:6px;}
/* 历程 end */

/* 荣誉列表 start */
.honourDl {
	overflow: hidden;
	margin: 0 -15px;
}

.honourDl dd {
	width: 33.3333%;
	float: left;
	display: inline;
	padding: 15px 0;
}

.honourDl dd a {
	display: block;
	margin: 0 15px;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.honourDl dd .picBox {
	padding: 30px 40px;
}

.honourDl dd .pic:before {
	padding-top: 77.0053%;
}

.honourDl dd .pic img {
	object-fit: contain;
}

.honourDl dd .text {
	border-top: 1px solid #f5f5f5;
	text-align: center;
	font-size: 16px;
	color: #333333;
	height:60px;
	line-height: 60px;
	padding: 5px 20px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.honourDl dd a:hover .text {
	/* background-color: #d2ae1c */;
	color: #04863b;
}

.honourDl dd a:hover {
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.08);
}

.viewer-number i {
	font-style: unset;
}

/* 荣誉列表 end */
