/* ==================== 新闻阅读页 start ==================== */
.articleTop {
	overflow: hidden;
	background: #f9fafb;
	padding: .5rem 0;
}

.articleTop .articleTitle {
	font-size: .9rem;
	color: #333333;
	text-align: center;
	font-weight: bold;
	padding: 0 2.5rem;
	line-height: 1.5rem;
}

.articleTop .articleTime {
	text-align: center;
	padding: .5rem 0 0 0;
	font-size: 0.6rem;
	color: #666666;
}

.articleTop .articleTime span {
	display: inline-block;
	padding-left: 0.9rem;
}

.articleBox {
	line-height: 1.5rem;
	color: #454545;
	padding: 0.5rem;
	font-size: 0.7rem;
	background: #fff;
}

.articleBox img {
	max-width: 100%;
}

/* 标题 */
.articleTitle {
	font-size: 0.9rem;
	color: #333333;
	text-align: center;
	font-weight: bold;
	padding: .5rem 2.5rem 0 2.5rem;
	line-height: 1.5rem;
}

/* 发布时间 */
.articleTime {
	display: block;
	clear: both;
	text-align: center;
	color: #999;
	font-size: 0.6rem;
	padding: 0 0 .25rem 0;
}

.articleTime span {
	display: inline-block;
	height: 100%;
}

.articleTime span.time {
	background: url(../images/viewTimeIcn.png)no-repeat center left;
	background-size: auto 0.6rem;
	margin-right: 1rem;
	padding-left: 0.8rem;
}

.articleTime span.eye {
	background: url(../images/viewEyeIcn.png)no-repeat center left;
	background-size: auto 0.6rem;
	padding-left: 1rem;
}

/* 音频播放器 */
.audio {
	margin: 0 50px;
	padding: 10px 0 10px 0;
}

.audio-tips {
	margin-top: 10px;
	color: #b1b1b1;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.audio-detail {
	padding: 5px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #f8f8f8;
	position: relative;
}

.audio-detail:after {
	content: " ";
	width: 200%;
	height: 200%;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	z-index: 1;
}

.audio .info {
	-webkit-box-flex: 1;
	-ms-flex: 1 0;
	flex: 1 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	line-height: 45px;
}

.audio .info p {
	margin: 0;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
	text-indent: 0;
}

.audio .info .audio-title {
	-webkit-box-flex: 1.5;
	-ms-flex: 1.5;
	flex: 1.5;
	line-height: 24px;
	font-size: 14px;
}

.audio .info .audio-desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 16px;
	color: #999 !important;
	font-size: 12px !important;
}

.audio .info .audio-desc span {
	padding: 0 15px 0 0;
	color: #ff000;
}

.audiojs {
	width: 2rem;
	height: 2rem;
	border-radius: 100%;
	background: url(../audiojs/play.png) no-repeat center center;
	background-size: cover;
	margin: .1rem .5rem 0 0;
	position: relative;
	z-index: 9;
}

.audiojs.playing {
	width: 2rem;
	height: 2rem;
	border-radius: 100%;
	background: url(../audiojs/play2.png) no-repeat center center;
	background-size: cover;
}

.audiojs .scrubber {
	display: none;
}

.audiojs .time {
	display: none;
}

.audiojs .play-pause {
	width: 1.25rem;
	height: 1.75rem;
	padding: 0 .3rem;
	margin: 0px;
	float: left;
	overflow: hidden;
}

/* 视频 */
.videoBox {
	background: #000;
	margin: 0 0 10px 0;
	height: 10rem;
	overflow: hidden;
}

/* 文章多图 */
.articelImgSlide {
	overflow: hidden;
	position: relative;
}

#articelImgSlide img {
	display: block;
	max-width: 100%;
	width: 100% !important;
}

#articelImgSlide .swiper-pagination {
	bottom: .25rem;
}

.articelImgSlide .swiper-pagination-bullet {
	background: #eee;
	opacity: 1;
}

.articelImgSlide .swiper-pagination-bullet-active {
	background: #cb0012;
}

.articelImgSlide .swiperPrev {
	width: 2rem;
	height: 2rem;
	position: absolute;
	top: 50%;
	left: 0px;
	background: url(../images/file/aboutPrev3.png) no-repeat center center;
	background-size: auto 1.5rem;
	z-index: 5;
	outline: none;
}

