@charset "UTF-8";

/* ========== 单篇+文章页 start ========== */
.articleC {
	background: #FFFFFF;
	padding: 0px 50px 50px;
}

.articleBox {
	line-height: 36px;
	padding: 10px 0 0;
	color: #666666;
	font-size: 15px;
	margin-bottom: 10px;
}

.articleBox img {
	max-width: 100%;
}

/* ————— 标题 start ————— */
.articleTitle {
	clear: both;
	line-height: 50px;
	font-size: 32px;
	font-family: "microsoft yahei";
	color: #333333;
	text-align: left;
	position: relative;
	margin-bottom: 28px;
}

/* ————— 标题 end ————— */
/* ————— 发布信息 start ————— */
.articleTime {
	display: block;
	clear: both;
	color: #666666;
	font-size: 14px;
	line-height: 32px;
	padding: 30px 0 30px;
	border-bottom: 1px solid #efefef;
	border-top: 1px solid #efefef;
	overflow: hidden;
	text-align: center;
}

.articleTime span {
	margin-right: 16px;
	font-size: 14px;
	color: #999999;
	vertical-align: middle;
	display: inline-block;
}

.shareBox .sharejs_list .sharejs_item {
	position: relative;
	z-index: 100
}

/* ————— 发布信息 end ————— */
/* ————— 分享 start ————— */
.articleShare {
	display: inline-block;
	vertical-align: middle;
}

.articleShare .shareParent .shareItem {
	vertical-align: middle;
}

/* .shareParent .shareFont.icon-weibo {color: #FFFFFF;background: #ff763b;}
.shareParent .shareFont.icon-qzone {color: #FFFFFF;background: #FDBE3D;}
.shareParent .shareFont.icon-qq {color: #FFFFFF;background: #56b6e7;} */
/* ————— 分享 end ————— */
/* ————— 大图 start ————— */
/* 文章阅读页-内容上部大图 */
#play {
	width: 900px;
	height: 600px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e9e9e9;
	padding: 5px;
	margin: 20px auto 0 auto;
}

#play .change_a {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
}

#play .prev_a {
	left: 0;
}

#play .next_a {
	right: 0
}

#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}

#play .prev_a span {
	background: url(../images/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: 900px;
	height: 600px;
}

#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 900px;
	height: 600px;
	background: #fff;
	margin: 0 0 5px 0;
}

#play .img_ul li img {
	position: absolute;
}

.imgMove {
	width: 900px;
	clear: both;
	margin: 20px auto;
	position: relative;
}

.img_hd {
	margin: 0 auto;
	overflow: hidden;
	height: 60px;
	position: relative;
}

.img_hd ul {
	position: absolute;
	z-index: 1
}

.img_hd ul li {
	float: left;
	height: 47px;
	width: 70px;
	padding: 3px;
	margin: 0 7px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d4d4d4;
	position: relative;
}

.img_hd ul li p {
	height: 47px;
	width: 70px;
	display: block;
	background: #fff;
	position: relative;
}

.img_hd ul li i {
	display: block;
	clear: both;
	line-height: 20px;
	padding: 0 5px;
	background: #000;
	color: #fff;
	position: absolute;
	right: 3px;
	bottom: 3px;
	z-index: 9;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
}

.img_hd ul li img {
	position: absolute;
	height: 47px;
	width: 70px;
}

.img_hd ul li.on {
	border: 1px solid #006345;
	background: #006345;
}

.imgMove .bottom_a {
	width: 20px;
	height: 25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float: left;
	top: 15px;
	position: absolute;
	z-index: 9;
	background: url(../images/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;
}

/* ————— 大图 end ————— */
/* ————— 文件 start ————— */
.articleHand {
	clear: both;
	font-size: 16px;
	padding: 10px 0px 20px 0;
	/* overflow: hidden; */
}

.articleHand a {
	display: inline-block;
	line-height: 32px;
	padding: 0 20px 0px 30px;
	background: url(../images/common/file/file.png) no-repeat left center;
	color: #666;
	margin-bottom: 10px;
}

.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;
}

.articleHand a:hover {
	text-decoration: underline;
}

/* ————— 文件 end ————— */
/* ————— 文章页码 start ————— */
.articlePage {
	clear: both;
	text-align: center;
	font-family: Arial;
	font-size: 0;
}

.articlePage a {
	margin: 0 5px;
	background: #ccc;
	padding: 3px 12px;
	display: inline-block;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
}

.articlePage a:hover {
	color: #fff;
	background: #006345;
}

.articlePage a.hover {
	color: #fff;
	background: #006345;
}

/* ————— 文章页码 end ————— */
/* ————— 上一篇/下一篇 start ————— */
.pageUp {
	display: block;
	height: 72px;
	line-height: 72px;
	padding: 0 20px;
	background: #f9f9f9;
	border-radius: 5px;
	overflow: hidden;
}
.articlePageBox{
	float: left;
	display: inline;
	width: 50%;
	box-sizing: border-box;
	padding: 0 20px;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}
.articlePageBox.prev{
	background: url(../images/viewPrev.png) left center no-repeat;
}
.articlePageBox.prev:hover{
	padding-left: 25px;
	background: url(../images/viewPrev_h.png) left center no-repeat;
}
.articlePageBox.next{
	text-align: right;
	background: url(../images/viewNext.png) right center no-repeat;
}
.articlePageBox.next:hover{
	padding-right: 25px;
	background: url(../images/viewNext_h.png) right center no-repeat;
}
.pageUp a {
	display: inline-block;
	height: 72px;
	line-height: 72px;
	font-size: 15px;
	color: #808080;
	position: relative;
	z-index: 10
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}

.articlePageBox:hover,
.pageUp a:hover {
	color: #006345;
}

/* ————— 上一篇/下一篇 end ————— */
/* ————— 音频 start ————— */
.newsAudio .audiojs audio {
	position: absolute;
	left: -1px;
	opacity: 0;
}

