@charset "UTF-8";

/* ========== 单篇+文章页 start ========== */
.articleC {
	background: #FFFFFF;
	padding: 0 8.3333% 50px;
	position: relative;
}

.articleBox {
	line-height: 36px;
	padding: 10px 0 0;
	color: #666;
	font-size: 16px;
	margin-bottom: 10px;
	font-family: 'phtL';
}

.articleBox img {
	max-width: 100%;
}

/* ————— 标题 start ————— */
.articleTitle {
	clear: both;
	line-height: 44px;
	font-size: 28px;
	font-family: 'pht';
	color: #333;
	text-align: center;
	position: relative;
}

/* ————— 标题 end ————— */
/* ————— 发布信息 start ————— */
.articleTime {
	display: block;
	clear: both;
	font-family: 'phtL';
	color: #444444;
	font-size: 16px;
	line-height: 40px;
	padding: 27px 0;
	overflow: hidden;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: auto 10px;
	background-image: url(../images/lin2.png);
}

.articleTime span {
	margin-right: 16px;
	color: #444444;
	font-size: 16px;
	vertical-align: middle;
	display: inline-block;
	overflow: hidden;
}

.artFontSize span {
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 50%;
	text-align: center;
	margin: 0 5px;
	cursor: pointer;
}

.artFontSize span.hover {
	background-color: #e6eaf3;
}

.articleShare {
	float: right;
	display: inline;
}

.articleShare .shareBox {
	margin: 0;
}

.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: 600px;
	height: 400px;
	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: 600px;
	height: 400px;
}

#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 600px;
	height: 400px;
	background: #fff;
	margin: 0 0 5px 0;
}

#play .img_ul li img {
	position: absolute;
}

.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: 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 #1029be;
	background: #1029be;
}

.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: #1029be;
}

.articlePage a.hover {
	color: #fff;
	background: #1029be;
}

/* ————— 文章页码 end ————— */
/* ————— 上一篇/下一篇 start ————— */
.pageUp {
	display: block;
	line-height: 40px;
	font-size: 18px;
	color: #595959;
	padding: 25px 50px;
	background-color: #fff;
	overflow: hidden;
	font-family: 'pht';
}

.pageUp .articlePageBox {
	float: left;
	display: inline;
	width: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	padding-right: 45px;
}

.pageUp .articlePageBox+.articlePageBox {
	padding-left: 45px;
	padding-right: 0;
}

.pageUp .articlePageBox+.articlePageBox::before {
	content: '';
	display: block;
	width: 1px;
	height: 40px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	z-index: 10;
	background-color: rgb(230, 230, 230);
}

.pageUp a {
	font-size: 18px;
	color: #595959;
	position: relative;
	z-index: 10;
	font-family: 'phtL';
}

.articlePageBox:hover,
.pageUp a:hover {
	color: #1029be;
}

/* ————— 上一篇/下一篇 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: 600px;
	height: 400px;
	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;
	margin-bottom: 30px;
}

.imgList1 dd .con {
	display: block;
	background: #FFFFFF;
	margin: 0 30px 0 0;
	border-radius: 5px;
	overflow: hidden;
}

.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 .text {
	color: #1029be;
}

/* 全图列表1 end */
/* ========== 全图列表 end ========== */
/* ========== 图文列表 start ========== */
/* 图文列表1 start */
.imgTextList1 {
	overflow: hidden;
	margin-right: -40px;
}

.imgTextList1 dd {
	display: inline;
	width: 33.333%;
	margin-bottom: 50px;
	overflow: hidden;
	float: left;

}

.imgTextList1 dd .con {
	overflow: hidden;
	margin-right: 40px;
	transition: .3s linear;
	-wenkit-transition: .3s linear;
	background: #fff;

}

.imgTextList1 .con:hover {
	box-shadow: 0 0 30px 10px rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0 0 30px 10px rgba(0, 0, 0, .05);
}

.imgTextList1 .pic {
	overflow: hidden;
}

.imgTextList1 .pic::before {
	padding-top: 56.6667%;
}

