@charset "UTF-8";

/* ========== 单篇+文章页 start ========== */
.articleC {
	background: #FFFFFF;
	padding: 0 40px 0px;
}

.articleBox {
	line-height: 36px;
	padding: 10px 0;
	color: #666666;
	font-size: 16px;
}

.articleBox img {
	max-width: 100%;
}

/* ————— 标题 start ————— */
.articleTitle {
	clear: both;
	line-height: 36px;
	font-size: 26px;
	font-family: "microsoft yahei";
	color: #333333;
	text-align: center;
	position: relative;
}

/* ————— 标题 end ————— */
/* ————— 发布信息 start ————— */
.articleTime {
	display: block;
	clear: both;
	color: #666666;
	font-size: 14px;
	line-height: 44px;
	height: 44px;
	overflow: hidden;
	padding-bottom: 18px;
	border-bottom: 1px solid #dddddd;
	overflow: hidden;
	text-align: center;
}

.articleTime span {
	padding-right: 16px;
	font-size: 14px;
	color: #999999;
	vertical-align: middle;
}

/* ————— 发布信息 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 #1e5ab0;
	background: #1e5ab0;
}

.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: block;
	line-height: 32px;
	padding: 0 20px 10px 30px;
	background: url(../images/common/file/file.png) no-repeat left center;
	color: #666
}

.articleHand a.word {
	background: url(../images/common/file/word.png) no-repeat left 3px;
	color: #37a6ff !important;
}

.articleHand a.ppt {
	background: url(../images/common/file/ppt.png) no-repeat left center;
	color: #ff7735 !important;
}

.articleHand a.excel {
	background: url(../images/common/file/excel.png) no-repeat left center;
	color: #15bf44 !important;
}

.articleHand a.pdf {
	background: url(../images/common/file/pdf.png) no-repeat left center;
	color: #1369c0 !important;
}

.articleHand a.zip {
	background: url(../images/common/file/zip.png) no-repeat left 3px;
	color: #ff9779 !important;
}

/* ————— 文件 end ————— */
/* ————— 文章页码 start ————— */
.articlePage {
	clear: both;
	height: 30px;
	text-align: center;
	font-family: Arial;
}

.articlePage a {
	margin: 0 1px;
	background: #ccc;
	padding: 5px 10px;
}

.articlePage a:hover {
	color: #fff;
	background: #1e5ab0;
}

.articlePage a.hover {
	color: #fff;
	background: #1e5ab0;
}

/* ————— 文章页码 end ————— */
/* ————— 上一篇/下一篇 start ————— */
.pageUp {
	display: block;
	color: #333333;
	font-size: 16px;
	text-align: center;
	height: 75px;
	padding-top: 35px;
	padding-bottom: 8px;
	border-top: 1px solid #dddddd;
}

.articlePageBox {
	display: inline-block;
	width: 206px;
	height: 45px;
	vertical-align: middle;
	line-height: 45px;
	overflow: hidden;
	background: #f2f2f2;
	margin: 0 28px;
}

.pageUp a {
	font-size: 16px;
	color: #333333;
	display: block;
	height: 100%;
}

.articlePageBox:hover {
	background: #0075c1;
}

.pageUp .articlePageBox:hover a {
	color: #FFFFFf;
}

/* ————— 上一篇/下一篇 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 ========== */
/* 视频列表 start */
.videoList {
	overflow: hidden;
	margin-right: -30px;
}

.videoList dd {
	width: 33.33333%;
	float: left;
	display: inline;
	margin-bottom: 30px;
}

.videoList dd .con {
	display: block;
	margin-right: 30px;
	background: #fff;
	overflow: hidden;
	border-radius: 5px;
}

.videoList dd .pic::before {
	padding-top: 66.5761%;
}

.videoList dd .pic .playBtn {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	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: 25px;
	line-height: 25px;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	text-align: center;
}

.videoList dd .con:hover .title {
	color: #0075c1;
}

.aykj-videoPop .layui-layer-setwin .layui-layer-close2 {
	background: url(../images/common/videoPopClose.png) no-repeat center center / auto 40px;
	right: -60px;
	top: -40px;
}

.aykj-videoPop .layui-layer-setwin .layui-layer-close2:hover {
	background-position: center center;
}

/* 视频列表 end */
/* 资质荣誉 start */
.hornorList {
	overflow: hidden;
	margin: 0 -20px;
}

.hornorList dd {
	width: 25%;
	float: left;
	display: inline;
	margin-bottom: 30px;
}

.hornorList dd a {
	display: block;
	margin: 0 20px;
	overflow: hidden;
	background: #FFFFFF;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.hornorList dd a .picBox {
	padding: 40px;
}

.hornorList dd a .picBox .pic::before {
	padding-top: 132.7659%;
}

.hornorList dd a .picBox .pic img {
	object-fit: contain;
}

.hornorList dd a .text {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 20px;
	text-align: center;
	border-top: 1px solid #e7e7e7;
}