.newsAudio .audiojs {
	z-index: 99999;
	background: #fff;
	overflow: hidden;
	font-family: monospace;
	font-size: 12px;
	border-radius: 5px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	width: 400px;
	margin: 0 auto;
	border: 1px solid #e5e5e5;
}

.newsAudio .audiojs .play-pause {
	width: 25px;
	height: 27px;
	padding: 4px 6px;
	margin: 0px;
	float: left;
	overflow: hidden;
	position: relative;
}

.newsAudio .audiojs .play-pause:before {
	content: '';
	display: block;
	border-right: 1px solid #e5e5e5;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	transform: scaleX(0.3);
}

.newsAudio .audiojs p {
	display: none;
	width: 25px;
	height: 27px;
	margin: 0px;
	cursor: pointer;
}

.newsAudio .audiojs .play {
	display: block;
}

.newsAudio .audiojs .scrubber {
	position: relative;
	float: left;
	width: 240px;
	background: #f5f5f5;
	height: 14px;
	margin: 10px;
	top: 1px;
	overflow: hidden;
}

.newsAudio .audiojs .progress {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	background: #fbbc05;
	z-index: 1;
}

.newsAudio .audiojs .loaded {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	background: #ffeebb;
	cursor: pointer;
}

.newsAudio .audiojs .time {
	overflow: hidden;
	height: 35px;
	line-height: 36px;
	margin: 0px 0px 0px 6px;
	padding: 0px 6px 0px 12px;
	position: relative;
	color: #666;
}

.newsAudio .audiojs .time:before {
	content: '';
	display: block;
	border-left: 1px solid #e5e5e5;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	transform: scaleX(0.3);
}

.newsAudio .audiojs .time em {
	padding: 0px 2px 0px 0px;
	color: #666;
	font-style: normal;
}

.newsAudio .audiojs .time strong {
	padding: 0px 0px 0px 2px;
	font-weight: normal;
}

.newsAudio .audiojs .error-message {
	display: none;
	padding: 0px 10px;
	height: 35px;
	overflow: hidden;
	line-height: 36px;
	white-space: nowrap;
	color: #666;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.newsAudio .audiojs .error-message a {
	color: #666;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #999;
	white-space: wrap;
}

.newsAudio .audiojs .play {
	background: url(../components/audio/images/play.png) center center no-repeat;
	background-size: 14px;
}

.newsAudio .audiojs .loading {
	background: url(../components/audio/images/loading.png) center center no-repeat;
	background-size: 14px;
	-webkit-animation: fa-rotating 2s infinite linear;
	animation: fa-rotating 2s infinite linear;
}

.newsAudio .audiojs .loading:before {
	content: '';
}

@keyframes fa-rotating {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.newsAudio .audiojs .error {
	background: url(../components/audio/images/error.png) center center no-repeat;
	background-size: 14px;
}

.newsAudio .audiojs .pause {
	background: url(../components/audio/images/pause.png) center center no-repeat;
	background-size: 16px;
}

.newsAudio .playing .play,
.newsAudio .playing .loading,
.newsAudio .playing .error {
	display: none;
}

.newsAudio .playing .pause {
	display: block;
}

.newsAudio .loading .play,
.newsAudio .loading .pause,
.newsAudio .loading .error {
	display: none;
}

.newsAudio .loading .loading {
	display: block;
}

.newsAudio .error .time,
.newsAudio .error .play,
.newsAudio .error .pause,
.newsAudio .error .scrubber,
.newsAudio .error .loading {
	display: none;
}

.newsAudio .error .error {
	display: block;
}

.newsAudio .error .play-pause p {
	cursor: auto;
}

.newsAudio .error .error-message {
	display: block;
}

/* ————— 音频 end ————— */
/* ————— 视频 start ————— */
.newsViewVideo {
	width: 900px;
	height: 600px;
	margin: 0 auto;
	position: relative;
}

.newsViewVideo #col1mui-player {
	height: 100% !important;
	cursor: pointer;
}

.newsViewVideo #muiPlaybtn {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/play.png) no-repeat center center;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 999;
	cursor: pointer;
}

/* ————— 视频 end ————— */
/* ========== 单篇+文章页 end ========== */
/* ========== 全图列表 start ========== */
/* 全图列表1 start */
.imgList1 {
	overflow: hidden;
	margin: 0 -10px;
}

.imgList1 dd {
	width: 33.3333%;
	float: left;
	display: inline;
	padding: 15px 0;
}

.imgList1 dd .con {
	display: block;
	background: #FFFFFF;
	margin: 0 10px;
	border-radius: 5px;
	overflow: hidden;
	transition: all .4s;
	-webkit-transition: all .4s;
}

.imgList1 dd .con .pic::before {
	padding-top: 56.563462%;
}

.imgList1 dd .con .pic .newPic {
	position: absolute !important;
	left: 0;
	top: 0;
}

.imgList1 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;
}

.imgList1 dd .con:hover {
	box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.08);
	transform: translateY(-1px);
	-webkit-transform: translateY(-1px);
}

.imgList1 dd .con:hover .text {
	color: #006345;
	font-weight: bold;
}

/* 全图列表1 end */
/* 视频列表 start */

/* 视频列表 end */
/* 资质荣誉 start */

/* 资质荣誉 end */
/* 期刊杂志 start */
/* 期刊杂志 end */
/* 数字报纸 start */
/* 数字报纸 end */
/* ========== 全图列表 end ========== */
/* ========== 图文列表 start ========== */
/* 图文列表1 start */
/* 图文列表1 end */
/* 图文列表2 start */
/* 图文列表2 end */
/* ========== 图文列表 end ========== */
/* ========== 文字列表 start ========== */
/* 全文列表1 start */
/* 全文列表1 end */
/* 全文列表2 start */
/* 全文列表2 end */
/* ========== 文字列表 end ========== */
/* ========== 瀑布流 start ========== */
/* 纵向瀑布流start */
/* 纵向瀑布流end */
/* 横向瀑布流start */
/* 横向瀑布流end */
/* ========== 瀑布流 end ========== */
/* ————— 公用表单 start ————— */
.input {
	border: 1px solid #ddd;
	padding: 0 10px
}