.imgTextList1 .botText {
	width: 100%;
	height: 172px;
	padding: 32px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.imgTextList1 .botText .text1 {
	font-size: 18px;
	color: #666;
	line-height: 34px;
	height: 68px;
	overflow: hidden;
	margin-bottom: 34px;
	transition: .3s linear;
	-wenkit-transition: .3s linear;
	font-family: 'phtL';
}

.imgTextList1 dd:hover .botText .text1 {
	color: #1029be;
}

.imgTextList1 .botText .text2 {
	width: 100%;
	height: 54px;
	font-size: 14px;
	position: absolute;
	bottom: 0;
	color: #ccc;
}

/* 图文列表1 end */

/* 图文列表2 start */
.imgTextList2 dd {
	width: 100%;
	background: #fff;
	margin-bottom: 30px;
	overflow: hidden;
	transition: .3s linear;
	-wenkit-transition: .3s linear;
}

.imgTextList2 dd:hover {
	box-shadow: 0 0 30px 10px rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0 0 30px 10px rgba(0, 0, 0, .05);
}

.imgTextList2 dd:hover .rigthText .text2 .rightImg {
	background: url(../images/indexMoreIcon1.png) center center no-repeat;
	background-size: 30%;
	background-color: #1029be;
}

.imgTextList2 .pic {
	float: left;
	display: inline;
	width: 450px;
	overflow: hidden;
}

.imgTextList2 .pic::before {
	padding-top: 56.6667%;
}

.imgTextList2 .rigthText {
	padding: 42px 32px 0 32px;
	overflow: hidden;
}

.imgTextList2 .rigthText .text1 {
	font-size: 18px;
	color: #333;
	line-height: 20px;
	margin-bottom: 28px;
	transition: .3s linear;
	-wenkit-transition: .3s linear;
	font-family: 'pht';
}

.imgTextList2 dd:hover .rigthText .text1 {
	color: #1029be;
}

.imgTextList2 .rigthText .info {
	font-family: 'phtL';
	font-size: 16px;
	color: #666;
	line-height: 28px;
	margin-bottom: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	/* 将对象作为弹性伸缩盒子模型显示 */
	display: -webkit-box;
	/* 限制在一个块元素显示的文本的行数 */
	/* -webkit-line-clamp 其实是一个不规范属性，使用了WebKit的CSS扩展属性，该方法适用于WebKit浏览器及移动端；*/
	-webkit-line-clamp: 2;
	/* 设置或检索伸缩盒对象的子元素的排列方式 */
	-webkit-box-orient: vertical;
}

.imgTextList2 .rigthText .text2 {
	width: 100%;
	height: 54px;
	position: relative;
}

.imgTextList2 .rigthText .text2 span {
	line-height: 54px;
	color: #ccc;
	position: absolute;
	left: 0;
}

.imgTextList2 .rigthText .text2 .rightImg {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: url(../images/indexMoreIcon2.png) center center no-repeat;
	background-size: 30%;
	background-color: #f4f5f0;
	position: absolute;
	right: 0;
	transition: .3s linear;
	-wenkit-transition: .3s linear;
}

/* 图文列表2 end */
/* ========== 图文列表 end ========== */
/* ========== 文字列表 start ========== */
/* 全文列表1 start */
.textList1 dd {
	width: 100%;
	height: 130px;
	background: #fff;
	transition: .3s linear;
	-webkit-transition: .3s linear;
	margin-bottom: 30px;
}

.textList1 dd:hover {
	box-shadow: 0 0 30px 10px rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0 0 30px 10px rgba(0, 0, 0, .05);
}

.textList1 .time {
	width: 170px;
	height: 50px;
	float: left;
	margin-top: 35px;
	border-right: 1px dashed #e9e9e9;
	padding-right: 56px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 16px;
	color: #d9d9d9;
}

.textList1 .time .timeText1 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: right;
	/* font-size: 26px; */
	/* color: #40a1d9; */
	font-weight: 500;
	font-family: 'pht';
}

.textList1 .time .timeText2 {
	width: 100%;
	height: 20px;
	line-height: 22px;
	text-align: right;
	font-size: 16px;
	color: #d9d9d9;
	font-family: 'pht';
}