.articelImgSlide .swiperNext {
	width: 2rem;
	height: 2rem;
	position: absolute;
	top: 50%;
	right: 0px;
	background: url(../images/file/aboutNext3.png) no-repeat center center;
	background-size: auto 1.5rem;
	z-index: 5;
	outline: none;
}

/* 文件 */
.articleHand {
	clear: both;
	font-size: 0.75rem;
	overflow: hidden;
}

.articleHand a {
	display: block;
	line-height: 1.6rem;
	padding: 0 1rem 0 .5rem;
	float: left;
	clear: both;
}

.articleHand a i {
	padding: 0 .25rem 0 0;
}

.articleHand a.aykjWord {
	color: #37a6ff !important;
}

.articleHand a.aykjPpt {
	color: #ff7735 !important;
}

.articleHand a.aykjExcel {
	color: #15bf44 !important;
}

.articleHand a.aykjPdf {
	color: #1369c0 !important;
}

.articleHand a.aykjZip {
	color: #ff9779 !important;
}

/* 分享 */
.bdshare-button-style0-16 a,
.bdshare-button-style0-16 .bds_more {
	margin: 0 !important;
}

.shareBox {
	width: 100%;
	overflow: hidden;
	background: #fff;
	position: fixed;
	left: 0px;
	bottom: -100%;
	z-index: 10000;
	-webkit-transition: bottom 0.8s;
	-o-transition: bottom 0.8s;
	transition: bottom 0.8s;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.shareBox.show {
	bottom: 0px;
}

.shareCont {
	overflow: hidden;
	padding: 0.5rem;
	line-height: 1.1rem;
}

.shareBt {
	display: inline-block;
	width: 1rem;
	position: relative;
}

.shareClose {
	line-height: 2rem;
	text-align: center;
	padding: .15rem 0 0 0;
	font-size: 0.8rem;
}

.shareBt:after {
	display: block;
	content: "";
	overflow: hidden;
	width: 100%;
	padding-top: 100%;
	background: url(../images/share/share.png) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	bottom: -.2rem;
}

.boxShadow {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.6);
	z-index: 999;
	display: none;
}

/* 上一篇下一篇 */
.pageUp {
	line-height: 1.5rem;
	height: 3rem;
	overflow: hidden;
	padding: 0 0.75rem;
	font-size: 0.6rem;
	color: #666666;
}

.pageUp>div a {
	font-size: 0.6rem;
	color: #666666;
}

.viewPage {
	display: flex;
}

.viewPage a {
	display: block;
	flex: 1;
	text-align: center;
	font-size: 0.6rem;
	height: 2.5rem;
	line-height: 2.5rem;
}

.viewPage a em {
	display: inline-block;
	width: 0.875rem;
	height: 0.4rem;
}

.viewPage a.prev {
	color: #333333;
	background: #f5f5f5;
}

.viewPage a.prev em {
	background: url(../images/viewPrevIcn.png)no-repeat center left;
	background-size: 0.75rem auto;
	margin-right: 0.5rem;
}

.viewPage a.next {
	background: #8c94aa;
	color: #fff;
}

.viewPage a.next em {
	background: url(../images/viewNextIcn.png)no-repeat center right;
	background-size: 0.75rem auto;
	margin-left: 0.5rem;
}

/* 返回 */
.ViewBack {
	position: fixed;
	bottom: 10%;
	left: 1rem;
	width: 2rem;
	height: 2rem;
	background: #018440;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.ViewBack a {
	display: block;
	font-size: 0.6rem;
	color: #fff;
	text-align: center;
	padding-top: 0.9rem;
	background: url(../images/viewBackIcn.png)no-repeat center top 0.2rem;
	background-size: auto 0.7rem;
}

/* ==================== 新闻阅读页 end ==================== */
/* ==================== 大事记 start ==================== */
.eventDl {
	padding: 4rem 0.5rem 9rem;
	position: relative;
	overflow: hidden;
	background: url(../images/eventBg.png)no-repeat left bottom;
}

.eventDl::before {
	display: block;
	content: "";
	width: 1.25rem;
	height: 1.25rem;
	background: #fff url(../images/eventTimeIcn.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 1rem;
	left: 50.5%;
	transform: translate(-50.5%, 0);
	-webkit-transform: translate(-50.5%, 0);
	z-index: 20;
}

.eventDl dt {
	display: block;
	content: "";
	width: 3px;
	height: 100%;
	background: #d7d7d7;
	position: absolute;
	top: 2rem;
	left: 50%;
	padding-top: 2rem;
	z-index: -1;
}