.input input {
	border: none;
	background: none;
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #333;
}

.textarea {
	border: 1px solid #ddd;
	padding: 5px 10px
}

.textarea textarea {
	border: none;
	background: none;
	width: 100%;
	height: 120px;
	line-height: 25px;
	font-size: 14px;
	color: #333;
}

a.formBtn {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ddd;
	background: #FFF;
	border-radius: 3px;
	font-size: 14px;
	color: #333;
	padding: 0 30px;
	margin: 0 5px;
}

a.formBtn:hover {
	opacity: .9;
}

.formYzm .input {
	width: 50%;
	float: left;
	display: inline;
}

.formYzm .yzmImg {
	width: 118px;
	height: 38px;
	border: 1px solid #ddd;
	background: #ddd;
	float: left;
	display: inline;
	margin-left: 20px;
}

.formYzm .yzmImg img {
	display: block;
	width: 100%;
	height: 100%;
}

.formSubBtn {
	font-size: 0;
	text-align: left;
	margin: 0 -5px;
}

.formSubBtn a {
	padding: 0 40px;
	border-radius: 5px;
}

.formSubBtn a.submit {
	background: #1e5ab0;
	color: #FFF;
}

.formSubBtn a.reset {
	background: #ddd;
	color: #8b8b8b;
}

/* ————— 公用表单 end ————— */
/* ========== 留言 start ========== */
/* 留言展示列表start */
/* 留言展示列表end */
/* 留言表单start */
/* 留言表单end */
/* ========== 留言 end ========== */
/* ========== 招聘 start ========== */
/* 列表start */
.recruitList dd {
	padding: 20px 30px;
	background: #FFF;
	border-radius: 8px;
	margin-bottom: 30px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
}

.recruitList dd .title {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	padding-bottom: 19px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 19px;
}

.recruitList dd .title .titleL {
	overflow: hidden;
	float: left;
	display: inline;
}

.recruitList dd .title .titleL a {
	display: block;
	padding-left: 38px;
	height: 50px;
	position: relative;
	color: #333333;
	font-size: 20px;
}

.recruitList dd .title .titleL a i {
	position: absolute;
	left: 0;
	top: 0;
	width: 38px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/rcIcn1.png);
}

.recruitList dd .title .titleR {
	overflow: hidden;
	float: right;
	display: inline;
}

.recruitList dd .title .titleR a {
	display: block;
	padding-right: 18px;
	height: 50px;
	position: relative;
	color: #aaaaaa;
	font-size: 16px;
	background: url(../images/rcMore.png) no-repeat right center;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
}

.recruitList dd .con {
	font-size: 16px;
	color: #808080;
}

.recruitList-table {
	width: 100%;
	table-layout: fixed;
}

.recruitList-table tr {
	height: 50px;
}

.recruitList-table tr td {
	padding-right: 15px;
	line-height: 30px;
}

.recruitList-table tr td:last-child {
	padding: 0;
}

.recruitList dd:hover {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
	transform: translateY(-3px);
}

.recruitList dd:hover .title .titleL a {
	color: #006345;
}

.recruitList dd:hover .title .titleL a i {
	background-image: url(../images/rcIcn1H.png);
}

.recruitList dd .title .titleR a:hover {
	padding-right: 25px;
	color: #006345;
	background: url(../images/rcMore_h.png) no-repeat right center
}

/* 列表end */

/* 详情 start */
.recruitViewBox {
	padding: 50px 30px;
	background: #FFFFFF;
}

.recruitViewtTop {
	background: #f9f9f9;
	border-radius: 10px;
	padding: 20px 30px;
	margin-bottom: 20px;
}

.recruitDuty {
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	color: #333333;
}

.recruitDutySpan span {
	padding: 5px 0;
	line-height: 30px;
	font-size: 16px;
	color: #808080;
	margin-right: 70px;
}

.recruitTitle {
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	position: relative;
}

.recruitTitle span {
	font-size: 18px;
	color: #555555;
}

.recruitTitle::before {
	display: block;
	content: '';
	position: absolute;
	height: 1px;
	left: 95px;
	top: 50%;
	background: #efefef;
	right: 0;
}

.recruitViewtBody .text {
	line-height: 34px;
	font-size: 14px;
	color: #777;
}

.recruitViewBtn {
	text-align: center;
}

.recruitViewBtn .btn {
	display: inline-block;
	margin: 0 10px;
	padding: 0 44px;
	border: 1px solid #006345;
	border-radius: 8px;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	position: relative;
}

.recruitViewBtn .btn a {
	padding-left: 30px;
	display: block;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}

.recruitViewBtn .btn.btn1 {
	background: #006345;
}

.recruitViewBtn .btn.btn1 a {
	color: #FFFFFF;
	background: url(../images/rcIcn4.png) left center no-repeat;
}

.recruitViewBtn .btn.btn2 a {
	color: #006345;
	background: url(../images/rcIcn3.png) left center no-repeat;
}

.recruitViewBtn .btn.btn1:hover {
	opacity: 0.9;
	cursor: pointer;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
	z-index: 3;
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}

.btnshare {
	position: absolute;
	left: 250px;
	width: 142px;
	top: 50%;
	margin-top: -30px;
	background: #FFF;
	box-shadow: -1px -1px 8px rgba(0, 0, 0, 0.08);
	box-sizing: border-box;
	border-radius: 5px;
	z-index: 3;
	transition: all .5s ease-in;
	-webkit-transition: all .5s ease-in;
	opacity: 0;
	visibility: hidden;
}