.textList1 .title {
	width: 76%;
	height: 130px;
	overflow: hidden;
	line-height: 130px;
	text-indent: 66px;
	font-size: 20px;
	font-family: 'pht';
	font-weight: bold;

}

.textList1 .icon {
	margin-top: -90px;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: url(../images/icon.png) center center no-repeat;
	background-size: 30%;
	background-color: #f4f5f0;
	float: right;
	margin-right: 30px;
	transition: .3s linear;
	-webkit-transition: .3s linear;
}

.textList1 dd:hover .icon {
	background-image: url(../images/leaderNext.png);
	background-color: #1029be;
}

/* 全文列表1 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: #1029be;
	color: #FFF;
}

.formSubBtn a.reset {
	background: #ddd;
	color: #8b8b8b;
}

/* ————— 公用表单 end ————— */
/* ========== 产品列表 start ========== */
.productList1Dl {
	overflow: hidden;
	margin-right: -30px;
}

.productList1Dl dd {
	float: left;
	display: inline;
	width: 25%;
	margin-bottom: 30px;
}

.productList1Dl dd .con {
	margin-right: 30px;
	background-color: #fff;
}

.productList1Dl dd .pic {
	border-bottom: 1px solid #f5f5f5;
	background-color: #fff !important;
}

.productList1Dl dd .pic::before {
	padding-top: 106.8249%;
}

.productList1Dl.productList2Dl dd .pic::before {
	padding-top: 100%;
}

.productList1Dl dd .title {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	font-size: 0;
	text-align: center;
}

.productList1Dl dd .title a {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 24px;
	color: #333333;
	text-align: center;
	font-family: 'phtL';
}

/* ========== 产品列表 end ========== */
/* ========== 产品详情 start ========== */
.productViewBox {
	position: relative;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 33px 30px 52px 36px;
}

.productViewCon {
	overflow: hidden;
}

.productViewCon .pic {
	float: left;
	display: inline;
	width: 43.0545%;
	margin-right: 45px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	background-image: url('../images/productViewConBg.png');
}

.productViewCon .pic::before {
	padding-top: 95.1014%;
}

.productViewCon .pic img {
	object-fit: contain;
	width: unset;
	height: unset;
	max-width: 100%;
	max-height: 100%;
	right: 0;
	bottom: 0;
	margin: auto;
}

.productViewCon .text {
	overflow: hidden;
	padding: 78px 0 0;
}

.productViewCon .title {
	font-size: 36px;
	color: #333333;
	font-family: 'pht';
	line-height: 52px;
}

.productViewCon .info {
	font-family: 'phtL';
	font-size: 24px;
	color: #333333;
	line-height: 42px;
	margin-bottom: 38px;
}

.productViewCon .articleBox {
	max-height: 300px;
	overflow: hidden;
	overflow-y: auto;
}

.productViewList {
	border: 1px solid #e5e5e5;
}

.productViewList dd {
	background-color: #f5f5f5;
	padding: 20px 30px;
	overflow: hidden;
	min-height: 30px;
}

.productViewList dd:nth-child(even) {
	background-color: #FFFFFF;
}

.productViewList dd .text1 {
	float: left;
	display: inline;
	line-height: 30px;
	font-size: 18px;
	color: #454545;
	font-family: 'phtL';
}

.productViewList dd .text2 {
	overflow: hidden;
	line-height: 30px;
	font-size: 18px;
	color: #454545;
	font-family: 'phtL';
}

.productViewAside {
	position: absolute;
	top: 0;
	left: -50px;
}

.productViewAside dd {
	position: relative;
}

.productViewAside dd .con {
	display: block;
	cursor: pointer;
	background-color: rgb(140, 148, 170);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 16px;
	width: 50px;
	height: 50px;
}

.productViewAside dd.backHistory .con {
	background-image: url('../images/back.png');
}

.productViewAside dd.share .con {
	background-color: #80c269;
	background-image: url('../images/share.png');
	background-size: auto 20px;
}