.hornorList dd a .text .title {
	font-size: 16px;
	color: #333333;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	height: 64px;
	line-height: 64px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hornorList dd a:hover .text .title {
	color: #0075c1;
}

.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 ========== */
/* lhb mxyt start */
/* 党群列表 start */
.djimgText {
	overflow: hidden;
	margin-bottom: 25px;
	position: relative;
}

.djimgText dd {
	margin-bottom: 20px;
	padding: 18px 12px 18px 18px;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #fff;
}

.djimgText dd .pic {
	object-fit: cover;
	width: 360px;
	float: left;
	margin-right: 19px;
	overflow: hidden;
}

.djimgText dd .con {
	overflow: hidden;
}

.djimgText dd .con .time {
	height: 30px;
	line-height: 30px;
	margin-top: 14px;
	font-size: 14px;
	color: #999;
}

.djimgText dd .con .title {
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	margin-bottom: 21px;
	overflow: hidden;
}

.djimgText dd .con .title a {
	color: #333;
}

.djimgText dd .con .title a:hover {
	color: #0075c1;
}

.djimgText dd .con .text {
	height: 48px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	margin-bottom: 36px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.djimgText dd .con .more {
	overflow: hidden;
	height: 18px;
	display: inline-block;
}

.djimgText dd .con .more a {
	line-height: 18px;
	margin-right: 18px;
	background: url(../images/partyListMore.png)right center no-repeat;
	padding-right: 26px;
	color: #999;
	font-size: 14px;
}

.djimgText dd .con .more a:hover {
	color: #0075c1;
	background: url(../images/partyListMore2.png)right center no-repeat;
}

/* 党群列表 end */
/* 技术支撑 start */
.imgList1 {
	overflow: hidden;
	margin: 0 -10px;
}

.imgList1 dd {
	width: 50%;
	float: left;
	display: inline;
	margin-bottom: 30px;
}

.imgList1 dd .con {
	display: block;
	background: #FFFFFF;
	margin: 0 10px;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}

.imgList1 dd .con .pic::before {
	padding-top: 65.6338%;
}

.imgList1 dd .con .pic .newPic {
	position: absolute !important;
	left: 0;
	top: 0;
}

.imgList1 dd .con .text {
	background: #fff;
	text-align: center;
	font-size: 18px;
	height: 64px;
	line-height: 64px;
	overflow: hidden;
	padding: 0 20px;
}

.imgList1 dd .con .text a {
	color: #333;
}

.imgList1 dd .con:hover .text a {
	color: #0075c1;
}

.imgList1 dd .con:hover {
	box-shadow: 0px 5px 20.58px 0.42px rgba(41, 46, 136, 0.14);
}

/* 技术支撑 end */
/* 生态环境-专属稻场 start */
.imgList2 {
	overflow: hidden;
	margin: 0 -10px;
}

.imgList2 dd {
	width: 50%;
	float: left;
	display: inline;
	margin-bottom: 20px;
}

.imgList2 dd .con {
	display: block;
	background: #FFFFFF;
	margin: 0 10px;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}

.imgList2 dd .con .pic::before {
	padding-top: 65.8192%;
}

.imgList2 dd .con .pic .newPic {
	position: absolute !important;
	left: 0;
	top: 0;
}

.imgList2 dd .con .text {
	background: #fff;
	text-align: center;
	font-size: 18px;
	height: 64px;
	line-height: 64px;
}

.imgList2 dd .con .text a {
	color: #333;
}

.imgList2 dd .con:hover .text a {
	color: #0075c1;
}

.imgList2 dd .con:hover {
	box-shadow: 0px 5px 20.58px 0.42px rgba(41, 46, 136, 0.14);
}

/* 生态环境-专属稻场 end */
/* 新闻中心and招商加盟 start */
.imgText1 {
	overflow: hidden;
	margin: 0 -13px;
}

.imgText1 dd {
	width: 33.3333%;
	float: left;
	display: inline;
	margin-bottom: 26px;
}

.imgText1 dd .con {
	display: block;
	background: #FFFFFF;
	margin: 0 13px;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}

.imgText1 dd .con .pic::before {
	padding-top: 56.6160%;
}

.imgText1 dd .con .pic .newPic {
	position: absolute !important;
	left: 0;
	top: 0;
}

.imgText1 dd .con:hover {
	box-shadow: 0px 5px 20.58px 0.42px rgba(41, 46, 136, 0.14);
}

.imgText1 dd .con .con1 {
	padding: 15px 20px;
	overflow: hidden;
}

.imgText1 dd .con .con1 .title {
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.imgText1 dd .con .con1 .title a {
	color: #333;
}

.imgText1 dd .con .con1 .title a:hover {
	color: #f6ab00;
}

.imgText1 dd .con .con1 .time {
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #999;
	margin-bottom: 40px;
}

.imgText1 dd .con .con1 .more {
	height: 24px;
	display: inline-block;
}

.imgText1 dd .con .con1 .more a {
	line-height: 24px;
	font-size: 14px;
	color: #999;
	background: url(../images/imgList3More1.png)right center no-repeat;
	padding-right: 26px;
}

.imgText1 dd .con .con1 .more a:hover {
	color: #f6ab00;
	background: url(../images/imgList3More2.png)right center no-repeat;
}

/* 新闻中心and招商加盟 end */
/* lhb mxyt start */
/* ————— 公用表单 start ————— */
.input {
	padding: 0 10px
}

.input input {
	border: none;
	background: none;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #333;
}

.textarea {
	padding: 12px 10px
}

.textarea textarea {
	border: none;
	background: none;
	width: 100%;
	height: 212px;
	line-height: 25px;
	font-size: 14px;
	color: #333;
}

.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;
	text-align: center;
}

.formSubBtn a {
	width: 210px;
	display: inline-block;
	height: 60px;
	margin: 0 23px;
	line-height: 60px;
	background: #FFF;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}

.formSubBtn a.submit {
	background: #0075c1;
	color: #FFF;
}

.formSubBtn a.reset {
	background: #b5b5b5;
	color: #ffffff;
}

.formSubBtn a:hover {
	opacity: 0.9;
}

/* ————— 公用表单 end ————— */
/* ========== 留言 start ========== */
.messageTitle {
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ddd;
}

.messageTitle::before {
	width: 4px;
	height: 26px;
	background: #1e5ab0;
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -13px;
}

.messageTitle .conL {
	float: left;
	display: inline;
	font-size: 24px;
	color: #000000;
}

.messageTitle .conR {
	float: right;
	display: inline;
}

.messageTitle .conR a {
	color: #0075c1;
	font-size: 14px;
}

.messageTitle .conR a:hover {
	color: #0b60d9;
}

/* 留言展示列表start */
.messageList dd {
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: #FFF;
	padding: 20px;
	border-radius: 5px;
	border: 1px solid #f5f5f5;
	box-shadow: 0px 0px 4px rgb(0 0 0 / 3%);
}

.messageList dd:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.msgHead {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

.msgHeadL {
	float: left;
	display: inline;
	color: #333;
}

.msgHeadL span {
	font-size: 14px
}

.msgHeadR {
	float: right;
	display: inline;
	font-size: 12px;
	color: #999;
	padding-left: 20px;
	background: url(../images/common/timeIco.png) no-repeat left center / auto 15px;
}

.msgText {
	line-height: 25px;
	color: #666;
	font-size: 12px;
	margin-bottom: 5px;
}

.msgReplay {
	line-height: 25px;
	color: #666;
	font-size: 12px;
	background: #f9f9f9;
	padding: 10px;
	border-radius: 5px;
}

.msgReplay span {
	color: #1e5ab0;
	font-size: 14px;
}

/* 留言展示列表end */
/* 留言表单start */
.messageForm {
	margin-right: -48px;
	font-size: 14px;
}

.messageForm:after {
	clear: both;
	content: '';
	visibility: hidden;
	display: block;
}

.messageForm .item {
	width: 33.333%;
	float: left;
	display: inline;
	margin-bottom: 20px;
}

.messageForm .item.w100p {
	width: 100%;
}

.messageForm .item .con {
	margin-right: 20px;
	background: #ffffff;
	padding: 0 10px;
}

.messageForm .item .label {
	height: 50px;
	line-height: 50px;
	float: left;
	display: inline;
	color: #666666;
}

.messageForm .item .label span {
	color: #0075c1;
}

.messageForm .item .fr {
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 10px;
	color: #0075c1;
}

.messageForm .item .itemC {
	min-height: 50px;
	overflow: hidden;
}

.messageForm .item .fr.yzmImg {
	width: 100px;
	height: 50px;
	margin-left: 20px;
}

.messageForm .item .fr.yzmImg img {
	width: 100%;
	height: 100%;
}

.messageForm .item .codeCon .con {
	overflow: hidden;
	margin-right: 30px;
}

/* 留言表单end */
/* ========== 留言 end ========== */
/* ========== 招聘 start ========== */
.recruitText {
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}

.recruitBtn {
	overflow: hidden;
	padding-top: 30px;
}

.recruitBtn a {
	font-size: 16px;
	overflow: hidden;
	display: block;
	height: 60px;
	line-height: 60px;
	float: left;
	display: inline;
	padding: 0 75px;
	background: #0075c1;
	color: #FFF;
	transition: all .3s;
	-webkit-transition: all .3s;
	font-size: 14px;
}

.recruitBtn a:hover {
	opacity: 0.9
}

.recruitList1 span {
	float: left;
	display: inline;
	width: 16.6666%;
	text-align: center;
}

.recruitList1 span.ftHuang {
	color: #d6b10e;
}

.recruitList1 dt {
	overflow: hidden;
	background: #FFF;
	margin-bottom: 20px;
	background: #e8a202;
}

.recruitList1 dt span {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.recruitList1 dd {
	overflow: hidden;
	background: #FFF;
	margin-bottom: 20px;
}

.recruitList1 dd.active .recrBtn {
	background-color: #0075c1;
}

.recruitList1 dd.active span {
	color: #FFFFFF;
}

.recruitList1 dd .span6 {
	background: url(../images/recruitList1dd.png)no-repeat center center;
}

.recruitList1 dd.active .span6 {
	background: url(../images/recruitList1ddh.png)no-repeat center center;
}

.recruitList1 dd span {
	height: 50px;
	line-height: 50px;
}

.recruitList1 dd .recrBtn {
	display: block;
	overflow: hidden;
	font-size: 16px;
	color: #666;
}

.recruitList1 dd .recrBtn:hover {
	background: #0075c1;
	color: #FFF;
}

.recruitList1 dd .recrBtn:hover .span6{
	background: url(../images/recruitList1ddH.png)no-repeat center center;
}

.recruitList1 dd .recrBtn:hover span.ftHuang {
	color: #FFF;
}

.recruitList1 dd .recruitC {
	overflow: hidden;
	font-size: 14px;
	color: #999999;
	line-height: 40px;
	display: none;
	padding: 10px 160px 35px;
	background: #FFF;
}

/* 列表end */
/* 表单start */
.recruitFormBox {
	padding: 40px 60px;
}

.recruitFormBox .viewTitleBox {
	border: none;
}

.recruitFormBox .viewTitleBox .title1 {
	padding-bottom: 8px;
}

.recruitFormTitle {
	height: 48px;
	line-height: 48px;
	font-size: 24px;
	color: #333333;
	padding-left: 14px;
	position: relative;
	margin-bottom: 8px
}

.recruitFormTitle:before {
	display: block;
	content: '';
	height: 24px;
	width: 4px;
	background: #69b74a;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -12px
}

.recruitFormCon {
	margin-right: -50px
}

.recruitForm {
	width: 50%;
	float: left;
	display: inline
}

.recruitForm1 {
	width: 100%
}

.recruitForm .con {
	margin-right: 50px
}

.recruitFDd {
	margin-bottom: 20px
}

.recruitFTitle {
	font-size: 14px;
	color: #666666;
	height: 50px;
	line-height: 50px
}

.recruitFBox {
	overflow: hidden
}

.recruitFBox1 {
	margin-left: 60px;
	width: 85%
}

.recruitFBox textarea {
	height: 165px;
	border: none;
	outline: none;
	width: 100%;
	padding-top: 12px;
	line-height: 25px;
	background: #ffffff
}

.recruitFDiv input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: none;
	outline: none;
	font-size: 14px;
	background: #ffffff
}

.recruitFCon {
	position: relative;
	background: #ffffff;
	padding: 0 10px
}

.recruitFCon .fr {
	line-height: 50px;
	width: 10px;
	text-align: center;
	color: #0075c1;
}

.recruitFYzm {
	width: 35%;
	float: left;
	margin-right: 20px
}

.recyzmPic {
	cursor: pointer;
	width: 132px;
	height: 50px
}

.recyzmPic img {
	width: 100%;
	height: 100%
}

.recruitFCon1 {
	height: 118px
}

.recruitFBtn {
	padding-top: 27px
}

.recruitFBtn a {
	width: 77px;
	height: 34px;
	line-height: 34px;
	display: inline-block;
	margin-right: 23px;
	background: #4d82e2;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	color: #fff
}

.recruitFBtn a.recruitFBtn1 {
	background: #f2f2f2;
	color: #333333
}

.recruitFPs {
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	font-size: 14px;
	color: #666666
}

.recruitFCon span {
	font-size: 14px;
	color: #d9031f;
	line-height: 50px;
	position: absolute;
	left: 10px;
	top: 2px
}

.recruitFSel {
	height: 50px;
	position: relative;
	padding-right: 38px
}

.recruitFSel .seljg {
	padding-left: 10px;
	line-height: 50px;
	color: #333333;
	font-size: 14px;
	cursor: pointer
}

.recruitFSel i {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/common/reformSel.png) no-repeat center center;
	position: absolute;
	right: -20px;
	top: 0px;
	cursor: pointer
}

.recruitFSel .selTj {
	width: 100%;
	overflow: hidden;
	border: 1px solid #dedede;
	border-top: none;
	max-height: 120px;
	overflow-y: auto;
	position: absolute;
	left: -1px;
	top: 50px;
	background: #FFF;
	display: none;
	z-index: 100000
}

.recruitFSel .selTj a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	color: #666666;
	margin-bottom: 1px;
	font-size: 12px
}

.recruitFSel .selTj a:hover {
	background: #0076be;
	color: #FFF
}

.recruitFSel .selTj a.hover {
	background: #0076be;
	color: #FFF
}

.recruitFormUp {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	margin-bottom: 30px
}

.recruitFormUp a {
	float: left;
	width: 130px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	overflow: hidden;
	background: rgb(105, 183, 74);
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-right: 10px
}

.recruitFormUp span {
	float: left
}

.recruitFormBtn {
	padding-top: 55px;
	text-align: center;
	font-size: 0;
}

.recruitFormBtn .btn {
	display: inline-block;
	margin: 0 23px;
}

.recruitFormBtn .btn a {
	display: block;
	width: 210px;
	height: 60px;
	line-height: 60px;
	background: #b5b5b5;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin: 0 auto
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.recruitFormBtn .btn1 a {
	background: #0075c1
}

.recruitFormBtn .btn a:hover{
	opacity: 0.8;
}

.recruitFormDown .flieCon {
	height: 100px;
}

.recruitFormDown .flieBtnCon {
	overflow: hidden;
	margin-bottom: 13px
}

.recruitFormDown .flieText {
	font-size: 14px;
	color: #666666
}

.recruitFormDown .flieCon .btn {
	float: left;
	margin-right: 22px
}

.recruitFormDown .flieCon .btn a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	padding: 0 33px;
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear
}

.recruitFormDown .flieCon .btn.btn1 a {
	background: #0075c1
}

.recruitFormDown .flieCon .btn.btn2 a {
	background: #f7b500
}

.recruitFormDown .flieCon .btn a:hover {
	opacity: 0.7
}

.recruitFDd .yzmImg {
	margin-left: 15px
}

.recruitFDd .yzmImg img {
	width: 120px;
	height: 50px;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer
}

/* 表单end */
/* ========== 招聘 end ========== */
/* ========== 联系我们 start ========== */
.topMapBox {
	height: 820px;
}

.topMapL {
	overflow: hidden;
	position: relative;
}

.topMapR {
	float: right;
	display: inline;
	width: 500px;
	padding-top: 135px;
}

.topMapR .con {
	padding: 30px 40px;
	background: #FFFFFF;
	position: relative;
	border-radius: 8px;
}

.topMapR .con .title {
	font-size: 24px;
	color: #0075c1;
	line-height: 45px;
	margin-bottom: 22px;
}

.topMapRList {
	max-height: 450px;
	overflow-y: auto;
	overflow-x: hidden;
}

.topMapRList::-webkit-scrollbar {
	width: 4px;
	background: #e5f1f9;
}

.topMapRList::-webkit-scrollbar-button {
	display: none;
}

.topMapRList::-webkit-scrollbar-track {}

.topMapRList::-webkit-scrollbar-track-piece {}

.topMapRList::-webkit-scrollbar-thumb {
	width: 4px;
	background: #1e5ab0;
	border-radius: 4px;
}

.topMapRList::-webkit-scrollbar-corner {
	background: none;
}

.topMapRList::-webkit-resizer {}

.topMapRList::-webkit-scrollbar:horizontal {
	height: 9px;
}

.topMapRList .dd {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.topMapRList .dd:last-child {
	margin-bottom: 0;
}

.topMapRList .dd .con {
	padding: 0;
}

.topMapRList .dd .conR {
	line-height: 26px;
	font-size: 14px;
	color: #999999;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.topMapRList .dd .conR span {
	width: 100px;
	display: inline-block;
}

.topMapRList .dd .conL {
	height: 104px;
	overflow: hidden;
	float: left;
	display: inline;
	width: 120px;
	position: relative;
	z-index: 1;
}

.topMapRList .dd .text {
	margin-bottom: 5px;
	line-height: 25px;
	font-size: 15px;
	font-weight: bold;
	font-weight: bold;
	color: #0075c1;
	background: url(../images/topMapRListIcon.png)no-repeat left center;
	padding-left: 30px;
}

.topMapRList .dd .textCon {
	line-height: 26px;
	font-size: 14px;
	color: #999999;
	padding-left: 30px;
}

.topMapRList .dd:hover {
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}

.contactUsList {
	margin-right: -30px;
}

.contactUsList .dd {
	float: left;
	display: inline;
	width: 33.3333%;
}

.contactUsList .dd .con {
	margin-right: 30px;
	height: 245px;
	background: #FFFFFF;
	text-align: center;
	position: relative;
}

.contactUsList .dd .con .icon {
	position: absolute;
	width: 136px;
	height: 136px;
	border-radius: 100%;
	background: #FFFFFF;
	left: 50%;
	margin-left: -68px;
	top: -68px;
}

.contactUsList .dd .con .icon::before {
	content: '';
	display: block;
	position: absolute;
	width: 117px;
	height: 117px;
	background: url(../images/contactUsListddIcon1.png)no-repeat center;
	left: 50%;
	top: 50%;
	animation: rotate 10s linear infinite;
	-webkit-animation: rotate 10s linear infinite;
}

@-webkit-keyframes rotate {
	from {
		-webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg)
	}

	to {
		-webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg)
	}
}

@keyframes rotate {
	from {
		transform: translateX(-50%) translateY(-50%) rotate(0deg)
	}

	to {
		transform: translateX(-50%) translateY(-50%) rotate(360deg)
	}
}

.contactUsList .dd .con .icon .text {
	position: absolute;
	width: 107px;
	height: 107px;
	background: #f6ab00 url(../images/address.png)no-repeat center;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}

.contactUsList .dd .con .textC {
	padding: 95px 50px 0;
}

.contactUsList .dd .con .title {
	line-height: 35px;
	font-size: 24px;
	color: #000000;
}

.contactUsList .dd .con .text {
	font-size: 16px;
	color: #666666;
	line-height: 34px;
	height: 102px;
	overflow: hidden;
}

.contactUsList .dd .con .icon.phone::before {
	background: url(../images/contactUsListddIcon2.png)no-repeat center;
}

.contactUsList .dd .con .icon.phone .text {
	background: #91bb4f url(../images/address.png)no-repeat center;
}

.contactUsList .dd .con .icon.email::before {
	background: url(../images/contactUsListddIcon2.png)no-repeat center;
}

.contactUsList .dd .con .icon.email .text {
	background: #0075c1 url(../images/email.png)no-repeat center;
}

#map {
	height: 470px;
	border: 10px solid #FFFFF5;
}

.BMapLabel {
	display: none !important;
}

.anchorBL {
	display: none;
}

.BMap_omCtrl {
	display: none;
}

.topMapL .mapBox {
	padding-top: 100px;
	height: 720px;
	position: relative;
}

.topMapL .mapBox .mapInfo {
	position: relative;
	z-index: 1;
}

.topMapL .mapBox .mapBg {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -332px;
	margin-top: -338px;
	background: url(../images/mapBg.png)no-repeat center center;
	width: 663px;
	height: 676px;
	animation: rotate1 10s linear infinite;
	-webkit-animation: rotate1 10s linear infinite;
	background-size: contain;
}

@-webkit-keyframes rotate1 {
	from {
		-webkit-transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes rotate1 {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg)
	}
}

.contactUsTitleBox {
	position: absolute;
	left: 0;
	bottom: 90px;
	line-height: 38px;
}
/**
 * @author: ckj
 * @update: 2023.12.20
 * start
 */
 .contactUsTitleBox {
	position: absolute;
	left: 80px;
	bottom: 90px;
	line-height: 38px;
}

.topMapBox .wrap {
	position: relative;
}

.contactUsContent {
	border-radius: 6px;
	background-color: rgba(255, 255, 255, .9);
	height: 387px;
	position: absolute;
	width: 100%;
	z-index: 5;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 85px;
}

.contactUsContentTitle {
	font-size: 24px;
	color: #0075c1;
	line-height: 40px;
}

.contactUsContent .contactUsContentTitle {
	margin-bottom: 22px;
}



.contactUsList1Dl {
	overflow: hidden;
	margin-right: -35px;
}

.contactUsList1Dl>dd {
	float: left;
	display: inline;
	width: 33.3333%;
}

.contactUsList1Dl>dd>.con {
	margin-right: 35px;
}
.contactUsList1Title {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	font-size: 15px;
	color: #0075c1;
	font-weight: bold;
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 25px;
	background-image: url("../images/topMapRListIcon.png");
}
.contactUsList1Dl>dd>.con .contactUsList1Title {
	margin-bottom: 5px;
}
.contactUsList1Text{
	font-size: 14px;
	color: #999999;
	line-height: 26px;
	padding: 0 35px;
	height: 234px;
	overflow: hidden;
	overflow-y: auto;
}
.contactUsList1Text::-webkit-scrollbar {
	width: 4px;
	background: #e5f1f9;
}

.contactUsList1Text::-webkit-scrollbar-thumb {
	width: 4px;
	background: #1e5ab0;
	border-radius: 4px;
}
/**
 * @author: ckj
 * @update: 2023.12.20
 * end
 */
/* ========== 联系我们 end ========== */
/* ========== 企业文化 start ========== */
.cultureList{
	overflow: hidden;
	position: relative;
}
.cultureList dd{
	float: left;
	display: inline;
}
.cultureList dd .con{
	position: relative;
}
.cultureList dd .cultureIcon{
	position: absolute;
	width: 40px;
	height: 40px;
	left: 30px;
	bottom: 30px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	display: none;
}
.cultureList dd .title{
	position: absolute;
	left: 0px;
	top: 28px;
	padding: 0 30px;
}
.cultureList dd .title1{
	font-size: 24px;
	color: #ffffff;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
}
.cultureList dd .title2{
	font-size: 15px;
	color: #ffffff;
	line-height: 28px;
	overflow: hidden;
}
.cultureList dd.dd1 .title1,.cultureList dd.dd2 .title1{
	height: 64px;
	line-height: 64px;
	position: relative;
	margin-bottom: 16px;
}
.cultureList dd.dd1 .title1:before,.cultureList dd.dd2 .title1:before{
	display: block;
	content: '';
	position: absolute;
	width: 30px;
	height: 2px;
	background-color: #ffffff;
	left: 0;
	bottom: 0;
}
.cultureList dd.dd8 .title1{
	color: #4685b1;
}
.cultureList dd.dd8 .title2{
	color: #4685b1;
}
.cultureList dd.dd1 .title{
	top: 48px;
}
.cultureList dd.dd2 .title{
	top: 48px;
}
.cultureList dd.dd1{
	width: 50%;
}
.cultureList dd.dd2{
	width: 50%;
}
.cultureList dd.dd3{
	width: 25%;
}
.cultureList dd.dd4{
	width: 25%;
}
.cultureList dd.dd5{
	width: 25%;
}
.cultureList dd.dd6{
	width: 25%;
}
.cultureList dd.dd7{
	width: 50%;
}
.cultureList dd.dd8{
	width: 100%;
}
.cultureList dd.dd1 .pic:before{
	padding-top: 66.388%;
}
.cultureList dd.dd2 .pic:before{
	padding-top: 36.11111%;
}
.cultureList dd.dd3 .pic:before{
	padding-top: 60.5555%;
}
.cultureList dd.dd4 .pic:before{
	padding-top: 60.5555%;
}
.cultureList dd.dd5 .pic:before{
	padding-top: 60.5555%;
}
.cultureList dd.dd6 .pic:before{
	padding-top: 60.5555%;
}
.cultureList dd.dd7 .pic:before{
	padding-top: 30.27778%;
}
.cultureList dd.dd8 .pic:before{
	padding-top: 15.13889%;
}
/* ========== 企业文化 end ========== */
/* ========== 产品详情 start ========== */
.productInfoBox .productL {
	width: 480px;
	float: left;
	display: inline;
}

.productInfoBox .productR {
	overflow: hidden;
	padding-left: 40px;
	min-height: 200px;
}

.productImgList {
	position: relative;
}

.productImgList .slick-arrow {
	width: 37px;
	height: 65px;
	position: absolute;
	top: 50%;
	margin-top: -33px;
	background-color: #acacac;
	cursor: pointer;
	z-index: 1;
	background-position: center;
	background-repeat: no-repeat;
}

.productImgList .slick-arrow:hover {
	background-color: #f6ab00;
}

.productImgList .slick-arrow.prev {
	left: 0;
	background-image: url(../images/prevLeft.png);
}

.productImgList .slick-arrow.next {
	right: 0;
	background-image: url(../images/prevRight.png);
}

.productImgList .slickCon .pic::before {
	padding-top: 100%;
}

.productImgList .slick-dots {
	width: 100%;
	left: 0;
	bottom: 10px;
	text-align: center;
	position: absolute;
	text-align: center;
}

.productImgList .slick-dots li {
	cursor: pointer;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	margin: 0 4px;
	background-color: #ffffff;
	display: inline-block;
	font-size: 0;
}

.productImgList .slick-dots li.slick-active {
	background-color: #ffb10e;
}

.productR .productTitle {
	border-bottom: 1px solid #e8e7ea;
}

.productR .productTitle .title {
	overflow: hidden;
	font-size: 28px;
	color: #333333;
	line-height: 40px;
	padding: 25px 0;
}

.productR .shoppingBtn {
	width: 180px;
	height: 50px;
	line-height: 50px;
	margin: 20px 0;
	position: relative;
	margin-right: 28px;
}

.productR .shoppingBtn a {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #f6ab00;
	color: #ffffff;
	font-size: 16px;
}

.productR .shoppingBtn a span {
	background: url(../images/shopIcon.png)no-repeat left center;
	padding-left: 35px;
}

.shoppingLink {
	position: absolute;
	left: -53px;
	right: -23px;
	padding-top: 20px;
	margin-right: 5px;
	visibility: hidden;
	opacity: 0;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.shoppingLink::before {
	position: absolute;
	content: '';
	display: block;
	border: 10px solid #ffff;
	border-top: 20px solid #ffff;
	border-bottom: 20px solid #ffff;
	border-top: none;
	border-bottom-color: #ffffff;
	border-left-color: transparent;
	border-right-color: transparent;
	left: 50%;
	top: 0;
	margin-left: -10px;
}

.shoppingLinkList {
	padding: 20px;
	overflow: hidden;
	background-color: #ffffff;
	box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.08);
}

.shoppingLinkList .dd {
	float: left;
	display: inline;
	width: 33.333%;
}

.shoppingLinkList .dd .con {
	display: block;
	background-color: #ffffff;
}
.shoppingLinkList .dd .con .xcxEwmCon{
	display: none;
}
.xcxEwm{
	width: 190px;
	height: 190px;
	padding: 5px;
}
.xcxEwm img{
	width: 100%;
	height: 100%;
}
.xcxEwmText{
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.shoppingLinkList .dd .con .icon {
	height: 32px;
	margin-bottom: 7px;
	background-position: center;
	background-repeat: no-repeat;
	background-size:contain;
}

.shoppingLinkList .dd .con .text {
	line-height: 17px;
	overflow: hidden;
	height: 17px;
	font-size: 14px;
	color: #666666;
}

.productR .shoppingBtn:hover .shoppingLink {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.productInfoBox .productR .productInfo {
	padding-top: 13px;
}

.productInfoBox .productR .productInfo p {
	line-height: 45px;
	font-size: 14px;
	color: #727272;
}

.productInfoBox .productR .productInfo p span {
	color: #333333;
	font-size: 18px;
	padding-right: 60px;
	width: 80px;
	display: inline-block;
	text-align: justify;
	text-align-last: justify;
}

.productInfoBox {
	padding-bottom: 30px;
	border-bottom: 1px solid #e8e7ea;
}

.productTextC {
	padding-top: 13px;
}

.productTextC .title {
	font-size: 22px;
	color: #333333;
	line-height: 54px;
}

.productTextC .info {
	font-size: 16px;
	color: #666666;
	line-height: 33px;
	margin-bottom: 50px;
}

/* ========== 产品详情 end ========== */
/* ========== 发展历程 strat ========== */
.deveHistoryBox {
	position: relative;
}

.deveHistoryBox .bgBox {
	height: 756px;
	position: relative !important;
}

.bgBox .deveHistoryBg {
	height: 100%;
	width: 100%;
}

.deveHistoryBox .deveHistoryCon {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.deveTitleBox .title1 {
	line-height: 30px;
	font-size: 26px;
	color: #0075c2;
	text-align: center;
	font-weight: bold;
}

.deveTitleBox .title2 {
	line-height: 30px;
	font-size: 26px;
	color: #dedede;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 18px;
}

.deveTitleBox .textC {
	line-height: 28px;
	font-size: 14px;
	color: #666666;
	text-align: center;
	width: 650px;
	margin: 0 auto;
}

.devListBox {
	position: relative;
}

.devListBox .wrap {
	padding: 0 140px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.devlist1 {
	margin: 0 -34px;
}

.devSlickBox {
	overflow: hidden;
}

.devListBox .devBgline {
	position: absolute;
	left: 0;
	background: url(../images/devBgline.png);
	height: 2px;
	top: 270px;
	right: 0;
}

.devlist1 .slick-list{
	padding-top: 230px;
}

.devlist1 .slickPic{
	position: absolute;
	width: 100%;
	top: -190px;
	padding: 0 20px;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-15px);
	-webkit-transform: translateY(-15px);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.devlist1 .slickcon {
	padding: 0 34px;
	position: relative;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
}

.devSlickBox .slickdd:hover .slickPic{
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
	visibility: visible;
}

.devlist1 .slickcon .imgBox {
	padding-bottom: 30px;
}

.devlist1 .slickcon .imgBox .pic::before {
	padding-top: 56.25%;
}

.devlist1 .slickcon .text .time {
	line-height: 63px;
	font-size: 28px;
	color: #0075c1;
	font-weight: bold;
	padding-top: 12px;
}

.devlist1 .slickcon .text .title {
	line-height: 26px;
	font-size: 14px;
	color: #666666;
}

.devlist1 .slickcon .text .textC {
	line-height: 28px;
	font-size: 15px;
	color: #333333;
	height: 140px;
	overflow-y: auto;
}

.devlist1 .slickcon .text .info {
	line-height: 26px;
	font-size: 14px;
	color: #039c2f;
}

.devlist1 .slickcon .text .info img {
	margin-bottom: 10px;
}

.devlist1 .slickcon .slickdian {
	height: 40px;
	position: relative;
	padding-left: 27px;
}

.devlist1 .slickcon .slickdian::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border: 2px solid #0075c1;
	border-radius: 50%;
	position: relative;
}

.devlist1 .slickcon .slickdian::after {
	content: '';
	display: block;
	background: url(../images/deveHistoryddBg.png)no-repeat center center;
	width: 8px;
	height: 4px;
	position: relative;
	top: 7px;
	left: 4px;
	animation: slickdianddAn 1s infinite;
}

@-webkit-keyframes slickdianddAn {
	0% {
		-webkit-transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(6px);
	}

	100% {
		-webkit-transform: translateY(0);
	}
}

@keyframes slickdianddAn {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(6px);
	}

	100% {
		transform: translateY(0);
	}
}

.devListBox .my-arrow-Box .slick-arrow {
	position: absolute;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	cursor: pointer;
	margin-top: -27px;
	top: 270px;
	border: 4px solid #dedede;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
}

.devListBox .my-arrow-Box .slick-arrow::before {
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	border-top: 3px solid #dedede;
	border-left: 3px solid #dedede;
	position: relative;
	left: 50%;
	margin-left: -4px;
	top: 50%;
	margin-top: -7px;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
}

.devListBox .my-arrow-Box .slick-arrow-prev {
	left: 0;
}

.devListBox .my-arrow-Box .slick-arrow-next {
	right: 0;
}

.devListBox .my-arrow-Box .slick-arrow-prev::before {
	transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
}

.devListBox .my-arrow-Box .slick-arrow-next::before {
	margin-left: -10px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.devListBox .my-arrow-Box .slick-arrow:hover::before {
	border-color: #0075c2;
}

.devListBox .my-arrow-Box .slick-arrow:hover {
	border-color: #0075c2;
}

/* ========== 发展历程 end ========== */
/* ========== 公司简介 start ========== */
.overConR {
	float: right;
	display: inline;
	width: 567px;
	height: 572px;
}

.overConR .title {
	font-size: 22px;
	color: #FFFFFF;
	padding: 0 30px;
	line-height: 32px;
	padding-top: 67px;
	height: 32px;
	overflow: hidden;
}

.overConL {
	overflow: hidden;
	height: 572px;
	background: #FFFFFF;
	padding: 35px 55px 35px 35px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.overConL .title {
	line-height: 32px;
	color: #444444;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 14px;
}

.overConL .line {
	width: 32px;
	height: 4px;
	background-color: #0075c1;
	margin-bottom: 44px;
}

.overConL .info {
	line-height: 33px;
	font-size: 15px;
	color: #787878;
	padding-right: 45px;
	height: 396px;
	overflow: hidden;
	overflow-y: auto;
}

.overConL .info img{
	max-width: 100%;
	height: auto !important;
}

.overConL .info * {
	white-space: unset !important;
}

.overConL .info::-webkit-scrollbar-thumb {
	background: #c3c3c3;
	width: 5px;
	border-radius: 5px;
}

.overInfoList {
	padding-top: 100px;
}

.overInfoList .dd {
	float: left;
	display: inline;
	width: 33.3333%;
	text-align: center;
	margin-bottom: 80px;
}

.overInfoList .con {
	line-height: 26px;
	font-size: 14px;
	color: #FFFFFF;
}

.overInfoList .con .text {
	line-height: 48px;
	height: 48px;
}

.overInfoList .con .text span {
	font-size: 48px;
	padding-right: 4px;
}

.overImgList .bd {
	margin-right: -20px;
}

.overImgList .slickCon {
	display: block;
	position: relative;
	margin-right: 20px;
}

.overImgList .slickCon .pic::before {
	padding-top: 49.29577465%;
}

.overImgList .slickCon .textC {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.overImgList .slickCon .textC .info {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 20px;
	opacity: 0;
	bottom: -60px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.overImgList .slickCon .textC .title {
	line-height: 32px;
	font-size: 18px;
	color: #ffffff;
	overflow: hidden;
	height: 32px;
}

.overImgList .slickCon .textC .text {
	line-height: 26px;
	font-size: 14px;
	color: #ffffff;
	overflow: hidden;
	height: 26px;
}

.overImgList .slickCon:hover .textC {
	background: rgba(0, 0, 0, 0.1);
}

.overImgList .slickCon:hover .textC .info {
	bottom: 20px;
	opacity: 1;
}

/* ========== 公司简介 end ========== */
/* ========== 社会责任 start ========== */
.responList .dd {
	margin-bottom: 20px;
}

.responList .conR {
	width: 50%;
	float: left;
	display: inline;
}

.responList .dd:nth-child(odd) .conR {
	float: right;
}

.responList .conL {
	overflow: hidden;
	height: 480px;
	position: relative;
}

.responList .conR .pic {
	height: 480px;
}

.responList .conR .pic::before {
	padding-top: 66.6667%;
}

.responList .conL .textC {
	padding: 55px 115px 55px 65px;
	background: #FFFFFF;
}

.responList .conL .title {
	line-height: 57px;
	height: 57px;
	position: relative;
	font-size: 28px;
	color: #333333;
	overflow: hidden;
}

.responList .conL .title::before {
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	width: 80%;
	left: 0;
	bottom: 0;
	background: #c7c7c7;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.responList .conL .title::after {
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	width: 0%;
	left: 0;
	bottom: 0;
	background: #0075c1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.responList .conL::before {
	content: '';
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #c7c7c7;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.responList .conL::after {
	content: '';
	display: block;
	position: absolute;
	height: 4px;
	width: 0%;
	left: 0;
	bottom: 0;
	background: #0075c1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.responList .conL .info {
	padding-top: 43px;
	line-height: 30px;
	color: #666666;
	font-size: 14px;
	height: 90px;
	overflow: hidden;
}

.responList .conL .time {
	font-size: 16px;
	color: #666666;
	padding-top: 35px;
	line-height: 22px;
	margin-bottom: 82px;
}

.responList .conL .moreBtn a {
	display: block;
	width: 135px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 40px;
	background: #f9f7f7;
	font-size: 16px;
	color: #333333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.responList .con:hover .conL .title::before {
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	width: 80%;
	left: 0;
	bottom: 0;
	background: #c7c7c7;
}

.responList .con:hover .conL .title::after {
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	width: 65%;
	left: 0;
	bottom: 0;
	background: #0075c1;
}

.responList .con:hover .conL::before {
	content: '';
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #c7c7c7;
}

.responList .con:hover .conL::after {
	content: '';
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #0075c1;
}

.responList .con:hover .conL .moreBtn a {
	color: #FFFFFF;
	background: #0075c1;
}

/* ========== 社会责任 end ========== */
/* ========== 溯源搜索详情-无商品 end ========== */
.product404 {
	height: 724px;
	text-align: center;
}

.product404 .textC {
	font-size: 26px;
	font-weight: bold;
	color: #f6ab00;
	line-height: 40px;
	padding-top: 55px;
}

.product404 .info {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 32px;
	padding-top: 7px;
}

.product404 .productBtn {
	padding-top: 40px;
}

.product404 .productBtn a {
	font-size: 16px;
	display: inline-block;
	width: 220px;
	height: 48px;
	text-align: center;
	background: #0075c1;
	line-height: 48px;
	color: #FFFFFF;
	font-weight: bold;
	box-shadow: 0px 15px 20px 8px rgba(0, 117, 193, 0.3);
}

.product404 .productBtn a:hover {
	opacity: 0.9;
}

/* ========== 溯源搜索详情-无商品 end ========== */
/* ========== 云南香米列表 start ========== */
.xmproductSearchBox {
	width: 858px;
	height: 60px;
	line-height: 60px;
	border-radius: 60px;
	background: #FFFFFF;
	margin: 0 auto;
	overflow: hidden;
}

.xmproductSearchBox .inputBox {
	overflow: hidden;
	padding: 0 30px;
	font-size: 16px;
}

.xmproductSearchBox .inputBox input {
	outline: none;
	border: none;
	width: 100%;
	line-height: 60px;
}

.xmproductSearchBox .btn {
	height: 60px;
	width: 60px;
	display: block;
	background: url(../images/serachl.png)no-repeat center;
	margin-right: 10px;
}

.productList2 {
	padding-top: 50px;
}

.productList2 .dd {
	float: left;
	display: inline;
	width: 33.3333%;
	margin-bottom: 30px;
}

.productList2 .dd .con {
	margin-right: 30px;
	padding: 50px 50px 45px;
	background: #FFFFFF;
	border-radius: 10px;
}

.productList2 .dd .con .pic::before {
	padding-top: 100%;
}

.productList2 .dd .con .textC {
	height: 169px;
	overflow: hidden;
}

.productList2 .dd .con .title {
	padding-top: 20px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 22px;
}

.productList2 .dd .con .info {
	padding-top: 18px;
	border-top: 1px solid #cccccc;
	line-height: 26px;
	color: #808080;
	font-size: 14px;
	height: 52px;
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.productList2 .dd .con .moreBtn {
	padding-top: 18px;
	transform: translateY(60px);
	-webkit-transform: translateY(60px);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.productList2 .dd .con .moreBtn a {
	font-size: 16px;
	display: block;
	width: 180px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #FFFFFF;
	background: #f6ab00;
	margin: 0 auto;
	border-radius: 8px;
}

.productList2 .dd .con .moreBtn a span {
	background: url(../images/xmProductMoreIcon.png)no-repeat right center;
	padding-right: 45px;
}

.productList2 .dd .con:hover .info {
	height: 0;
	padding: 0;
	border: none;
}

.productList2 .dd .con:hover .moreBtn {
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

/* ========== 云南香米列表 end ========== */
/* ========== 高原好物 start ========== */
.productList3 {
	padding-top: 120px;
}

.productList3 .dd {
	margin-bottom: 15px;
}

.productList3 .dd .con {
	position: relative;
	padding-bottom: 205px;
}

.productList3 .dd .con .ddZZ {
	position: absolute;
	width: 1465px;
	height: 205px;
	background: url(../images/plateauGoodProductzzImg.png)no-repeat top center;
	background-size: contain;
	bottom: -30px;
	left: 0;
}

.productList3 .dd .con .conL {
	position: relative;
	float: left;
	display: inline;
	margin-bottom: -150px;
	z-index: 1;
}

.productList3 .dd .con .conL .pic {
	width: 450px;
}

.productList3 .dd .con .conL .pic:before {
	padding-top: 100%;
}

.productList3 .dd .con .conL .pic img {
	object-fit: contain;
}

.productList3 .dd:nth-child(even) .con .conL {
	float: right;
}

.productList3 .dd:nth-child(even) .con .ddZZ {
	position: absolute;
	width: 1480px;
	height: 221px;
	background: url(../images/plateauGoodProductzzImgr.png)no-repeat top center;
	background-size: contain;
	bottom: -30px;
	right: 0;
	left: unset;
}

.productList3 .dd .con .conR {
	overflow: hidden;
	padding-top: 135px;
	width: 530px;
	padding-left: 75px;
}

.productList3 .dd:nth-child(even) .con .conR {
	padding-left: 400px;
}

.productList3 .dd .con .conR span {
	color: #333333;
}

.productList3 .dd .con .title {
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}

.productList3 .dd .con .info {
	line-height: 36px;
	color: #666666;
	font-size: 18px;
	height: 72px;
	overflow: hidden;
}

.productList3 .dd .con .moreBtn {
	padding-top: 28px;
	overflow: hidden;
	padding-bottom: 1px;
}

.productList3 .dd .con .moreBtn a {
	display: block;
	float: left;
	font-size: 16px;
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #666666;
}

.productList3 .dd .con .moreBtn a span {
	display: inline-block;
	background: url(../images/xmProductMoreIcon.png)no-repeat center;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	vertical-align: middle;
	background-color: #f6ab00;
	margin-left: 20px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.productList3 .dd .con .moreBtn a:hover span {
	margin-left: 30px;
}

/* ========== 高原好物 end ========== */
/* ========== 产品中心 start ========== */
.categoryBtn {
	overflow: hidden;
	text-align: center;
	background: #a7cab5;
	border-radius: 10px;
}

.categoryBtn a {
	float: left;
	width: 50%;
	line-height: 70px;
	color: #227a47;
	font-size: 18px;
	height: 70px;
}

.categoryBtn a.hover,
.categoryBtn a:hover {
	background: #227a47;
	color: #FFFFFF;
}

.categoryBtn a.btn1 span {
	background: url(../images/categoryBtn1.png)no-repeat left center;
	padding-left: 25px;
}

.categoryBtn a.btn2 span {
	background: url(../images/categoryBtn2.png)no-repeat left center;
	padding-left: 25px;
}

.categoryBtn a.btn1.hover span,
.categoryBtn a.btn1:hover span {
	background: url(../images/categoryBtn12.png)no-repeat left center;
	padding-left: 25px;
}

.categoryBtn a.btn1.hover span,
.categoryBtn a.btn2:hover span {
	background: url(../images/categoryBtn2b.png)no-repeat left center;
	padding-left: 25px;
}

.productList1 {
	margin-right: -210px;
	padding-top: 135px;
}

.productList1 .dd {
	float: left;
	display: inline;
	width: 33.333%;
	margin-bottom: 80px;
}

.productList1 .dd .con {
	margin-right: 210px;
}

.productList1 .dd .con .pic {
	text-align: center;
	margin-bottom: 18px;
}

.productList1 .dd .con .pic::before {
	padding-top: 100%;
}

.productList1 .dd .con .pic img {
	object-fit: contain;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) scale(1);
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.productList1 .dd .con:hover .pic img {
	transform: translateX(-50%) translateY(-50%) scale(1.1);
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
}

.productList1 .dd .con .textC {
	text-align: center;
	padding: 0 10px;
}

.productList1 .dd .con .title {
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.productList1 .dd .con .title a {
	color: #333333;
}

.productList1 .dd .con .title a:hover {
	color: #227a47;
}

.productList1 .dd .con .info {
	line-height: 24px;
	font-size: 15px;
	color: #666666;
	height: 48px;
	overflow: hidden;
	margin-bottom: 25px;
}

.productList1 .dd .con .moreBtn {
	text-align: center;
}

.productList1 .dd .con .moreBtn a {
	display: inline-block;
	font-size: 16px;
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #666666;
}

.productList1 .dd .con .moreBtn a span {
	display: inline-block;
	background: url(../images/xmProductMoreIcon.png)no-repeat center;
	background-size: 20px 11px;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	vertical-align: middle;
	background-color: #f6ab00;
	margin-left: 15px;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.productList1 .dd .con .moreBtn a:hover span {
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
}

/* ========== 产品中心 end ========== */
/* ========== 生态环境-产品追溯 start ========== */
.productSearchBox {
	position: relative;
}

.parallaxBox {
	position: relative;
	height: 894px;
	overflow: hidden;
}

.bgBox {
	position: absolute !important;
	width: 102%;
	height: 102%;
	left: -1% !important;
	top: -1% !important;
}

.bgBox1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.bgBox1 .bgImg,
.bgBox .bgImg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-position: top center;
	background-repeat: no-repeat;
}

.productSearchBox .bgBox1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 185px;
	top: unset;
	bottom: 0;
}

.productSearchCon {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.productSearchCon .item {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
}

.productSearchBtn {
	width: 500px;
	height: 60px;
	line-height: 60px;
	border-radius: 60px;
	background: #FFFFFF;
	margin: 0 auto;
	overflow: hidden;
}

.productSearchBtn .inputBox {
	overflow: hidden;
	padding: 0 30px;
	font-size: 16px;
}

.productSearchBtn .inputBox input {
	outline: none;
	border: none;
	width: 100%;
	line-height: 60px;
}

.productSearchBtn .btn {
	height: 60px;
	width: 60px;
	display: block;
	background: url(../images/serachl.png)no-repeat center;
	margin-right: 10px;
}

/* ========== 生态环境-产品追溯 end ========== */
/* ========== 追溯搜索详情 start ========== */
.productSearchViewBg {
	position: relative;
}

.productSearchViewBg .parallaxBox {
	height: 570px;
}

.productSearchViewBg .bgBox1 {
	height: 127px;
}

.numberBox .number {
	line-height: 43px;
	font-size: 26px;
	color: #f6ab00;
	font-weight: bold;
	margin-bottom: 10px;
}

.numberBox .info {
	line-height: 23px;
	font-size: 16px;
	color: #333333;
	min-height: 69px;
}

.numberBox .info span {
	padding-right: 30px;
}

.searchProductBox {
	padding-top: 13px;
	padding-bottom: 43px;
}

.searchProductBox .searchProductL {
	width: 300px;
	float: left;
	display: inline;
	margin-right: 40px;
}

.searchProductBox .searchProductL .pic::before {
	padding-top: 100%;
}

.searchProductBox .searchProductL .pic img{
	object-fit: contain;
}

.searchProductBox .searchProductR {
	overflow: hidden;
	padding-top: 20px;
}

.searchProductBox .searchProductR .title {
	line-height: 48px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.searchProductBox .searchProductR .info {
	line-height: 37px;
	font-size: 16px;
	color: #333333;
	height: 280px;
	overflow-y: auto;
}

.searchProductTabDl {
	border-radius: 8px;
}

.searchProductTabDl .dd {
	float: left;
	display: inline;
	width: 16.66666%;
}

.searchProductTabDl .dd a {
	position: relative;
	display: block;
	line-height: 70px;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	color: #333333;
	background: #f5f5f5;
}

.searchProductTabDl .dd a::before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	width: 1px;
	height: 45px;
	top: 50%;
	margin-top: -23px;
	background: #f5dfab;
}

.searchProductTabDl .dd:nth-last-child(2) a::before{
	display: none;
}

.searchProductTabCon .con img{
	width: 800px !important;
	height: auto !important;
	object-fit: contain;
	display: block;
	margin: 0 auto 10px;
}

.searchProductTabDl .dd.hover a,
.searchProductTabDl .dd:hover a {
	background-color: #f6ab00;
	color: #FFFFFF;
}

.searchProductTabDl .dd.hover a::before,
.searchProductTabDl .dd:hover a::before {
	background-color: #f6ab00;
}

.searchProductTabCon {
	padding-top: 66px;
}

.searchProductTabCon .con .title {
	line-height: 32px;
	font-size: 16px;
	color: #f6ab00;
}

.searchProductTabCon .con .info {
	line-height: 27px;
	font-size: 16px;
	color: #333333;
	padding-bottom: 45px;
}

/* ========== 追溯搜索详情 end ========== */
/* ========== 一亩八分地 start ========== */
.eapmColumn1 {
	position: relative;
}

.eapmColumn1 .eapmBgBox {
	position: relative;
	height: 913px;
}

.eapmColCon {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
}

.eapmColTitle {
	background: url(../images/eapmColTitleIcon.png)no-repeat left center;
	padding-left: 55px;
}

.eapmColTitle .title1 {
	line-height: 46px;
	font-size: 36px;
	color: #FFFFFF;
	font-weight: bold;
}

.eapmColTitle .title2 {
	line-height: 30px;
	font-size: 24px;
	color: rgba(255, 255, 255, 0.5);
}

.eapmColTitle1 .title1 {
	line-height: 55px;
	font-size: 36px;
	color: #454545;
	font-weight: bold;
	text-align: center;
}

.eapmColTitle1 .title2 {
	line-height: 32px;
	font-size: 16px;
	color: rgba(69, 69, 69, 0.5);
	font-weight: bold;
	text-align: center;
}

.eapmCol1ConR {
	float: right;
	display: inline;
	width: 50%;
	padding-top: 333px;
}

.eapmCol1ConL {
	overflow: hidden;
	padding-top: 230px;
}

.eapmCol1ConL .btnBox {
	padding-top: 90px;
}

.eapmCol1ConL .btnBox a {
	display: block;
	width: 178px;
	height: 38px;
	border: 1px solid #815d35;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
}

.eapmCol1Con .info {
	line-height: 28px;
	padding-top: 40px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	height: 112px;
	overflow: hidden;
}

.eapmCol1ConR .playBtn a {
	margin: 0 auto;
	display: block;
	width: 85px;
	height: 85px;
	border-radius: 100%;
	background: url(../images/play.png)no-repeat center;
}

.eapmColumn2 {
	height: 1285px;
	position: relative;
	margin-top: -356px;
	z-index: 1;
}

.eapmColumn2 .eapmBgBox {
	position: relative;
	height: 870px;
}

.eapmColumn2 .eapmBgBox .bgImg {
	top: 360px;
}

.eapmCol2Con .eapmColTitle1 {
	padding-top: 280px;
	margin-bottom: 105px;
}

.eapmCol2DLBox {
	position: relative;
}

.eapmCol2DLBox .line {
	width: 100%;
	position: absolute;
	left: 0;
	background: url(../images/eapmCol2DLLine.png)no-repeat center;
	height: 399px;
	top: 50px;
}

.eapmCol2DL {
	margin-right: -25px;
}

.eapmCol2DL .dd {
	float: left;
	display: inline;
	width: 25%;
}

.eapmCol2DL .dd .con {
	height: 540px;
	position: relative;
	margin-right: 25px;
}

.eapmCol2DL .dd .con .icon {
	width: 60px;
	height: 60px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
}

.eapmCol2DL .dd .con .dian {
	width: 8px;
	height: 8px;
	border: 2px solid #ffb401;
	position: absolute;
	background: #FFFFFF;
}

.eapmCol2DL .dd .con .textC {
	position: absolute;
}

.eapmCol2DL .dd .con .textC .text {
	border-radius: 30px;
	border: 1px solid #ffcc00;
	background: #FFFFFF;
	min-width: 333px;
	height: 88px;
	position: relative;
}

.eapmCol2DL .dd .con .textC::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	background-color: #ffcc00;
	right: -10px;
	bottom: -5px;
}

.eapmCol2DL .dd .con .textC .title {
	position: absolute;
	width: 145px;
	height: 30px;
	border-radius: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #ffcc00;
	left: 50%;
	margin-left: -73px;
	top: -15px;
	font-weight: bold;
}

.eapmCol2DL .dd .con .textC .info {
	font-size: 16px;
	color: #454545;
	line-height: 25px;
	padding-top: 13px;
	height: 75px;
	text-align: center;
	overflow: hidden;
}

.eapmCol2DL .dd.dd1 .con .icon {
	background-image: url(../images/eapmCol2DLIcon1.png);
	top: 280px;
	left: 0;
}

.eapmCol2DL .dd.dd1 .con .dian {
	top: 357px;
	left: 30px;
}

.eapmCol2DL .dd.dd1 .con .textC {
	top: 407px;
	left: 0;
}

.eapmCol2DL .dd.dd2 .con .icon {
	background-image: url(../images/eapmCol2DLIcon2.png);
	top: -20px;
	left: 80px;
}

.eapmCol2DL .dd.dd2 .con .dian {
	top: 45px;
	left: 105px
}

.eapmCol2DL .dd.dd2 .con .textC {
	top: 200px;
	left: 0;
}

.eapmCol2DL .dd.dd3 .con .icon {
	background-image: url(../images/eapmCol2DLIcon3.png);
	top: 200px;
	left: 120px;
}

.eapmCol2DL .dd.dd3 .con .dian {
	top: 155px;
	left: 140px;
}

.eapmCol2DL .dd.dd3 .con .textC {
	top: 40px;
	left: 0;
}

.eapmCol2DL .dd.dd4 .con .icon {
	background-image: url(../images/eapmCol2DLIcon4.png);
	top: 265px;
	right: 100px;
}

.eapmCol2DL .dd.dd4 .con .dian {
	top: 290px;
	right: 50px;
}

.eapmCol2DL .dd.dd4 .con .textC {
	top: 385px;
	left: 0;
}

.eapmCol2DL .dd.dd4 .con .imgBox {
	width: 78px;
	height: 78px;
	padding: 4px;
	border: 4px solid #5e8d41;
	position: absolute;
	background-color: #FFFFFF;
	left: 160px;
	top: 65px;
}

.eapmCol2DL .dd.dd4 .con .imgBox img {
	width: 100%;
	height: 100%;
}

.eapmColumn3 {
	margin-top: -450px;
	position: relative;
	margin-bottom: -150px;
}

.eapmCol3Con {
	top: 545px;
}

.eapmColumn3 .eapmBgBox {
	position: relative;
	height: 1447px;
}

.eapmColumn3 .eapmColTitle1 .title1 {
	color: #FFFFFF;
}

.eapmColumn3 .eapmColTitle1 .title2 {
	color: rgba(255, 255, 255, 0.3);
	font-size: 24px;
}

.eapmCol3List {
	margin-right: -30px;
	padding-top: 200px;
}

.eapmCol3List .myslide {
	float: left;
	display: inline !important;
	height: 330px;
	position: relative;
}

.eapmCol3List .myslide .slickCon {
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 30px;
	top: 140px;
	display: block;
	padding: 20px;
	border: 1px solid rgba(255,255,255,0.4);
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.1);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.eapmCol3List .myslide:hover .slickCon {
	top: 0;
	background: #ffb401;
	border-color: #ffb401;
	right: 30px;
}

.eapmCol3List .myslide .slickCon .icon {
	height: 70px;
	background-position: left bottom;
	background-repeat: no-repeat;
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
}

.eapmCol3List .myslide .slickCon .titleBox {
	padding-top: 27px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	margin-bottom: 30px;
}

.eapmCol3List .myslide .slickCon .titleBox .title1 {
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	font-size: 16px;
	color: #ffffff;
}

.eapmCol3List .myslide .slickCon .titleBox .title2 {
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.3);
}

.eapmCol3List .myslide.dd1 .slickCon .icon {
	background-image: url(../images/wicon1.png);
}

.eapmCol3List .myslide.dd2 .slickCon .icon {
	background-image: url(../images/wicon7.png);
}

.eapmCol3List .myslide.dd3 .slickCon .icon {
	background-image: url(../images/wicon8.png);
}

.eapmCol3List .myslide.dd4 .slickCon .icon {
	background-image: url(../images/wicon2.png);
}

.eapmCol3List .myslide.dd5 .slickCon .icon {
	background-image: url(../images/wicon6.png);
}

.eapmCol3List .myslide:hover .icon {
	transform: translateY(-70px);
	-webkit-transform: translateY(-70px);
	opacity: 0;
	height: 0;
}

.eapmCol3List .myslide:hover .titleBox {
	padding-top: 20px;
}

.eapmCol3List .myslide:hover .slickCon .titleBox .title2 {
	color: rgba(255, 255, 255, 0.4);
}

.eapmCol3List .myslide .slickCon .info {
	font-size: 14px;
	color: #ffffff;
	line-height: 22px;
	height: 200px;
	overflow: hidden;
}
.eapmCol3List .slick-list{margin-bottom: 50px;}
.eapmCol3List .myslide .slickCon .info img{max-width: 100%;}
.eapmCol3List .slick-dots {text-align: center;font-size: 0;}
.eapmCol3List .slick-dots li {display: inline-block;width: 10px;height: 10px;border-radius: 100%;margin: 0 5px;vertical-align: middle;cursor: pointer;position: relative;background: #fff;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.eapmCol3List .slick-dots li.slick-active {width: 40px;border-radius: 30px;}

.eapmColumn4 {
	position: relative;
}

/* ========== 一亩八分地 end ========== */
/* ========== 活动 start ========== */
.activityBanner {
	position: relative;
	overflow: hidden;
	width: 100%
}

.activityBanner:before {
	display: block;
	content: '';
	padding-top: 50.104166666%
}

.activityBanner img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center center;
}

.activityBanner .text {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.activityBanner .wrap {
	height: 100%
}

.activityBanner .textC {
	position: relative;
	text-align: center
}

.activityBanner .textC .cnTitle {
	font-size: 30px;
	color: #ffffff;
	line-height: 30px;
}

.activityBanner .textC .cnTitle p {
	margin-bottom: 30px;
	letter-spacing: 10px;
}

.activityBanner .textC .cnTitle img {
	width: auto;
	height: auto;
	position: unset
}

.activityBanner .textC .textCon{
	font-size: 100px;
	font-weight: bold;
	font-family: '宋体';
	width: 750px;
	height: 385px;
	background-color: #b90d0e;
	border-radius: 30px;
	overflow: hidden;
	margin: 0 auto;
}

.activityBanner .textC .textCon .title{
	line-height: 130px;
	height: 130px;
	overflow: hidden;
	color: #ffffff;
	fill: #ffffff;
	-webkit-text-stroke: 3px rgba(248,178,29,0.3);
}

.activityBanner .textC .enTitle {
	font-size: 24px;
	color: rgb(255 255 255 / .4);
	line-height: 30px;
	text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1)
}

.activityBox .bgBox1 {
	position: absolute;
	height: 200px;
	left: 0;
	top: -200px;
}

.activityDjsBox {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	;
}

.activityDjsBox .con {
	height: 70px;
	padding: 0 45px;
	line-height: 70px;
	border-radius: 70px;
	background: #f6e7c2;
	box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.4);
	font-size: 24px;
	color: #666666;
}

.activityDjsBox .con span {
	color: #e60000;
	font-size: 36px;
	padding: 0 25px;
}

.activityBox {
	position: relative;
}

.activityCon {
	background: #f6e7c2;
	border-radius: 10px;
	padding: 25px;
}

.activityList {
	overflow: hidden;
	margin-bottom: 45px;
	position: relative;
}

.activityList .bd {
	margin: 0 -40px;
	padding: 0 60px;
}

.activityList .slickCon {
	margin: 0 40px;
}

.activityList .slickCon .pic::before {
	padding-top: 109.375%;
}

.activityList .slickCon .text {
	padding: 0 20px;
}

.activityList .slickCon .title {
	padding-top: 20px;
	line-height: 34px;
	font-size: 18px;
	color: #333333;
	text-align: center;
	font-weight: bold;
	height: 34px;
	overflow: hidden;
	margin-bottom: 8px;
}

.activityList .slickCon .info a {
	display: block;
	width: 130px;
	height: 35px;
	line-height: 35px;
	border-radius: 4px;
	text-align: center;
	background: #e7393b;
	font-size: 18px;
	color: #FFFFFF;
	margin: 0 auto;
}

.activityList .slick-arrow {
	position: absolute;
	width: 20px;
	height: 36px;
	top: 50%;
	margin-top: -18px;
	display: block;
	cursor: pointer;
}

.activityList .slick-arrow.prev {
	background: url(../images/activityListPrev.png);
	left: 0;
}

.activityList .slick-arrow.next {
	background: url(../images/activityListNext.png);
	right: 0;
}

.activityInfoL {
	width: 680px;
	margin-right: 66px;
	float: left;
	display: inline;
}

.activityInfoL .pic::before {
	padding-top: 40.147058823%;
}

.activityInfoR {
	overflow: hidden;
}

.activityInfoR .title1 {
	padding-top: 33px;
	line-height: 55px;
	font-size: 36px;
	color: #333333;
}

.activityInfoR .title2 {
	padding-top: 13px;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 18px;
}

.activityInfoR .info {
	line-height: 30px;
	font-size: 16px;
	color: #666666;
}

.activityInfoR .moneny {
	padding-top: 23px;
}

.activityInfoR .moneny a {
	display: block;
	width: 130px;
	height: 35px;
	line-height: 35px;
	border-radius: 4px;
	text-align: center;
	background: #e7393b;
	font-size: 18px;
	color: #FFFFFF;
}

.activityTipL {
	line-height: 30px;
	font-size: 16px;
	color: #FFFFFF;
	overflow: hidden;
}

.activityTipR {
	float: right;
	display: inline;
}

.activityTipR .ewmBox {
	width: 160px;
	height: 160px;
	border: 1px solid #ee7877;
	margin: 0 10px;
}

.activityTipR .ewmBox .pic::before {
	padding-top: 100%;
}

.activityTipR .title {
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 20px;
	line-height: 25px;
	text-align: center;
}

/* ========== 活动 end ========== */
.productCenterDl .dd {
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.productCenterDl .con {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.productCenterDl .con .text {
	height: 100%;
	padding: 0 75px;
}

.productCenterDl .con .icon {
	height: 45px;
	background-position: bottom center;
	background-repeat: no-repeat;
	margin-bottom: 37px;
	background-size: contain;
}

.productCenterDl .con .title1 {
	line-height: 30px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	opacity: 0.5;
}

.productCenterDl .con .title2 {
	line-height: 37px;
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
}

.productCenterDl .con .infoBox {
	height: 0px;
	width: 0;
	margin: 0 auto;
	opacity: 0;
	padding-top: 0;
	overflow: hidden;
	transition: all 0.8s linear;
	-webkit-transition: all 0.8s linear;
}

.productCenterDl .con:hover .infoBox {
	height: 328px;
	padding-top: 20px;
	width: 100%;
	opacity: 1;
}

.productCenterDl .con .line {
	position: relative;
}

.productCenterDl .con .line::after {
	content: '';
	display: block;
	width: 32px;
	height: 5px;
	margin: 0 auto;
	background: #f6ab00;
	z-index: 1;
	position: relative;
}

.productCenterDl .con .line::before {
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	top: 2px;
	background: #4986b7;
	left: 0;
	right: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	width: 0%;
}

.productCenterDl .con:hover .line::before {
	left: -10%;
	right: -10%;
}

.productCenterDl .con .moreBtn {
	padding-top: 50px;
}

.productCenterDl .con .moreBtn a {
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	margin: 0 auto;
	background: #f6ab00 url(../images/indexMore.png)no-repeat center;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.productCenterDl .con .moreBtn a:hover {
	transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
}

.productCenterDl .dd.dd1 .icon {
	background-image: url(../images/productCenterDlIcon1.png);
}

.productCenterDl .dd.dd2 .icon {
	background-image: url(../images/productCenterDlIcon2.png);
}

.productCenterDl .dd.dd3 .icon {
	background-image: url(../images/productCenterDlIcon3.png);
}

.productCenterDl .dd.dd4 .icon {
	background-image: url(../images/productCenterDlIcon4.png);
}

/* 组织架构 start */
.organization{
	padding: 40px 0;
	background: url(../images/organizationBg.jpg) no-repeat center center;
	background-size: cover;
}
.organizationImg{
	text-align: center;
}
/* 组织架构 end */