.btnshare::before {
	display: block;
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	transform: rotate(45deg);
	background: #fff;
	box-shadow: -1px -1px 8px rgba(0, 0, 0, 0.08);
	left: -8px;
	border-right-color: #FFFFFF;
	z-index: -1;
	top: 50%;
	margin-top: -8px;
}

.btnshare .btnshareC {
	background: #FFFFFF;
	padding: 10px;
	border-radius: 5px;
}

.recruitViewBtn .btn.btn2:hover {
	background: #006345;
}

.recruitViewBtn .btn.btn2:hover a {
	color: #FFFFFF;
	background: url(../images/rcIcn3_h.png) left center no-repeat;
}

.recruitViewBtn .btn.btn2:hover .btnshare {
	left: 210px;
	opacity: 1;
	visibility: visible;
}

/* 详情 end */


/* 表单start */
.recruitFrom {
	padding: 20px 30px 40px;
}

.recruitDd {
	float: left;
	display: inline;
	width: 50%;
	margin-bottom: 24px;
}

.recruitDd.wd100 {
	width: 100%;
}

.recruitDd .con {
	margin: 0 20px;
}

.recruitDd .title {
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #666;
	margin-bottom: 10px;
}

.recruitDivC {
	border: 1px solid #e9e9e9;
	border-radius: 10px;
	padding: 0 20px;
}

.recruitInput {
	padding-left: 34px;
	border: none;
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	color: #555555;
}

.recruitDivC {
	overflow: hidden;
}

.recruitTextarea {
	width: 100%;
	height: 170px;
	box-sizing: border-box;
	font-size: 14px;
	color: #555555;
	border: none;
	box-sizing: border-box;
	padding-top: 10px;
	line-height: 32px;
	padding-left: 46px;
	background: url(../images/rcIcn8.png) left 15px no-repeat;
}

.recruitDd.dd1 .recruitInput {
	background: url(../images/rcIcn5.png) left center no-repeat;
}

.recruitDd.dd2 .recruitInput {
	background: url(../images/rcIcn6.png) left center no-repeat;
}

.recruitDd.dd3 .recruitInput {
	background: url(../images/rcIcn7.png) left center no-repeat;
}

.recruitDd.dd5 .recruitInput {
	background: url(../images/rcIcn9.png) left center no-repeat;
}

.recruitDivSex {
	height: 48px;
	line-height: 48px;
}

.recruitDd input::-webkit-input-placeholder,
.recruitDd textarea::-webkit-input-placeholder {
	color: #999;
	/* placeholder颜色  */
	font-size: 14px;
	/* placeholder字体大小  */
	text-align: left;
	/* placeholder位置  */
}

.recruitDiv {
	overflow: hidden;
}
.webuploader-pick {
	padding: 0 !important;
	background: none !important;
}

.yzmImg {
	margin: 0 20px;
}

.yzmImg img {
	display: block;
	height: 48px;
	line-height: 48px;
}

.fontHuan {
	line-height: 48px;
	font-size: 16px;
	color: #999999;
}

.recruitDiv .aykj_cssRadio_icn {
	width: 18px;
	height: 18px;
	border: 1px solid #dedede;
}

.recruitDiv .aykj_cssRadioBox.checked .aykj_cssRadio_icn {
	border: 1px solid #006345;
}

.recruitDiv .aykj_cssRadio_icn i {
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
}

.recruitDiv .aykj_cssRadioBox.checked .aykj_cssRadio_icn i {
	display: block;
	background: #006345;
}

.recruitDiv a.downBtn {
	float: left;
	display: inline;
	height: 48px;
	line-height: 48px;
	padding: 0 57px;
	border-radius: 8px;
	background: #549834;
	font-size: 16px;
	color: #FFFFFF;
	margin-right: 20px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

.recruitDiv a.downBtn:hover {
	opacity: .85;
}

.recruitDiv a.downBtn.downBtn1 {
	background: #ffc038;
}

.recruitDiv span {
	font-size: 16px;
	color: #999;
	line-height: 48px;
}

.recruitFromBtn {
	text-align: center;
}

.recruitFromBtn a {
	display: inline-block;
	width: 180px;
	height: 48px;
	line-height: 48px;
	margin: 0 20px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	transition: all .4s;
	-webkit-transition: all .4s;
	border-radius: 8px;
}

.recruitFromBtn a:hover {
	opacity: .9;
	box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
	transform: translateY(-1px);
	-webkit-transform: translateY(-1px);
}

.recruitFromBtn a.submit {
	background: #006345;
}

.recruitFromBtn a.rest {
	background: #cccccc;
}

/* 表单end */
/* ========== 招聘 end ========== */
/* ========== 联系我们 start ========== */
.contactBox {
	padding: 30px;
}

.map {
	height: 565px;
}

#map .BMap_Marker label {
	left: -135px !important;
	top: -115px !important;
	width: 290px;
	height: 80px;
	line-height: 80px;
	background: #006345 url(../images/mapLogo.png) no-repeat 12px center !important;
	border: none !important;
	white-space: unset !important;
	padding: 25px 20px 0 80px !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 18px !important;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 80px;
}

#map .BMap_Marker label::before {
	display: block;
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background: #006345;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	left: 50%;
	margin-left: -8px;
	bottom: -8px;
}

#map .BMap_Marker {
	width: 32px !important;
	height: 32px !important;
	position: relative;

}

#map .BMap_Marker::before {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(0, 99, 69, .2);
	position: absolute;
	animation: circle-opacity 2s infinite;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0, 0);
}

#map .BMap_Marker div {
	top: -0px !important;
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 32px !important;
	height: 32px !important;
	overflow: hidden;
	left: -0px !important;
	top: 0px;
	animation: 700ms ease 0s infinite normal none running BMap_2080;
}