.productViewAside dd .ewmBox {
	border: 1px solid #eeeeee;
	background-color: #fff;
	padding: 11px;
	position: absolute;
	top: 0;
	right: -10px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transform: translateY(-50%) translateX(150%);
	-webkit-transform: translateY(-50%)translateX(150%);
	visibility: hidden;
	opacity: 0;
	z-index: 10;
}

.productViewAside dd:hover .ewmBox {
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%) translateX(100%);
	-webkit-transform: translateY(-50%) translateX(100%);
}

.productViewAside dd .imgBox {
	width: 105px;
	height: 105px;
	margin-bottom: 11px;
}

.productViewAside dd .imgBox img {
	width: 100%;
	height: 100%;
}

.productViewAside dd .imgText {
	font-size: 12px;
	color: #999999;
	text-align: center;
}

.productViewMore {
	font-size: 0;
	text-align: center;
}

.productViewMore a {
	display: inline-block;
	vertical-align: middle;
	padding-left: 33px;
	padding-right: 72px;
	background-color: #1029be;
	background-repeat: no-repeat;
	background-size: auto 7px;
	background-position: right 33px center;
	background-image: url(../images/more1.png);
	font-size: 16px;
	color: #ffffff;
	font-family: 'phtL';
	height: 53px;
	line-height: 60px;
	transition: .3s linear;
	-webkit-transition: .3s linear;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.productViewMore a:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}

/* ========== 产品详情 end ========== */
/* ========== 业务与产品 start ========== */
/* 破纤与复合材料 start */
.pxfhPageC1 {
	padding: 70px 0 55px;
	background-color: #fff;
}

.pxfhPageC1 .pic {
	width: 762px;
}

.pxfhPageC1 .pic::before {
	padding-top: 67.1916%;
}

.pxfhPageC1 .textC {
	overflow: hidden;
}

.pxfhPageC1 .textC .title {
	font-size: 18px;
	color: #333333;
	line-height: 35px;
	margin-bottom: 40px;
	font-family: 'pht';
}
.pxfhPageC1 .textC .productTitle1{
	margin-right: 40px;
}
.pxfhPageC1 .textC .text {
	font-size: 16px;
	color: #333333;
	line-height: 35px;
	text-align: justify;
	font-family: 'phtL';
	max-height: 350px;
	overflow-y: auto;
	padding-right: 40px;
}

.pxfhPageC2 {
	overflow: hidden;
}

.pxfhPageC2 .pxfhPageC2DlL {
	width: 30%;
	float: left;
	display: inline;
}

.pxfhPageC2 .pxfhPageC2DlR {
	overflow: hidden;
}

.pxfhPageC2Dl {
	overflow: hidden;
	margin-right: -2px;
	height: 640px;
}

.pxfhPageC2Dl dt {
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 45px 0 0 12.5%;
	box-sizing: border-box;
	margin-right: 2px;
}

.pxfhPageC2Dl dt .title {
	font-size: 30px;
	color: #ffffff;
	height: 80px;
	line-height: 80px;
	font-family: 'pht';
	padding: 45px 0 25px;
	margin-right: 55px;
}

.pxfhPageC2Dl dt .title a {
	color: #ffffff;
}

.pxfhPageC2Dl dt .text {
	font-family: 'phtL';
	font-size: 16px;
	color: #ffffff;
	height: 180px;
	line-height: 30px;
	overflow-y: auto;
	margin-bottom: 20px;
	text-align: justify;
	padding-right: 55px;
}

.pxfhPageC2Dl dt .linkC {
	margin-right: 55px;
}

.pxfhPageC2Dl dt .linkC span {
	font-family: 'phtL';
	display: block;
	height: 43px;
	line-height: 43px;
	font-size: 20px;
	color: #fff;
	margin-bottom: 12px;
}

.pxfhPageC2Dl dt .linkC a {
	font-family: 'phtL';
	overflow: hidden;
	display: inline-block;
	padding: 0 20px;
	height: 40px;
	line-height: 46px;
	border: 1px solid #e6e6e6;
	border-radius: 30px;
	font-size: 18px;
	color: #ffffff;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
}