.eventDl dd {
	overflow: hidden;
	padding-bottom: 1rem;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.eventDl dd::before {
	display: block;
	content: "";
	width: 0.5rem;
	height: 0.5rem;
	background: #018440;
	border-radius: 50%;
	position: absolute;
	top: 0.3rem;
	left: 49%;
	z-index: 10;
}

.eventDl dd::after {
	display: block;
	content: "";
	width: 0.2rem;
	height: 0.2rem;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0.45rem;
	left: 49.88%;
	z-index: 15;
}

.eventDl dd .year,
.eventDl dd .text {
	width: 50%;
}

.eventDl dd .text {
	font-size: 0.55rem;
	color: #333333;
	line-height: 1rem;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.eventDl dd .year {
	font-size: 0.9rem;
	color: #018440;
	font-weight: bold;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.eventDl dd:nth-child(even) {
	flex-flow: row-reverse;
	/* 左右两边内容调换位置 */
	text-align: right;
}

.eventDl dd:nth-child(even) .text,
.eventDl dd:nth-child(odd) .year {
	padding-left: 1rem;
}

.eventDl dd:nth-child(even) .year {
	padding-right: 1rem;
}

.eventDl dd:nth-child(odd) .text {
	padding-right: 0.5rem;
}

/* ==================== 大事记 end ==================== */
/* ==================== 联系我们 start ==================== */
.contactUsBox {
	padding: 1rem 0.5rem;
}

.contactMap {
	height: 13.75rem;
	width: 100%;
	overflow: hidden;
	background: #FFFFFF;
	padding: 0 0 0.5rem;
}

.contactConBox .text {
	height: 2.5rem;
	background: #f6f6f6;
	margin-bottom: 0.5rem;
	padding-left: 1.25rem;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 0.675rem 0.75rem;
	display: flex;
	overflow: hidden;
}

.contactConBox .text span {
	display: inline-block;
}

.contactConBox .text .title {
	font-size: 0.5rem;
	color: #444444;
	padding-top: 1.5rem;
	margin-right: 0.75rem;
}

.contactConBox .text .titleIcn1 {
	background: url(../images/addIcn.png)no-repeat center top 0.3rem;
	background-size: auto 1rem;
}

.contactConBox .text .titleIcn2 {
	background: url(../images/telIcn.png)no-repeat center top 0.5rem;
	background-size: auto 0.9rem;
}

.contactConBox .text .titleIcn3 {
	background: url(../images/emailIcn.png)no-repeat center top 0.5rem;
	background-size: auto 0.8rem;
}

.contactConBox .text .textC {
	font-size: 0.6rem;
	color: #333333;
	line-height: 2.5rem;
}

/* ==================== 联系我们 end ==================== */
/* ==================== 联系我们在线留言 start ==================== */
.messageBox {
	padding: 1.25rem 0.75rem 0;
}

.messageTitle {
	font-size: 0.7rem;
	color: #333333;
	margin-bottom: 0.75rem;
}

.messageBtn {
	display: flex;
	padding: 0.75rem 0 1.5rem;
}

.messageBtn a {
	display: block;
	width: 100%;
	background: #018440;
	color: #fff;
	font-size: 0.75rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	border-radius: 0.2rem;
	-webkit-border-radius: 0.2rem;
}

.messageForm .messageCon {
	width: 100%;
	margin-bottom: 0.5rem;
	display: flex;
	flex-wrap: wrap;
}

.messageForm .messageCon>div {
	height: 1.85rem;
	line-height: 1.85rem;
}

.messageCon .title {
	font-size: 0.65rem;
	color: #333333;
	height: 100%;
	width: 100%;
}

.messageCon .must {
	font-size: 0.6rem;
	color: #e80010;
	display: inline-block;
	margin-right: 0.2rem;
}

.messageCon .inputDiv {
	width: 100%;
	display: flex;
}

.messageCon .inputDiv .inputWidth {
	width: 100%;
	height: 100%;
	border-radius: 0.2rem;
	-webkit-border-radius: 0.2rem;
	overflow: hidden;
}

.messageCon .inputDiv .inputWidth .formInput {
	width: 100%;
	height: 100%;
	display: block;
	border: none;
	padding: 0 0.5rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: none;
	resize: none;
	font-size: 0.65rem;
	color: #333333;
	background: #f9f9f9;
}

.messageCon.textarea>div.inputDiv {
	height: 7.5rem;
}

.messageCon.textarea .inputDiv .inputWidth .formInput {
	padding: 0.5rem;
}

.messageCon.yzm .inputDiv .inputWidth {
	width: 40%;
	height: 100%;
	margin-right: 0.5rem;
}

.messageCon.yzm .inputDiv .picBox {
	width: 3.25rem;
	height: 100%;
	overflow: hidden;
}

.messageCon.yzm .inputDiv .picBox img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* ==================== 联系我们在线留言 end ==================== */
/* ==================== 新闻中心 start ==================== */
.imgListDl {
	overflow: hidden;
	padding: 0.75rem 0 0;
}

.imgListDl dd {
	width: 100%;
	background: #f5f5f5;
	margin-bottom: 0.75rem;

}

.imgListDl dd .pic::before {
	padding-top: 57.8571%;
}

.imgListDl dd .text {
	padding: 0.5rem 0.625rem;
}

.imgListDl dd .text .textC {
	height: 2rem;
	line-height: 1rem;
	font-size: 0.6rem;
	color: #626262;
}

/* ==================== 新闻中心 end ==================== */
/* ==================== 新闻动态 start ==================== */
.imgTextDl {
	padding: 0.625rem 0 0;
}

.imgTextDl dd {
	padding: 0.5rem;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 0.5rem;
}

.imgTextDl dd .pic {
	float: left;
	display: inline;
	width: 6.375rem;
	margin-right: 0.5rem;
}

.imgTextDl dd .pic::before {
	padding-top: 60%;
}

.imgTextDl dd .text {
	overflow: hidden;
}

.imgTextDl dd .text .title {
	font-size: 0.5rem;
	color: #333333;
	height: 1.8rem;
	line-height: 0.9rem;
	font-weight: bold;
}

.imgTextDl dd .text .time span {
	display: block;
	font-size: 0.65rem;
	color: #aaaaaa;
}

.imgTextDl dd .text .time span.data {
	font-size: 16px;
}

/* ==================== 新闻动态 end ==================== */
/* ==================== 产品列表 start ==================== */
.productSearchBox{
	padding: 0.9rem 0.5rem;
	background: #f4f4f4;
}
.productSearchBox .productSearch{
	width: 100%;
	height: 1.625rem;
	line-height: 1.625rem;
	background: #fff;
	border-radius: 1rem;
	-webkit-border-radius: 1rem;
	overflow: hidden;
	display: flex;
}
.productSearchBox .productSearch input{
	width: 85%;
	height: 100%;
	outline: none;
	border: none;
	padding: 0 0 0 1rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 0.6rem;
	color: #333;
}
.productSearchBox .productSearch a{
	display: block;
	width: 15%;
	height: 100%;
	background: url(../images/searchIcn.png)no-repeat center right 1rem;
	background-size: auto 1rem;
}
.productList {
	overflow: hidden;
}

.productList dd {
	margin-bottom: 0.5rem;
	background: #fff;
	padding: 0.75rem 0.5rem 0.5rem;
}

.productList dd .con {
	background: #e1e5e6;
	border-radius: 0.3rem;
	overflow: hidden;
}

.productList dd .con .pic::before {
	padding-top: 89.4366%;
}

.productList dd .con .pic img {
	object-position: center bottom;
}

.productList dd .con .text {
	height: 1.85rem;
	line-height: 1.85rem;
	background: #018440;
	color: #fff;
	font-size: 0.65rem;
	text-align: center;
}

/* ==================== 产品列表 end ==================== */
/* ==================== 产品展示 start ==================== */
.productViewBanner {
	width: 100%;
	position: relative;
	z-index: 1;
	height: 12.25rem;
	overflow: hidden;
}

.productViewBanner * {
	outline: none;
}

.productViewBanner img {
	width: 100%;
}

.productViewBanner .swiper-pagination {
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.productViewBanner .swiper-pagination span {
	width: 0.5rem;
	height: 0.5rem;
	line-height: 0.5rem;
	border-radius: 50%;
	text-align: center;
	font-size: .6rem;
	color: #FFF;
	opacity: 1;
	background: #fff;
	overflow: hidden;
}

.productViewBanner .swiper-pagination span.swiper-pagination-bullet-active {
	background: #018440
}

.productViewCon{
	background: url(../images/productViewBg1.png)no-repeat center top -15rem;
	background-size: cover;
	padding: 0.5rem 0.5rem 1.15rem;
}
.productViewCon .text{
	border-radius: 0.3rem;
	overflow: hidden;
	background: #fff;
	margin-bottom: 0.5rem;
	padding: 0.5rem 0.375rem;
}
.productViewCon .text .title{
	font-size: 0.9rem;
	color: #333333;
	height: 2.1rem;
	line-height: 2.1rem;
}
.productBtn{
	padding: 0.5rem 0;
}
.productBtn a{
	display: block;
	background: #018440;
	text-align: center;
	color: #fff;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 0.7rem;
}
.productConBox{
	display: flex;
	flex-wrap: wrap;
	padding: 0.5rem 0;
}
.productConBox .productCon:nth-child(odd){
	width: 55%;
}
.productConBox .productCon:nth-child(even){
	width: 45%;
}
.productConBox .productCon .textCon{
	line-height: 1rem;
	font-size: 0.6rem;
	color: #666666;
}
.productConBox .productCon:nth-child(odd) .textCon{
	padding-right: 1.2rem;
}
.productViewCon .productViewImg{
	line-height: 1rem;
}
.productViewCon .productViewImg img{
	width: 100%;
	height: 100%;
	margin-bottom: 0.5rem;
	border-radius: 0.3rem;
	overflow: hidden;
}

/* ==================== 产品展示 end ==================== */
/* ==================== 公司荣誉 start ==================== */
.honorListDl{
	display: flex;
	flex-wrap: wrap;
	margin-right: -0.5rem;
}
.honorListDl.one{
	display: -webkit-box;
	flex-wrap: unset;
	overflow-y: auto;
}
.honorListDlBanner .dt,
.honorListDl .dt{
	width: 50%;
}
.honorListDl .dt .con{
	margin-right: 0.5rem;
	background: #e9e9e9;
}
.honorListDlBanner .dt .con{
	background: #e9e9e9;
}
.honorListDl .dt .con .picBox{
	padding: 0.5rem 0.875rem 0.75rem;
}
.honorListDlBanner .dt .con .picBox{
	padding: 0.5rem 0.875rem 0.75rem;
}
.honorListDlBanner .dt .con .text,
.honorListDl .dt .con .text{
	background: #f3f3f3;
	height: 1.5rem;
	line-height: 1.5rem;
	color: #666666;
	font-size: 0.5rem;
	text-align: center;
}
.honorListDl dd{
	width: 100%;
}
.honorListDl dd .con{
	margin-right: 0.5rem;
	padding: 0.75rem 0;
}
.honorListDl dd .con .text{
	line-height: 1rem;
	font-size: 0.6rem;
	color: #333;
}
/* ==================== 公司荣誉 end ==================== */
/* ==================== 视频中心 start ==================== */
.videoListDl {
	display: flex;
	flex-wrap: wrap;
	margin-right: -0.75rem;
	padding: 0.5rem 0 0;
}

.videoListDl dd {
	width: 50%;
	margin-bottom: 0.5rem;
}

.videoListDl dd .con {
	overflow: hidden;
	margin-right: 0.75rem;
	display: block;
}
.videoListDl dd .con .pic{
	border-radius: 0.3rem;
	overflow: hidden;
}

.videoListDl dd .con .pic .bofang {
	width: 0.9rem;
	height: 0.9rem;
	background: url(../images/bofang.png)no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 99;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.videoListDl dd .con .text {
	line-height: 2rem;
	height: 2rem;
	text-align: center;
	color: #333333;
	font-size: 0.6rem;
}

.picBg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
}
.layui-layer.layui-layer-page.layer-anim{
	top: 35% !important;
}
/* ==================== 视频中心 end ==================== */
/* ==================== 全图列表2 start ==================== */
.imgList2Dl {
	display: flex;
	flex-wrap: wrap;
	margin-right: -0.75rem;
	padding: 0.5rem 0 0;
}

.imgList2Dl dd {
	width: 50%;
	margin-bottom: 0.5rem;
}

.imgList2Dl dd .con {
	overflow: hidden;
	margin-right: 0.75rem;
	display: block;
}
.imgList2Dl dd .con .pic{
	border-radius: 0.3rem;
	overflow: hidden;
}
.imgList2Dl dd .con .text {
	line-height: 2rem;
	height: 2rem;
	text-align: center;
	color: #333333;
	font-size: 0.6rem;
}
/* ==================== 全图列表2 end ==================== */