.BMap_scaleTxt,
.BMap_scaleCtrl,
.anchorBL,
.BMap_stdMpCtrl {
	display: none;
}

#map .BMap_Marker div img {
	margin-left: 0 !important;
	margin-top: 0 !important;
	width: 32px !important;
	height: 32px !important;
}

@keyframes circle-opacity {
	from {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}

	to {
		opacity: 0;
		transform: translate(-50%, -50%) scale(2);
	}
}

.contactDl {
	overflow: hidden;
}

.contactDl dd {
	float: left;
	display: inline;
	width: 50%;
}

.contactDl dd.w100 {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	margin-bottom: 20px;
	background: url(../images/addressIcon.png) right top no-repeat;
}

.contactDl dd .title {
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #808080;
}

.contactDl dd .text {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #333;
}

.contactDl dd.w100 .text {
	font-size: 22px;
}

/* ========== 联系我们 end ========== */
/* ========== 产品体系 start ========== */

/* 产品分类 start */
.productDl dd {
	margin-bottom: 60px;
}

.productDl dd .con {
	overflow: hidden;
}

.productDl dd .pic {
	float: left;
	display: inline;
	width: 48.9585%;
	overflow: hidden;
	margin-right: 30px;
	border-radius: 8px 0 0 8px;
}

.productDl dd.odd .pic {
	float: right;
	margin-left: 30px;
	margin-right: 0;
	border-radius: 0 8px 8px 0;
}

.productDl dd .pic::before {
	padding-top: 41.1348%;
}

.productDl dd .text {
	overflow: hidden;
	background: #fff;
	box-sizing: border-box;
	padding: 46px 50px 0;
	border-radius: 0 8px 8px 0;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}

.productDl dd.odd .text {
	border-radius: 8px 0 0 8px;
}

.productDl dd .title {
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	color: #181818;
	margin-bottom: 10px;
}

.productDl dd .textC {
	height: 52px;
	line-height: 26px;
	font-size: 14px;
	color: #808080;
	margin-bottom: 30px;
}

.productDl dd .more {
	height: 45px;
	padding: 0 6px 0 40px;
	width: 160px;
	box-sizing: border-box;
	border-radius: 60px;
	position: relative;
	overflow: hidden;
	transition: .4s ease;
	-webkit-transition: .4s ease;
	background: #F9F9F9;
}