.pxfhPageC2Dl dt .linkC i {
	display: inline-block;
	vertical-align: middle;
	background: url(../images/linkIcn1.png) no-repeat left center / contain;
	width: 20px;
	height: 18px;
	margin-right: 10px;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
}

.pxfhPageC2Dl dd {
	float: left;
	display: inline;
	height: 100%;
	width: 10.4167%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background-repeat: no-repeat;
	background-size: cover;
}

.pxfhPageC2Dl dd .con {
	height: 100%;
	position: relative;
	display: block;
	background-color: rgba(0, 0, 0, .2);
}

.pxfhPageC2Dl dd .con:hover {
	background-color: rgba(0, 0, 0, .4);
}

.pxfhPageC2Dl dd .textC {
	position: absolute;
	left: 0;
	bottom: 57px;
	z-index: 1;
	width: 100%;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pxfhPageC2Dl dd .title {
	font-size: 18px;
	color: #ffffff;
	line-height: 30px;
	font-family: 'pht';
	margin-bottom: 12px;
}

.pxfhPageC2Dl dd .text {
	font-family: 'phtL';
	font-size: 16px;
	color: #ffffff;
	height: 60px;
	line-height: 30px;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	height: 0;
}

.pxfhPageC2Dl dd:hover .text {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	height: 100%;
}

.pxfhPageC2Dl dt .linkC a:hover {
	background-color: #0068b7;
	color: #fff;
	border-color: #0068b7;
}

.pxfhPageC2Dl dt .linkC a:hover i {
	background-image: url(../images/linkIcn1.png);
}

/* 破纤与复合材料 end */
/* 肥料与现代农业 start */
.productTitle1 {
	font-size: 36px;
	color: #555555;
	height: 70px;
	line-height: 70px;
	position: relative;
	font-family: 'pht';
}

.productTitle2 {
	background-color: #fff;
	font-size: 36px;
	color: #555555;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-family: 'pht';
}

.productTitle2 a {
	color: #555555;
}

.flxdPageC1 {
	padding: 70px 0;
}

.flxdPageC1 .wrap {
	position: relative;
}

.flxdPageC1 .pic {
	width: 48.9583%;
	overflow: hidden;
	margin-right: 50px;
}

.flxdPageC1 .pic::before {
	padding-top: 71.773%;
}

.flxdPageC1 .textC {
	padding: 35px 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
	overflow: hidden;
}

.flxdPageC1 .textC span {
	font-family: 'phtL';
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	text-align: justify;
	max-height: 384px;
	overflow-y: auto;
	padding-right: 30px;
}

.flxdPageC1 .productTitle1 {
	margin-bottom: 26px;
}

.flxdPageC2Top {
	background-color: #fafafa;
	padding: 35px 0 43px;
}

.flxdPageC2Top .title {
	font-size: 24px;
	color: #555555;
	height: 60px;
	line-height: 60px;
	font-family: 'pht';
	margin-bottom: 15px;
}

.flxdPageC2Top .title a {
	color: #555555;
}

.flxdPageC2Top .text {
	font-size: 16px;
	color: #555;
	line-height: 35px;
	font-family: 'phtL';
}

.flxdPageC2Box {
	padding: 70px 0 60px;
}

.flxdPageC2Con {
	margin-bottom: 60px;
}

.flxdPageC2L {
	width: 490px;
	margin-right: 57px;
}

.flxdPageC2L li {
	cursor: pointer;
}

.flxdPageC2L li .title {
	font-size: 24px;
	line-height: 55px;
	color: #999999;
	font-family: 'phtL';
	position: relative;
	padding-left: 20px;
}

.flxdPageC2L li .text {
	font-family: 'phtL';
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	height: 0;
	opacity: 0;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	visibility: hidden;
}

.flxdPageC2L li .title::before {
	display: block;
	content: '';
	width: 2px;
	height: 22px;
	background-color: #d4d4d4;
	position: absolute;
	left: 0;
	top: 40%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.flxdPageC2L li.hover .title {
	color: #006edf;
}

.flxdPageC2L li.hover .title::before {
	background-color: #006edf;
}

.flxdPageC2L li.hover .text {
	height: auto;
	opacity: 1;
	visibility: visible;
	margin-bottom: 40px;
}

.flxdPageC2R {
	overflow: hidden;
}

.flxdPageC2RCon.active {
	height: auto;
	visibility: visible;
}

.flxdPageC2RCon {
	height: 0;
	visibility: hidden;
	margin-right: -20px;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
}

.flxdPageC2RCon .bd {
	height: 100%;
}

.flxdPageC2RCon .myslide {
	height: 100%;
}

.flxdPageC2RCon .myslide a {
	display: block;
	background-color: #f5f5f5;
	padding-top: 23px;
	margin-right: 20px;
}

.flxdPageC2RCon .myslide .pic {
	width: 135px;
	margin: 0 auto;
	overflow: hidden;
}

.flxdPageC2RCon .myslide .pic::before {
	padding-top: 159.2593%;
}

.flxdPageC2RCon .myslide .pic img {
	object-fit: contain;
}

.flxdPageC2RCon .myslide .textC {
	padding: 12px 20px;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
}

.flxdPageC2RCon .myslide .title {
	font-size: 18px;
	color: #333333;
	height: 37px;
	line-height: 37px;
	font-family: 'pht';
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
}

.flxdPageC2RCon .myslide .text {
	font-size: 16px;
	color: #666;
	height: 50px;
	line-height: 25px;
	font-family: 'phtL';
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
}

.flxdPageC2RCon .myslide .more {
	font-size: 16px;
	color: #006edf;
	height: 50px;
	line-height: 50px;
	font-family: 'phtL';
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
}

.flxdPageC2RCon .myslide:hover .textC {
	background-color: #006edf;
}

.flxdPageC2RCon .myslide:hover .title,
.flxdPageC2RCon .myslide:hover .text,
.flxdPageC2RCon .myslide:hover .more {
	color: #fff;
}

.flxdPageC2RDl {
	width: 100%;
	margin-right: -20px;
	opacity: 0 !important;
	height: 0 !important;
	overflow: hidden;
	position: relative;
	z-index: 5;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
}

.flxdPageC2RDl.active {
	height: auto;
	opacity: 1;
}

.flxdPageC2RDl dd {
	float: left;
	display: inline;
	height: 100px;
	width: 16.6667%;
	text-align: center;
	line-height: 100px;
}

.flxdPageC2RDl dd a {
	display: block;
	margin-right: 20px;
	background-color: #fafafa;
	height: 100%;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
}

.flxdPageC2RDl dd em {
	display: inline-block;
	vertical-align: middle;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	margin-right: 20px;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
}

.flxdPageC2RDl dd .em2 {
	display: none;
}

.flxdPageC2RDl dd span {
	font-family: 'phtL';
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #555;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
}

.flxdPageC2RDl dd:hover a {
	background-color: #0068b7;
}

.flxdPageC2RDl dd:hover .em1 {
	display: none;
}

.flxdPageC2RDl dd:hover .em2 {
	display: inline-block;
}

.flxdPageC2RDl dd:hover span {
	color: #fff;
}

.flxdPageLink {
	overflow: hidden;
}

.flxdPageLink span {
	font-size: 18px;
	color: #333333;
	margin-right: 20px;
	font-family: 'phtL';
	float: left;
	display: inline;
	height: 40px;
	line-height: 40px;
}
.flxdPageLink .linkC{
	overflow: hidden;
}
.flxdPageLink a {
	overflow: hidden;
	padding: 0 20px;
	border: 1px solid #e6e6e6;
	border-radius: 30px;
	font-size: 15px;
	color: #555555;
	margin-right: 20px;
	font-family: 'phtL';
	box-sizing: border-box;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	height: 40px;
	line-height: 38px;
	margin-bottom: 10px;
	float: left;
	display: inline;
}

.flxdPageLink i {
    float: left;
    display: block;
    width: 20px;
    height: 38px;
    line-height: 38px;
    margin-right: 10px;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
}

.flxdPageLink a:hover {
	background-color: #1029be;
	color: #fff;
	border-color: #1029be;
}

.flxdPageC2Next {
	width: 35px;
	height: 35px;
	border-radius: 100%;
	background: #b2b5be url(../images/next-bai.png) no-repeat center center / 11px 17px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	cursor: pointer;
	z-index: 55;
	opacity: 0;
}

.flxdPageC2R:hover .flxdPageC2Next {
	opacity: 1;
}

.flxdPageC2R .flxdPageC2Next:hover {
	background-color: #0068b7;
}

.flxdPageC3 .flxdPageC2R .pic::before {
	padding-top: 44.6927%;
}

.accordionBox {
	overflow: hidden;
}

.accordionBox .accordionListL {
	float: left;
	display: inline;
	width: 41.6667%;
}

.accordionBox .accordionListR {
	overflow: hidden;
}

.accordionList {
	overflow: hidden;
	height: 530px;
	font-size: 0;
	white-space: nowrap;
}

.accordionList .item {
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.accordionList dd {
	display: inline-block;
	vertical-align: middle;
}

.accordionList .item .con {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	background-color: rgba(0, 0, 0, .2);
	position: relative;
}

.accordionList dd.item .con:hover {
	background-color: rgba(0, 0, 0, .4);
}

.accordionList .item .text {
	width: 100%;
	max-height: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 28px 0;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.accordionList .item .title {
	line-height: 32px;
	font-size: 24px;
	color: #ffffff;
	font-family: 'pht';
	-webkit-transition: .3s linear;
	transition: .3s linear;
	white-space: normal;
	margin: 0 30px 15px;
}

.accordionList .item .info {
	line-height: 28px;
	font-size: 16px;
	color: #ffffff;
	font-family: 'phtL';
	-webkit-transition: .3s linear;
	transition: .3s linear;
	white-space: normal;
	max-height: 336px;
	overflow: hidden;
	margin-left: 30px;
	padding-right: 30px;
	overflow-y: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	transition-delay: .3s;
}

.accordionList dd.item .text {
	padding: 64px 0;
}

.accordionList dd.item .title {
	text-align: center;
	margin: 0 15px 15px;
	font-family: 'phtL';
}

.accordionList dd.item .info {
	height: 0;
	margin-left: 15px;
	padding-right: 15px;
	overflow: hidden;
	position: absolute;
	-webkit-transform: translateY(150%);
	transform: translateY(150%);
}

.accordionList dd.item .con:hover .title {
	text-align: left;
}

.accordionList dd.item .con:hover .info {
	height: auto;
	position: unset;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/* 肥料与现代农业 end */
/* 精细化工及新材料 start */
.jxhgPageC1 {
	background-color: #fff;
	padding: 86px 0 70px;
}

.jxhgPageC1 .pic {
	width: 705px;
}

.jxhgPageC1 .pic::before {
	padding-top: 59.2908%;
}

.jxhgPageC1 .textC {
	overflow: hidden;
	padding-top: 57px;
}


/* .jxhgPageC1 .textC .title::before {
	display: block;
	content: '';
	width: 5px;
	height: 30px;
	background-color: #1029be;
	position: absolute;
	left: 0;
	top: 40%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
} */

.jxhgPageC1 .textC .text {
	font-size: 16px;
	color: #666666;
	height: 245px;
	line-height: 35px;
	overflow-y: auto;
	font-family: 'phtL';
	text-align: justify;
	text-justify: distribute-all-lines;
	/* 这行必加，兼容ie浏览器 */
	padding-right: 85px;
}

.jxhgPageC2 {
	padding: 32px 0 70px;
}

.jxhgPageC2 .title {
	font-size: 36px;
	color: #555555;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-family: 'pht';
	margin-bottom: 30px;
}

.jxhgPageC2 .title a {
	color: #333333;
}

.jxhgPageC2 .text {
	font-size: 18px;
	color: #555555;
	line-height: 35px;
	margin-bottom: 40px;
	font-family: 'phtL';
}

.jxhgPageC2Swiper {
	overflow: hidden;
}

.jxhgPageC2Swiper .bd {
	overflow: hidden;
	margin-bottom: 40px;
}

.jxhgPageC2Swiper .bd .swiper-slide {
	width: 53.125%;
}

.jxhgPageC2Swiper .bd .con {
	overflow: hidden;
}

.jxhgPageC2Swiper .bd .picC {
	width: 58.8235%;
	padding-top: 80px;
	position: relative;
}

.jxhgPageC2Swiper .bd .swiper-slide-prev .picC em {
	left: 0;
	display: block;
}

.jxhgPageC2Swiper .bd .swiper-slide-next .picC em {
	right: 0;
	display: block;
}

.jxhgPageC2Swiper .bd .swiper-slide-active .picC em {
	display: none;
}

.jxhgPageC2Swiper .bd .picC em {
	width: 70px;
	height: 83%;
	line-height: 70px;
	background-color: #0068b7;
	font-size: 20px;
	color: #fff;
	text-align: center;
	writing-mode: vertical-lr;
	z-index: 1;
	font-style: normal;
	position: absolute;
	bottom: 0;
	letter-spacing: 5px;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	display: none;
}

.jxhgPageC2Swiper .bd .pic {
	overflow: hidden;
}

.jxhgPageC2Swiper .bd .pic::before {
	padding-top: 66.6667%;
}

.jxhgPageC2Swiper .bd .textCon {
	overflow: hidden;
	background-color: #fff;
	opacity: 0;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	padding: 33px 0 50px;
}
.jxhgPageC2Swiper .bd .swiper-slide-active .pic{
	border: 5px solid #fff;
	border-right: 0;
}
.jxhgPageC2Swiper .bd .swiper-slide-active .textCon {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
}
.jxhgPageC2Swiper .bd .title {
	font-size: 20px;
	color: #555555;
	height: 45px;
	line-height: 45px;
	margin-bottom: 13px;
	text-align: left;
	padding: 0 40px;
	font-family: 'pht';
}

.jxhgPageC2Swiper .bd .title a {
	color: #555555;
}

.jxhgPageC2Swiper .bd .text {
	font-size: 16px;
	color: #333333;
	height: 300px;
	line-height: 30px;
	overflow-y: auto;
	margin-bottom: 10px;
	padding: 0 40px;
	text-align: justify;
	text-justify: distribute-all-lines;
	/* 这行必加，兼容ie浏览器 */
	font-family: 'phtL';
}

.jxhgPageC2Swiper .bd .indexMore,
.jxhgPageC2Swiper .bd .linkC {
	padding: 0 40px;
}

.jxhgPageC2Swiper .bd .linkC span {
	display: block;
	font-size: 18px;
	color: #333;
	height: 58px;
	line-height: 58px;
	font-family: 'phtL';
}

.jxhgPageC2Swiper .bd .linkC a {
	overflow: hidden;
	font-family: 'phtL';
	display: inline-block;
	padding: 0 20px;
	height: 40px;
	line-height: 45px;
	border: 1px solid #e6e6e6;
	border-radius: 30px;
	font-size: 18px;
	color: #555;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	margin-bottom: 10px;
}

.jxhgPageC2Swiper .bd .linkC i {
	display: inline-block;
	vertical-align: middle;
	background: url(../images/linkIcn2.png) no-repeat left center / contain;
	width: 20px;
	height: 20px;
	margin-right: 12px;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
}

.jxhgPageC2Swiper .bd .swiper-slide-active .textCon {
	opacity: 1;
}

.jxhgPageC2Dot {
	text-align: center;
	height: 20px;
}

.jxhgPageC2Dot span {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 10px;
	background-color: #c7c7c7;
	opacity: 1;
	transition: all .5s linear;
	border-radius: 0;
}

.jxhgPageC2Dot span.swiper-pagination-bullet-active {
	background-color: #006edf;
	height: 20px;
	margin-top: -10px;
}

.jxhgPageC2Swiper .bd .linkC a:hover {
	background-color: #0068b7;
	color: #fff;
	border-color: #0068b7;
}

.jxhgPageC2Swiper .bd .linkC a:hover i {
	background-image: url(../images/linkIcn1.png);
}

/* 精细化工及新材料 end */
/* ========== 业务与产品 end ========== */