.productDl dd .more::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(40deg, #8cba28, #006345);
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.4, 1, 1);
	transform: scale3d(0.4, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.productDl dd .more:hover::before {
	z-index: 1;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.productDl dd .more a {
	display: block;
	position: relative;
	line-height: 45px;
	z-index: 5;
	font-size: 14px;
	color: #999999;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}

.productDl dd .more:hover a {
	color: #fff;
}

.productDl dd .more a::after {
	display: block;
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
	top: 7px;
	border-radius: 45px;
	background: url(../images/more.png) center center no-repeat;
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
}

.productDl dd .more a::before {
	display: block;
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
	top: 7px;
	border-radius: 45px;
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
	background-image: linear-gradient(40deg, #8cba28, #006345);
}

.productDl dd .more:hover a::after {
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.08);
	z-index: 5;
}

.productDl dd .more:hover a::before {
	background-image: none;
}

.productDl dt {
	height: 38px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 50px;
	overflow: hidden;
	position: relative;
}

.productDl dt::after {
	display: block;
	content: '';
	position: absolute;
	width: 60px;
	top: 0;
	height: 38px;
	left: 50%;
	margin-left: -30px;
	background: url(../images/arrIcon.png) center center no-repeat;
	animation: arrowDown 1s infinite linear;
	-webkit-animation: arrowDown 1s infinite linear;
}

.productDl dt span {
	display: inline-block;
	width: 60px;
	height: 38px;
	position: relative;
}

.productDl dt span::before {
	display: block;
	content: '';
	position: absolute;
	width: 1200px;
	left: -1245px;
	height: 1px;
	top: 50%;
	background: #eaeaea;
}

.productDl dt span::after {
	display: block;
	content: '';
	position: absolute;
	width: 1200px;
	right: -1245px;
	height: 1px;
	top: 50%;
	background: #eaeaea;
}

/*向下的箭头跳动*/
@-webkit-keyframes arrowDown {
	0% {
		-webkit-transform: translate(0, 0);
	}

	25% {
		-webkit-transform: translate(0, 6px);
	}

	50% {
		-webkit-transform: translate(0, 0);
	}

	75% {
		-webkit-transform: translate(0, -6px);
	}

	100% {
		-webkit-transform: translate(0, 0);
	}
}

.productDl dt:last-child {
	display: none;
}

/* 产品分类 end */

/* 产品列表 start */
.productList1 {
	margin: 0 -15px;
}

.productList1 dd {
	float: left;
	display: inline;
	width: 33.333%;
	padding: 15px 0;
}

.productList1 dd .con {
	margin: 0 15px;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	border-radius: 5px;
	overflow: hidden;
}

.productList1 dd .con:hover {
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}

.productList1 dd .con .pic {
	background: #FFFFFF;
}

.productList1 dd .con .pic::before {
	padding-top: 100%;
}

.productList1 dd .con .pic img {
	max-width: 90%;
	max-height: 90%;
	width: auto;
	height: auto;
	object-fit: contain;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.productList1 dd .con .text {
	padding: 7px 30px 18px;
	background: #FFFFFF;
}

.productList1 dd .con .title {
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	text-align: center;
}

.productList1 dd .con .title a {
	font-size: 20px;
	color: #181818;
	font-weight: bold;
	text-align: center;
}

.productUl {
	margin: 0 -5px;
	overflow: hidden;
}

.productUl li {
	float: left;
	display: inline;
	width: 50%;
}

.productUl li .con1 {
	margin: 0 5px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	padding-left: 30px;
	background-position: left center;
	background-repeat: no-repeat;
}

.productList1 dd .con:hover .title a {
	color: #006345;
}

/* 产品列表 end */
/* 产品详情 start */
.productBox {
	padding: 0 50px 30px;
}

.productColumn1 {
	overflow: hidden;
	border-bottom: 1px solid rgba(234, 234, 234, 0.5);
}

.productBanner {
	width: 56.7164%;
}

.productBanner .pic {
	overflow: hidden;
	border-right: 1px solid rgba(234, 234, 234, 0.5);
}

.productBanner .pic::before {
	padding-top: 77.6316%;
}

.productBanner .pic img {
	max-width: 90%;
	max-height: 90%;
	width: auto;
	height: auto;
	object-fit: contain;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.productText {
	overflow: hidden;
	padding-left: 50px;
	padding-top: 18px;
}

.productName {
	height: 65px;
	line-height: 65px;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid rgba(234, 234, 234, 0.5);
	margin-bottom: 13px;
}

.productInfo .title {
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.productInfo .text {
	line-height: 28px;
	font-size: 14px;
	color: #666666;
}

.productBoxDl {
	border-top: 1px solid rgba(234, 234, 234, 0.5);
	padding: 18px 0;
}

.productBoxDl .title {
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.productBoxDl .text {
	line-height: 30px;
	font-size: 16px;
	color: #666;
}

.productColumn2 .productBoxDl:first-child {
	border: none;
}

/* 产品详情 end */
/* ========== 产品体系 end ========== */


/* ————— 音频列表 start ————— */
.audioList {
	overflow: hidden;
	margin: 0 -20px;
}

.audioList dd {
	float: left;
	display: inline;
	width: 50%;
	padding: 15px 0;
}

.audioList dd .con {
	padding: 30px 40px;
	margin: 0 20px;
	background: #FFFFFF;
	position: relative;
	transition: all .4s;
}

.audioList dd .title {
	overflow: hidden;
}

.audioList dd .title span {
	float: left;
	display: inline;
	width: 36px;
	height: 36px;
	background: url(../images/audioList/player.png) center center no-repeat;
}

.audioList dd .title .titleC {
	overflow: hidden;
	padding: 0 10px;
	line-height: 36px;
	height: 36px;
	font-size: 18px;
	color: #666;
}

.audioList dd .audioInfor {
	height: 30px;
	overflow: hidden;
}

.audioList dd .audioTime {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}

.audioList dd .audioTime span {
	padding-right: 5px;
}

.audioList dd .audioTime em {
	font-style: normal;
	padding-left: 5px;
}

.audioList dd .audioHandle {
	overflow: hidden;
	display: none;
}

.audioList dd .audioHandle.show {
	display: block;
}

.audioList dd .audioPlayerBtn {
	width: 30px;
	height: 30px;
	margin-right: 5px;
}

.audioList dd .audioHandle a {
	display: block;
	font-size: 0;
	width: 30px;
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 30px;
}

.audioList dd .audioHandle a.btnPlay {
	background-image: url(../images/audioList/audioPlay.png);
}

.audioList dd .audioHandle a.btnPause {
	background-image: url(../images/audioList/audioPause.png);
}

.audioVoice {
	float: left;
	display: inline;
}

.audioVoiceBtn {
	overflow: hidden;
	float: left;
	display: inline;
}

.audioVoiceBtn span {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/audioList/voice.png) center center no-repeat;
	background-size: auto 28px;
	margin-right: 5px;
	cursor: pointer;
}

.audioVoiceBtn.noVoice span {
	background-image: url(../images/audioList/noVoice.png);
}

.audioVoiceNum {
	float: left;
	display: inline;
	width: 84px;
	position: relative;
	height: 5px;
	background: #f0f0f0;
	border-radius: 5px;
	margin-top: 12px;
}

.audioVoiceNum em {
	display: block;
	border-radius: 5px;
	height: 100%;
	width: 50%;
	background: #999;
	position: relative;
}

.audioVoiceNum em i {
	position: absolute;
	width: 8px;
	height: 8px;
	background: #999;
	border-radius: 8px;
	right: 0;
	top: 50%;
	margin-top: -4px;
	cursor: pointer;
}

.audioList dd .audioWavBox {
	width: 100%;
	height: 42px;
	background: #f5f5f5;
	border-radius: 5px;
	padding: 0 5px;
	position: relative;
}

.audioList dd .audioWav {
	position: relative;
	width: 100%;
}

.audioWavBox .loadDataTip {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 42px;
	color: #999;
	width: 100%;
}

/* ————— 音频列表 end ————— */




/* 公司简介 start */
.companyColumnBox {
	padding: 50px;
}

.companyImg {
	float: left;
	display: inline;
	width: 47.0149%;
	position: relative;
	margin-left: 40px;
}

.companyImg::before {
	display: block;
	content: '';
	position: absolute;
	top: 30px;
	right: 40px;
	left: -10px;
	bottom: -10px;
	border-radius: 30px;
	background: #ecf1f5;
}

.companyImg .pic {
	overflow: hidden;
	border-radius: 30px;
	z-index: 2;
}

.companyImg .pic::before {
	padding-top: 58.7302%;
}

.companyText {
	overflow: hidden;
	height: 380px;
	border-bottom: 1px solid rgba(229, 229, 229, 0.5);
}

.companyText .title {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}

.companyText .text {
	line-height: 32px;
	font-size: 15px;
	color: #555555;
}

.companyInfo {
	line-height: 32px;
	font-size: 15px;
	color: #555555;
}

/* 公司简介 end */

/* 资质荣誉 start */
.hornorList {
	overflow: hidden;
	margin: 0 -15px;
}

.hornorList dd {
	width: 25%;
	float: left;
	display: inline;
	padding: 15px 0;
}

.hornorList dd a {
	display: block;
	margin: 0 15px;
	border-radius: 5px;
	overflow: hidden;
	background: #FFFFFF;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.hornorList dd a .picBox {
	padding: 20px;
}

.hornorList dd a .picBox .pic::before {
	padding-top: 71.1864%;
}

.hornorList dd a .picBox .pic img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: contain;
}

.hornorList dd a .text {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 20px 20px 0;
	text-align: center;
}

.hornorList dd a .text .title {
	font-size: 16px;
	color: #333333;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hornorList dd a .text .time {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #808080;
}

.hornorList dd a:hover .text .title {
	color: #006345;
}

.hornorList dd a:hover {
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}

/* 资质荣誉 end */

/* 大事记 start */
.eventBox {
	padding: 60px;
}

.eventDl .con {
	overflow: hidden;
	position: relative;
	padding-bottom: 60px;
}

.eventDl dd .conLeft {
	float: left;
	display: inline;
	width: 50%;
	box-sizing: border-box;
	padding: 0 60px;
}

.eventDl dd.odd .conLeft {
	float: right;
}

.eventDl dd .conRight {
	overflow: hidden;
}

.eventDl dd .pic {
	width: 450px;
	overflow: hidden;
	float: right;
	border-radius: 5px;
}

.eventDl dd.odd .pic {
	float: left;
}

.eventDl dd .text {
	width: 450px;
	padding: 0 30px;
}

.eventDl dd.odd .text {
	float: right;
}

.eventDl dd .text .year {
	min-height: 35px;
	line-height: 35px;
	font-size: 28px;
	color: #333333;
	margin-bottom: 30px;
}

.eventDl dd.odd .text .year {
	text-align: right;
}

.eventDl dd .text .yearInfo {
	line-height: 24px;
	font-size: 16px;
	color: #666666;
}

.eventDl dd .yuan {
	position: absolute;
	width: 34px;
	height: 34px;
	border-top: 1px solid #d4d5d9;
	border-right: 1px solid #d4d5d9;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #FFFFFF;
	left: 50%;
	top: 0;
	margin-left: -18px;
	border-radius: 100%;
	transform: rotate(44deg);
	-webket-transform: rotate(44deg);
}

.eventDl dd.odd .yuan {
	transform: rotate(-140deg);
	-webket-transform: rotate(-140deg);
}

.eventDl dd .yuan::before {
	display: block;
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -8px;
	background: #006345;
	border-radius: 100%;
}

.eventDl dd .con::before {
	display: block;
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	left: 50%;
	top: 0;
	background: #d4d5d9;
}

/* 大事记 end */
/* 发展历程 start */
.fazcTitle {
    line-height: 50px;
    height: 50px;
    font-size: 26px;
    color: #333333;
}
.fazcTitle .sp2 {
    font-size: 30px;
    color: #999999;
    text-transform: uppercase;
}
.fzlcSlick {
    margin: 0 -25px;
    position: relative;
    margin-bottom: 140px;
}
.fzlcSlick .slickCon {
    margin: 0 25px;
    padding-left: 36px;
}
.fzlcSlick .myslide:nth-child(1),
.fzlcSlick .myslide:nth-child(4), 
.fzlcSlick .myslide:nth-child(5),
.fzlcSlick .myslide:nth-child(8) {
    margin-top: 126px;
}
.fzlcSlick .myslide:nth-child(2),
.fzlcSlick .myslide:nth-child(6), 
.fzlcSlick .myslide:nth-child(10),
.fzlcSlick .myslide:nth-child(14){
    margin-top: 26px;
}
.fzlcSlick .myslide:nth-child(3),
.fzlcSlick .myslide:nth-child(7), 
.fzlcSlick .myslide:nth-child(11),
.fzlcSlick .myslide:nth-child(15){
    margin-top: 180px;
}
.fzlcSlick .slickCon .num {
    line-height: 46px;
    height: 46px;
    font-size: 30px;
    color: #006345;
    margin-bottom: 10px;
    position: relative;
}
.fzlcSlick .slickCon .num .line {
    position: absolute;
    width: 4px;
    height: 274px;
    background: #fcf5ea;
    left: -26px;
    top: 38px;
    z-index: 5;
}
.fzlcSlick .slickCon .num .line::before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 80%;
    background: rgba(26, 114, 50, .1);
}
.fzlcSlick .slickCon .num::before {
    position: absolute;
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    border: 3px solid #ffa800;
    border-radius: 50%;
    left: -36px;
    top: 50%;
    margin-top: -10px;
    z-index: 6;
}
.fzlcSlick .slickCon .textC {
    line-height: 22px;
    font-size: 14px;
    color: #666666;
    margin-bottom: 44px;
}
.fzlcSlick .slickCon .pic {
    border-radius: 5px;
    overflow: hidden;
    margin-right: 12px;
}

.fzlcSlick .prev,
.fzlcSlick .next {
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -17.5px;
    width: 35px;
    height: 35px;
    background: #006345 url(../images/prev.png) center center no-repeat;
    background-size: 25%;
    border-radius: 50%;
    cursor: pointer;
}
.fzlcSlick .next {
    left: unset;
    right: -30px;
    transform: rotate(180deg);
}
/* 发展历程 end */

/* 企业文化 start */
.cultureDl {
	overflow: hidden;
}

.cultureDl dd {
	float: left;
	display: inline;
}

.cultureDl dd .con {
	position: relative;
}

.cultureDl dd.dd1 {
	width: 50%;
}

.cultureDl dd .pic {
	overflow: hidden;
}

.cultureDl dd.dd1 .pic::before {
	padding-top: 66.38889%;
}

.cultureDl dd.dd2 .pic::before {
	padding-top: 36.112%;
}

.cultureDl dd.dd3 .pic::before {
	padding-top: 60.5556%;
}

.cultureDl dd.dd4 .pic::before {
	padding-top: 60.5556%;
}

.cultureDl dd.dd5 .pic::before {
	padding-top: 15.27778%;
}

.cultureDl dd.dd2 {
	width: 50%;
}

.cultureDl dd.dd3 {
	width: 25%;
}

.cultureDl dd.dd4 {
	width: 25%;
}

.cultureDl dd.dd5 {
	width: 100%;
}

.cultureDl dd .text {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	padding: 30px 30px 20px;
	background: rgba(0, 0, 0, 0.08);
}

.cultureDl dd .text .title {
	height: 44px;
	line-height: 44px;
	font-size: 24px;
	color: #FFFFFF;
	position: relative;
}

.cultureDl dd.dd1 .text,
.cultureDl dd.dd2 .text {
	padding-top: 48px;
}

.cultureDl dd.dd1 .text .title,
.cultureDl dd.dd2 .text .title {
	height: 63px;
	line-height: 63px;
	margin-bottom: 18px;
}

.cultureDl dd.dd1 .text .title::before,
.cultureDl dd.dd2 .text .title::before {
	display: block;
	content: '';
	position: absolute;
	width: 30px;
	height: 2px;
	left: 0;
	bottom: 0;
	background: #FFFFFF;
}

.cultureDl dd .text .textc {
	line-height: 30px;
	font-size: 15px;
	color: #FFFFFF;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}

.cultureDl dd:hover .text .textc {
	transform: translateY(3px);
	-webkit-transform: translateY(3px);
}

.cultureDl dd .text .icon {
	position: absolute;
	width: 40px;
	height: 50px;
	left: 30px;
	bottom: 20px;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}

.cultureDl dd .text .icon span {
	display: block;
	width: 40px;
	height: 50px;
	background-position: center center;
	background-repeat: no-repeat;
}

.cultureDl dd.dd5 .title,
.cultureDl dd.dd5 .textc {
	color: #4685b1;
}

.cultureDl dd:hover .text .icon {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

/* 企业文化 end */

/* 视频列表 start */
.videoList {
	overflow: hidden;
	margin: 0 -10px;
}

.videoList dd {
	width: 33.33333%;
	float: left;
	display: inline;
	padding: 15px 0;
}

.videoList dd .con {
	display: block;
	margin: 0 10px;
	background: #fff;
	overflow: hidden;
	border-radius: 3px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.videoList dd .pic::before {
	padding-top: 60.2151%;
}

.videoList dd .pic .playBtn {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 2;
}

.videoList dd .pic span.play {
	width: 100%;
	height: 40px;
	margin-bottom: 24px;
	display: block;
	background: url(../images/common/videoIco.png) no-repeat center center;
}

.videoList dd .pic span.time {
	width: 100%;
	height: 16px;
	line-height: 16px;
	display: block;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}

.videoList dd .text {
	padding: 20px;
}

.videoList dd .con .title {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	text-align: center;
}

.videoList dd .con:hover {
	box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.08);
	transform: translateY(-1px);
	-webkit-transform: translateY(-1px);
}

.videoList dd .con:hover .title {
	color: #006345;
	font-weight: bold;
}

/* 视频列表 end */
/* 图文列表1 start */
.imgText1 dd {
	overflow: hidden;
	padding: 30px;
	margin-bottom: 30px;
	background: #FFF;
	border-radius: 2px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.imgText1 dd:hover {
	box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.08);
	transform: translateY(-1px);
	-webkit-transform: translateY(-1px);
}

.imgText1 dd .pic {
	width: 300px;
	overflow: hidden;
	position: relative;
	margin-right: 40px;
	border-radius: 2px;
}

.imgText1 dd .text {
	overflow: hidden;
	padding-top: 30px;
	padding-right: 50px;
}

.imgText1 dd .text .title {
	overflow: hidden;
	height: 34px;
	line-height: 34px;
	margin-bottom: 8px;
}

.imgText1 dd .text .title a {
	color: #666;
	font-size: 18px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.imgText1 dd .text .textC {
	font-size: 14px;
	color: #808080;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-bottom: 8px;
}

.imgText1 dd .text .time {
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	color: #aaa;
	font-size: 14px;
	margin-bottom: 20px;
}

.imgText1 dd:hover .text .title a {
	color: #006345;
}

/* 图文列表1 end */
/* 产品三级分类 start */
.categoryBox{
	padding: 20px 0;
	text-align: center;
}
.categoryDl{
	display: inline-block;
	font-size: 0;
	margin: 0 -8px;
	text-align: center;
}
.categoryDl dd{
	display: inline-block;
	margin: 0 8px;
	padding: 10px 0;
}
.categoryDl dd .con{
	padding: 0 24px;
	height: 40px;
	line-height: 40px;
	border: 1px solid rgba(0,99,69,0.3);
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}
.categoryDl dd .con::after{
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #006346;
	transform: scaleX(.8);
	-webkit-transform: scaleX(.8);
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	opacity: 0;
	visibility: hidden;
}
.categoryDl dd .con a{
	font-size: 14px;
	color: #006346;
	text-align: center;
	position: relative;
	z-index: 5;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.categoryDl dd .con a span{
	display: inline-block;
	padding-left: 25px;
	background: url(../images/yumi.png) left center no-repeat;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}
.categoryDl dd:hover .con::after{
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	visibility: visible;
	opacity: 1;
}
.categoryDl dd:hover a{
	color: #fff;
	font-weight: bold;
}
.categoryDl dd:hover a span{
	background: url(../images/yumi_h.png) left center no-repeat;
}

.categoryDl dd.hover .con::after{
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	visibility: visible;
	opacity: 1;
}
.categoryDl dd.hover a{
	color: #fff;
	font-weight: bold;
}
.categoryDl dd.hover a span{
	background: url(../images/yumi_h.png) left center no-repeat;
}
/* 产品三级分类 end */