@charset "utf-8";

/* ==================== 新闻详情和单篇 start ==================== */
.articleC {
	background: #f9f9f9;
	padding: 30px 0 50px;
}

/* —————————— 标题 start —————————— */
.articleTitle {
	clear: both;
	line-height: 60px;
	font-size: 30px;
	font-family: "microsoft yahei";
	color: #333333;
	text-align: center;
	position: relative;
	font-weight: bold;
	padding: 0 100px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* —————————— 标题 end —————————— */
/* —————————— 时间 start —————————— */
.articleTime {
	display: block;
	clear: both;
	color: #666666;
	font-size: 0;
	line-height: 32px;
	border-bottom: 1px solid rgb(238, 238, 238);
	overflow: hidden;
	text-align: center;
	padding: 0 100px 20px;
}

.articleTime .timeItem {
	font-size: 14px;
	color: #666666;
	display: inline-block;
	padding-left: 25px;
	position: relative;
	margin-right: 20px;

}

.articleTime .timeItem em {
	vertical-align: middle;
	margin-right: 5px;
}

.article_fzBox span {
	cursor: pointer;
}

.article_fzBox span.hover {
	color: #4bad8d;
}

/* —————————— 时间 end —————————— */
/* —————————— 分享 start —————————— */
.articleShare {
	display: inline;
}

.articleShare .bshare-custom {
	display: inline;
}

.articleShare a {
	padding: 0 !important;
	height: 20px !important;
	width: 20px !important;
	/* background: url(../images/file/atIco1.png)no-repeat !important; */
}

/* .articleShare .bshare-qqim {
	background-position: 0px 0px !important;
}

.articleShare .bshare-weixin {
	background-position: -30px 0px !important;
}

.articleShare .bshare-sinaminiblog {
	background-position: -60px 0px !important;
} */
.bshare-custom a{
	background: none !important;
	color: #808080 !important;
	font-size: 18px;
}
.bshare-custom a.weibo{
	font-size: 22px;
}
.bshare-custom a:hover{
	text-decoration: none !important;
	color: #4bad8d !important;
}
/* —————————— 分享 end —————————— */
/* —————————— 音频 start —————————— */
.audioBox {
	text-align: center;
	padding: 0 100px;
}

/* —————————— 音频 end —————————— */
/* —————————— 视频 start —————————— */
.video {
	width: 600px;
	height: 400px;
	margin: 0 auto
}

/* —————————— 视频 end —————————— */
/* —————————— 文章大图 start —————————— */
#play {
	width: 600px;
	height: 400px;
	position: relative;
	overflow: hidden;
	background: #fff;
	padding: 5px;
	margin: 0 auto;
}

#play .change_a {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background: url(about:blank);
}

#play .prev_a {
	left: 0;
}

#play .next_a {
	right: 0
}

#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}

#play .prev_a span {
	background: url(../images/file/article_iconh.png) no-repeat 0px -50px;
	left: 0;
}

#play .next_a span {
	background: url(../images/file/article_iconh.png) no-repeat -30px -50px;
	right: 0;
}

#play .img_ul {
	position: relative;
	z-index: 1;
	width: 600px;
	height: 400px;
	border: 1px solid #f5f5f5;
}

#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;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.imgMove {
	width: 600px;
	clear: both;
	position: relative;
	margin: 0 auto;
}

.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: #4bad8d;
	position: relative;
}

.img_hd ul li i {
	display: block;
	clear: both;
	line-height: 20px;
	padding: 0 5px;
	background: #000;
	color: #fff;
	position: absolute;
	right: 3px;
	bottom: 3px;
	z-index: 99999999999999;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
}

.img_hd ul li img {
	position: absolute;
	height: 47px;
	width: 70px;
}

.img_hd ul li.on {
	border: 1px solid #4bad8d;
	background: #4bad8d;
}

.imgMove .bottom_a {
	width: 20px;
	height: 25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float: left;
	top: 15px;
	position: absolute;
	z-index: 9999999999999;
	background: url(../images/file/article_icon.png) no-repeat;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.imgMove .bottom_a:hover {
	background: url(../images/file/article_iconh.png) no-repeat;
}

.imgMove .prev_a,
.imgMove .prev_a:hover {
	background-position: left top;
	left: 0;
}

.imgMove .next_a,
.imgMove .next_a:hover {
	background-position: right top;
	right: 0;
}

.articleBox {
	line-height: 36px;
	color: #666666;
	font-size: 16px;
	padding: 0 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.articleBox img {
	max-width: 100%;
}

/* —————————— 文章大图 end —————————— */
/* —————————— 页码 start —————————— */
.articlePage {
	clear: both;
	height: 30px;
	text-align: center;
	font-family: Arial;
	padding: 30px 0 0;
}

.articlePage a {
	margin: 0 1px;
	background: #ccc;
	padding: 5px 10px;
}

.articlePage a:hover,
.articlePage a.hover {
	color: #fff;
	background: #4bad8d;
}

/* —————————— 页码 end —————————— */
/* —————————— 文件 start —————————— */
.articleHand {
	clear: both;
	font-size: 16px;
	overflow: hidden;
	padding: 0 100px;
}

.articleHand a {
	display: block;
	line-height: 32px;
	padding: 0 20px 10px 30px;
	float: left;
	background: url(../images/file/file.png) no-repeat left center;
}

.articleHand a.word {
	background: url(../images/file/word.png) no-repeat left 3px;
	color: #37a6ff !important;
}

.articleHand a.ppt {
	background: url(../images/file/ppt.png) no-repeat left center;
	color: #ff7735 !important;
}

.articleHand a.excel {
	background: url(../images/file/excel.png) no-repeat left center;
	color: #15bf44 !important;
}

.articleHand a.pdf {
	background: url(../images/file/pdf.png) no-repeat left center;
	color: #1369c0 !important;
}

.articleHand a.zip {
	background: url(../images/file/zip.png) no-repeat left 3px;
	color: #ff9779 !important;
}

/* —————————— 文件 end —————————— */
/* —————————— 上一篇下一篇 start —————————— */
.pageUp {
	padding: 0 100px;
}

.articlePageBox {
	overflow: hidden;
	height: 56px;
	line-height: 56px;
	background: #fff;
	border-radius: 10px;
	padding: 0 30px;
}

.articlePageBox a {
	display: inline-block;
	font-size: 14px;
	color: #808080;
	height: 56px;
	line-height: 56px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.articlePageBox .pageL:hover,
.articlePageBox .pageR:hover,
.articlePageBox a:hover {
	color: #4bad8d;
	font-weight: bold;
}

.articlePageBox .pageL em {
	font-size: 14px;
	color: #808080;
	vertical-align: middle;
	margin-right: 10px;
}

.articlePageBox .pageR em {
	font-size: 14px;
	color: #808080;
	vertical-align: middle;
	margin-left: 10px;
}

/* —————————— 上一篇下一篇 end —————————— */
/* ==================== 新闻详情和单篇 end ==================== */
/* ==================== 五大研究方向 start ==================== */
.imgList1Dl {
	overflow: hidden;
	margin-right: -50px;
}

.imgList1Dl dd {
	width: 33.3333%;
	float: left;
	display: inline;
	margin-bottom: 50px;
}

.imgList1Dl dd a {
	margin-right: 50px;
	overflow: hidden;
	display: block;
}

.imgList1Dl dd a .pic {
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	overflow: hidden;
}

.imgList1Dl dd a .pic::before {
	padding-top: 60%;
}

.imgList1Dl dd a .text {
	position: relative;
	padding-bottom: 15px;
}

.imgList1Dl dd a .text::before {
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background: #f5f5f5;
	position: absolute;
	left: 0;
	bottom: 0;
}

.imgList1Dl dd a .text::after {
	display: block;
	content: '';
	width: 0%;
	height: 1px;
	background: #4bad8d;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.imgList1Dl dd a .text .title {
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #333333;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.imgList1Dl dd a:hover .text .title {
	color: #4bad8d;
}

.imgList1Dl dd a:hover .text::after {
	width: 100%;
}

/* ==================== 五大研究方向 end ==================== */
/* ==================== 专利授权 start ==================== */
.honorListDl {
	overflow: hidden;
	margin: 0 -30px 20px;
}

.honorListDl dd {
	width: 25%;
	float: left;
	display: inline;
	margin-bottom: 30px;
}

.honorListDl dd a {
	display: block;
	margin: 0 30px;
	border-radius: 10px;
	overflow: hidden;
	background: #f9f9f9;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.honorListDl dd a .picBox {
	padding: 30px;
}

.honorListDl dd a .picBox .pic::before {
	padding-top: 141.6058%;
}

.honorListDl dd a .picBox .pic img {
	object-fit: contain;
}

.honorListDl dd a .text {
	height: 64px;
	line-height: 64px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	webkit-box-sizing: border-box;
	padding: 0 20px;
	text-align: center;
	border-top: 1px solid #e7e7e7;
}

.honorListDl dd a .text .title {
	font-size: 16px;
	color: #333333;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.honorListDl dd a:hover .text .title {
	color: #4bad8d;
}

.honorListDl 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);
}

.viewer-number span,
.viewer-number i {
	font-style: normal;
}

/* ==================== 专利授权 end ==================== */
/* ==================== 专家工作室 start ==================== */
.imgText1Dl {
	overflow: hidden;
	margin-bottom: 50px;
}

.imgText1Dl dd {
	width: 100%;
	margin-bottom: 0;
	background: #f9f9f9;
}

.imgText1Dl dd .con {
	overflow: hidden;
}

.imgText1Dl dd .con .pic {
	width: 50%;
	display: inline;
}

.imgText1Dl dd:nth-child(odd) .con .pic {
	float: right;
}

.imgText1Dl dd:nth-child(even) .con .pic {
	float: left;
}

.imgText1Dl dd .con .pic::before {
	padding-top: 56.25%;
}

.imgText1Dl dd .con .text {
	width: 50%;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 90px;
}

.imgText1Dl dd .con .text .title {
	font-weight: bold;
	text-align: center;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 30px;
}

.imgText1Dl dd .con .text .title a {
	font-size: 22px;
	color: #333333;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.imgText1Dl dd:hover .con .text .title a {
	color: #4bad8d;
}

.imgText1Dl dd .con .text .info {
	font-size: 16px;
	color: #808080;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	text-align: center;
}
.imgText1Dl.imgText1Dlh dd .con .text .info{
	height: auto;
}
.imgText1Dl dd .con .text .more {
	font-size: 0;
	text-align: center;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	transform: scale(0);
	-webkit-transform: scale(0);
}

.imgText1Dl dd .con .text .more a {
	display: inline-block;
	width: 150px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	background: url(../images/new/titleBg.png) no-repeat;
	background-size: cover;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.imgText1Dl dd:hover .con .text .more {
	transform: scale(1);
	-webkit-transform: scale(1);
	padding-top: 50px;
}

/* ==================== 专家工作室 end ==================== */
/* ==================== 工作环境 start ==================== */
.imgList2Dl {
	overflow: hidden;
	margin-right: -50px;
}

.imgList2Dl dd {
	width: 33.3333%;
	float: left;
	display: inline;
	margin-bottom: 50px;
}

.imgList2Dl dd a {
	margin-right: 50px;
	overflow: hidden;
	display: block;
}

.imgList2Dl dd a .pic {
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	overflow: hidden;
}

.imgList2Dl dd a .pic::before {
	padding-top: 60%;
}

/* ==================== 工作环境 end ==================== */
/* ==================== 员工活动 start ==================== */
.imgText2Dl {
	overflow: hidden;
	margin-right: -50px;
}

.imgText2Dl dd {
	width: 33.3333%;
	float: left;
	display: inline;
	margin-bottom: 50px;
}

.imgText2Dl dd .con {
	margin-right: 50px;
	overflow: hidden;
	display: block;
}

.imgText2Dl dd .con .pic {
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	overflow: hidden;
}

.imgText2Dl dd .con .pic::before {
	padding-top: 60%;
}

.imgText2Dl dd .con .text {
	position: relative;
	padding: 20px 0 30px;
}

.imgText2Dl dd .con .text .more {
	position: absolute;
	top: 34px;
	right: 0;
}

.imgText2Dl dd .con .text .more a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	background: url(../images/new/jiantou.png) no-repeat center center;
	background-size: cover;
}

.imgText2Dl dd .con .text::before {
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background: #f5f5f5;
	position: absolute;
	left: 0;
	bottom: 0;
}

.imgText2Dl dd .con .text::after {
	display: block;
	content: '';
	width: 0%;
	height: 1px;
	background: #4bad8d;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.imgText2Dl dd .con .text .time {
	font-size: 16px;
	color: #aaaaaa;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}

.imgText2Dl dd .con .text .title {
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}

.imgText2Dl dd .con .text .title a {
	font-size: 18px;
	color: #333333;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.imgText2Dl dd .con:hover .text .title a {
	color: #4bad8d;
}

.imgText2Dl dd .con:hover .text::after {
	width: 100%;
}

/* ==================== 员工活动 end ==================== */
/* ==================== 招聘列表 start ==================== */
.recruitListDl {
	overflow: hidden;
	margin: 0 -30px;
}

.recruitListDl dd {
	margin-bottom: 30px;
}

.recruitListDl dd .con {
	background: #f9f9f9;
	border-radius: 20px;
	overflow: hidden;
	padding: 0 30px;
	margin: 0 30px;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.recruitListDl dd .conT {
	overflow: hidden;
	position: relative;
}

.recruitListDl dd .conT .title::before {
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background: #eaeaea;
	position: absolute;
	left: 0;
	bottom: 0;
}

.recruitListDl dd .conT .title::after {
	display: block;
	content: '';
	width: 0%;
	height: 1px;
	background: #4bad8d;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.recruitListDl dd .conT .title {
	height: 90px;
	line-height: 90px;
	overflow: hidden;
	font-size: 26px;
	color: #333333;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.recruitListDl dd .conT .title em {
	font-size: 36px;
	margin-right: 20px;
	vertical-align: middle;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.recruitListDl dd .conT .view a {
	font-size: 16px;
	color: #aaaaaa;
	height: 90px;
	line-height: 90px;
}

.recruitListDl dd .conT .view a em {
	margin-left: 10px;
	font-size: 20px;
	vertical-align: middle;
}

.recruitListDl dd .conB {
	font-size: 0;
	padding: 20px 0;
}

.recruitListDl dd .conB span {
	display: inline-block;
	width: 16.6667%;
	font-size: 16px;
	color: #808080;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
}

.recruitListDl dd .conB span:first-child {
	text-align: left;
}

.recruitListDl dd .conB span:last-child {
	text-align: right;
}

.recruitListDl dd:hover .con {
	background: #ebf8f8;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.recruitListDl dd:hover .conT .title::after {
	width: 100%;
}

.recruitListDl dd:hover .conT .view a,
.recruitListDl dd:hover .conT .view a em,
.recruitListDl dd:hover .conT .title,
.recruitListDl dd:hover .conT .title em {
	color: #4bad8d;
}

/* ==================== 招聘列表 end ==================== */
/* ==================== 招聘详情 start ==================== */
.recruitViewBox {
	background: #f9f9f9;
	padding: 50px;
}

.recruitViewTitle {
	background: #fff;
	padding: 10px 30px 20px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 15px;
}

.recruitViewTitle .title {
	height: 56px;
	line-height: 56px;
	overflow: hidden;
	font-size: 26px;
	color: #333333;
}

.recruitViewTitle .info {
	font-size: 0;
}

.recruitViewTitle .info span {
	display: inline-block;
	width: 20%;
	font-size: 16px;
	color: #808080;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
}

.recruitViewTitle .info span:first-child {
	text-align: left;
}

.recruitViewTitle .info span:last-child {
	text-align: right;
}

.recruitViewCon {
	margin-bottom: 15px;
}

.recruitViewCon .title {
	font-size: 18px;
	color: #555555;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}
.recruitViewCon .title .titleC{
	margin-right: 20px;
}
.recruitViewCon .title  .xian{
	overflow: hidden;
	position: relative;
	height: 50px;
	line-height: 50px;
}
.recruitViewCon .title  .xian::before{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #efefef;
	position: absolute;
	top: 50%;
	left: 0;
}

.recruitViewCon .info {
	font-size: 14px;
	color: #777777;
	line-height: 32px;
}

.recruitViewBtn {
	font-size: 0;
	text-align: center;
}

.recruitViewBtn span {
	display: inline-block;
	position: relative;
	margin: 0 20px;
}

.recruitViewBtn span a.btn {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	padding: 0 44px;
	background: #fff;
	border: 1px solid #4bad8d;
	overflow: hidden;
	font-size: 16px;
	color: #4bad8d;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.recruitViewBtn span a.btn em {
	font-size: 30px;
	vertical-align: middle;
}

.recruitViewBtn span a.btn1 {
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.recruitViewBtn span a.btn2 {
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
}

.recruitViewBtn span a.btn:hover {
	background: url(../images/new/titleBg.png) no-repeat;
	background-size: cover;
	color: #fff;
}

.recruitViewBtn span:hover .shareConBox {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.shareConBox {
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	width: 180px;
	position: absolute;
	right: 10px;
	top: -56px;
	transform: scale(0);
	-webkit-transform: scale(0);
}

.shareCon {
	position: relative;
	bottom: 20px;
	width: 110%;
	height: 56px;
	line-height: 56px;
	z-index: 10;
	text-align: center;
}

.shareCon:before {
	background: url(../images/sharebg.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	display: block;
	content: '';
	top: -10px;
	right: 0;
	width: 100%;
	height: 84px;
	z-index: -1;
}

.shareCon .bshare-custom {
	line-height: 56px !important;
	height: 56px !important;
	text-align: center;
	font-size: 0;
}

.shareCon .bshare-custom a {
	background: none !important;
	height: auto !important;
	padding-left: 0 !important;
	font-size: 22px;
	color: #808080;
	text-decoration: none;
	display: inline-block !important;
	padding: 0 10px !important;
}

.shareCon .bshare-custom a:hover {
	color: #4bad8d;
}

/* ==================== 招聘详情 end ==================== */
/* ==================== 招聘表单 start ==================== */
.recruitFormBoxCon {
	background: #f9f9f9;
}

.recruitFormBox {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 15px 80px 40px;
	margin-right: -60px;
}

.formBd {
	border: 1px solid #e9e9e9;
}

.formBd0 {
	border: 1px solid transparent;
}

.formBg {
	background: #ffffff;
}

.allreformDl {
	overflow: hidden;
	margin-bottom: 25px;
}

.allreformDl .allreformDd {
	float: left;
	display: inline;
	margin-bottom: 15px;
}

.allreformDl .allreformDd.w50 {
	width: 50%;
}

.allreformDl .allreformDd.w100 {
	width: 100%;
}

.allreformCon {
	margin-right: 60px;
}

.allreformCon .allreformTitle {
	font-size: 16px;
	color: #666666;
	line-height: 46px;
}

.allreformDiv {
	width: 100%;
	height: 46px;
	line-height: 46px;
	border-radius: 10px;
}

.allreformDiv .formIcn {
	width: 55px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 22px;
	color: #808080;
}

.allreformDiv .inputWidth {
	overflow: hidden;
	height: 100%;
}

.formInput {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	resize: none;
	background: none;
	font-size: 14px;
	color: #333333;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 46px;
	padding-right: 20px;
}

.formInput::-webkit-input-placeholder {
	color: #999999;
	font-size: 14px;
}

.allreformDiv.textarea {
	height: 160px;
}

.allreformDiv.textarea .formInput {
	line-height: 30px;
	padding: 8px 0;
}

/* 性别 start */
.radioBox {
	line-height: 50px;
	font-size: 0
}

.radioBox .radioCon {
	position: relative;
	overflow: hidden;
	display: inline-block;
	font-size: 14px;
	margin-right: 30px;
	vertical-align: middle;
}

.radioBox .radioCon:last-child {
	margin-right: 0;
}

.radioBox .radioCon label {
	line-height: 50px;
	display: block;
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	color: #555555;
}

.radioBox .radioCon label:first-child {
	padding-left: 0;
}

.radioBox .radioCon input {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
}

.radioBox .radioCon input[type="radio"]+label span {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 100%;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -10px;
}

.radioBox .radioCon input[type="radio"]+label span::before {
	display: none;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #4bad8d;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -5px;
}

.radioBox .radioCon input[type="radio"]:checked+label span::before {
	display: block;
}

/* 性别 end */
/* 上传按钮 start */
.allformUpBox {
	font-size: 0;
}

.allformUpBox a {
	display: inline-block;
	height: 46px;
	line-height: 46px;
	padding: 0 58px;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 20px;
	font-size: 16px;
	color: #ffffff;
	float: left;
}

.allformUpBox a.down {
	background: #fdba2e;
}

.allformUpBox a.up {
	background: #3e9eff;
}
.webuploader-pick{
	padding: 0 !important;
	background: none !important;
}
.allformUpBox a:hover {
	opacity: 0.9;
}

.allformUpBox span {
	display: inline-block;
	font-size: 16px;
	color: #999999;
	height: 46px;
	line-height: 46px;
}

/* 上传按钮 end */
/* 验证码 start */
.allreformDiv.yzm .inputWidth {
	border-radius: 10px;
}

.allreformDiv.yzm .inputWidth .formInput {
	width: auto;
	overflow: hidden;
}

.allreformDiv.yzm .imgBox {
	width: 98px;
	height: 46px;
	overflow: hidden;
	margin: 0 20px;
	cursor: pointer;
}

.allreformDiv.yzm .imgBox img {
	width: 100%;
	height: 100%;
}

.allreformDiv.yzm span {
	font-size: 16px;
	color: #999999;
}

/* 验证码 end */
/* 提交重置按钮 start */
.recruitFormBtn {
	font-size: 0;
	text-align: center;
}

.recruitFormBtn a {
	display: inline-block;
	margin: 0 20px;
	height: 48px;
	line-height: 48px;
	padding: 0 75px;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
}

.recruitFormBtn a:hover {
	opacity: 0.9;
}

.recruitFormBtn a.submit {
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	background: url(../images/new/titleBg.png) no-repeat;
	background-size: cover;
}

.recruitFormBtn a.reset {
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	background: #cccccc;
}

/* 提交重置按钮 end */
/* ==================== 招聘表单 end ==================== */
/* ==================== 联系方式 start ==================== */
.contactUsBox {
	background: #f9f9f9;
}

.contactUsCon {
	overflow: hidden;
	padding: 60px 0;
}

.contactUsCon div {
	width: 33%;
	float: left;
	padding: 0 60px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.contactUsCon div span {
	display: block;
	text-align: center;
}

.contactUsCon .conIcnBox .icn {
	width: 40px;
	height: 40px;
	margin: 0 auto 20px;
}

.contactUsCon .conIcnBox.email .icn {
	background: url(../images/new/email.png) center center no-repeat;
}

.contactUsCon .conIcnBox.tel .icn {
	background: url(../images/new/tel.png) center center no-repeat;
}

.contactUsCon .conIcnBox.add .icn {
	background: url(../images/new/add.png) center center no-repeat;
}

.contactUsCon .conIcnBox.email {
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}

.contactUsCon .conIcnBox .title {
	font-size: 16px;
	color: #555555;
	height: 26px;
	line-height: 26px;
}

.contactUsCon .conIcnBox .info {
	font-size: 20px;
	color: #333333;
	line-height: 30px;
}

#allmap {
	padding-top: 70px;
	height: 564px;
}

/* ==================== 联系方式 end ==================== */
/* ==================== 在线询价 start ==================== */
.enquiryBox {
	padding: 25px 0 0;
}

.enquiryBtn {
	overflow: hidden;
	margin-bottom: 30px;
}

.enquiryBtn a {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	height: 46px;
	line-height: 46px;
	border-radius: 10px;
	overflow: hidden;
	padding-left: 60px;
	padding-right: 30px;
	background: #4bad8d url(../images/new/tianjia.png) no-repeat left 30px center;
}

.enquiryDl {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 15px;
	background: #ffffff;
	margin-right: 60px;
}

.enquiryDl dt {
	font-size: 0;
	text-align: center;
	background: #eeeeee;
	overflow: hidden;
}

.enquiryDl dt span {
	display: inline-block;
	width: 14.2857%;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	height: 60px;
	line-height: 60px;
}

.enquiryDl dd {
	font-size: 0;
	text-align: center;
	overflow: hidden;
	border-bottom: 1px solid #e9e9e9;
}

.enquiryDl dd:last-child {
	border-bottom: none;
}

.enquiryDl dd span {
	display: inline-block;
	width: 14.2857%;
	font-size: 14px;
	color: #666666;
	height: 130px;
	line-height: 130px;
	overflow: hidden;
}

.enquiryDl dd span .imgBox {
	width: 90px;
	height: 90px;
	overflow: hidden;
	background: #eeeeee;
	margin: 20px auto;
}

.enquiryDl dd span .imgBox .pic::before {
	padding-top: 100px;
}

.enquiryDl dd span .imgBox img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.enquiryDl dd span.lsPrice {
	color: #c41919;
	font-weight: bold;
}

.enquiryDl dd span input {
	text-align: center;
}

.enquiryDl dd span input::-webkit-input-placeholder {
	text-align: center;
	font-size: 14px;
	color: #b2b2b2;
}

.enquiryDl dd span.qwPrice input {
	height: 34px;
	width: 126px;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 10px;
}

.enquiryDl dd span.ygPrice .ygBox {
	border: 1px solid #eeeeee;
	border-radius: 5px;
	overflow: hidden;
	height: 34px;
	width: 126px;
	margin: 0 auto;
}

.enquiryDl dd span.ygPrice .ygBox em {
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #f9f9f9;
	font-style: normal;
	font-size: 14px;
	cursor: pointer;
}

.enquiryDl dd span.ygPrice .ygBox em:hover {
	color: #4bad8d;
}

.enquiryDl dd span.ygPrice .ygBox input {
	width: 58px;
	height: 34px;
	overflow: hidden;
	border: none;
	outline: none;
	background: none;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 10px;
}

.enquiryDl dd span.remove {
	color: #4bad8d;
	cursor: pointer;
}

/* 弹窗 start */
.choosePopBg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.choosePopBg.show {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.choosePopBox {
	width: 1040px;
	height: 676px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -338px;
	margin-left: -520px;
	background: #fff;
	z-index: 1001;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.choosePopBox.show {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.choosePop {
	position: relative;
}

.choosePop .close {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid #4bad8d;
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 16px;
	color: #4bad8d;
	text-align: center;
	line-height: 34px;
	cursor: pointer;
}

.choosePop .chooseTop {
	overflow: hidden;
	padding: 40px 40px 20px;
	border-bottom: 1px solid #f0f0f0;
}

.choosePop .chooseTop .title {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #333333;
	overflow: hidden;
	font-weight: bold;
}

.chooseM {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 30px 40px 0;
}

.chooseM .chooseSearch {
	width: 290px;
	border-radius: 5px;
	overflow: hidden;
}

.chooseM .chooseSearch a {
	float: right;
	display: inline-block;
	background: #4bad8d;
	color: #fff;
	font-size: 30px;
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 48px;
}

.chooseM .chooseSearch .inputWidth {
	overflow: hidden;
	background: #f5f5f5;
	height: 48px;
}

.chooseM .chooseSearch .inputWidth input {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	background: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 20px;
}

.chooseM .chooseSearch .inputWidth input::-webkit-input-placeholder {
	color: #b2b2b2;
}

.chooseM .chooseSelse .selseBox {
	width: 290px;
	height: 48px;
	background: #f5f5f5;
	border-radius: 5px;
}

/* 下拉 start */
.zpformSel {
	height: 48px;
	position: relative;
}

.zpformSel .seljg {
	line-height: 48px;
	font-size: 16px;
	color: #333333;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 20px;
}

.zpformSel i {
	cursor: pointer;
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background: #4bad8d;
	position: absolute;
	right: 0;
	top: 0%;
}

.zpformSel .selTj {
	width: 100%;
	overflow: hidden;
	border: 1px solid #dedede;
	border-top: none;
	max-height: 144px;
	overflow-y: auto;
	position: absolute;
	left: -1px;
	top: 49px;
	background: #FFF;
	display: none;
	z-index: 100000;
}

.zpformSel .selTj a {
	display: block;
	height: 35px;
	line-height: 35px;
	padding-left: 20px;
	font-size: 14px;
	color: #000000;
	margin-bottom: 1px;
}

.zpformSel .selTj a:hover,
.zpformSel .selTj a.hover {
	background: #4bad8d;
	color: #FFF;
}

/* 下拉 end */
.chooseB {
	padding: 0 40px;
}

.chooseB .closeTitle {
	font-size: 0;
	text-align: center;
}

.chooseB .closeTitle span {
	display: inline-block;
	width: 16.6667%;
	font-size: 16px;
	color: #444444;
	font-weight: bold;
	text-align: center;
	height: 74px;
	line-height: 74px;
	overflow: hidden;
}

.chooseBDl {
	overflow: hidden;
	height: 300px;
	overflow-y: auto;
}

.chooseBDl dd {
	font-size: 0;
	text-align: center;
	border-bottom: 1px solid #f0f0f0;
	overflow: hidden;
}

.chooseBDl dd:last-child {
	border-bottom: 0px solid #f0f0f0;
}

.chooseBDl dd span {
	display: inline-block;
	width: 16.6667%;
	text-align: center;
	font-size: 14px;
	color: #666666;
	height: 100px;
	line-height: 100px;
	overflow: hidden;
}

.chooseBDl dd span.chooseChecked {
	cursor: pointer;
}

.chooseBDl dd span.chooseChecked em {
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #4bad8d;
	padding: 2px;
	margin: 45px auto;
}

.chooseBDl dd span.chooseChecked.hover em i {
	display: block;
	width: 100%;
	height: 100%;
	background: #4bad8d;
}

.chooseBDl dd span.preview a {
	color: #4bad8d;
}

.chooseBDl dd span.lsPrice {
	color: #c41919;
	font-weight: bold;
}

.chooseBDl dd span .imgBox {
	width: 70px;
	height: 70px;
	margin: 15px auto;
	overflow: hidden;
	background: #e6e6e6;
}

.chooseBDl dd span .imgBox .pic::before {
	padding-top: 100%;
}

.chooseBDl dd span .imgBox img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.closeBtn {
	font-size: 0;
	text-align: center;
	padding: 30px 0 40px;
	border-top: 1px solid #f0f0f0;
}

.closeBtn a {
	display: inline-block;
	margin: 0 15px;
	padding: 0 74px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	border-radius: 5px;
	overflow: hidden;
}

.closeBtn a.btn1 {
	background: #4bad8d;
}

.closeBtn a.btn2 {
	background: #bababa;
}

/* 弹窗 end */
/* ==================== 在线询价 end ==================== */
/* ==================== 新闻中心 start ==================== */
.imgText3Banner {
	position: relative;
	padding-bottom: 190px;
}

.imgText3Banner .bd {
	overflow: hidden;
	margin: -25px;
}

.imgText3Banner .slick-list {
	overflow: visible;
}

.imgText3Banner .myslide {
	width: 20%;
	float: left;
	display: inline;
}

.imgText3Banner .mySlide .con {
	margin: 25px;
	overflow: hidden;
	background: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.imgText3Banner .mySlide .con .pic {
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	overflow: hidden;
}

.imgText3Banner .mySlide .con .pic::before {
	padding-top: 60%;
}

.imgText3Banner .mySlide .con .text {
	overflow: hidden;
	height: 140px;
}

.imgText3Banner .mySlide .con .text .time {
	font-size: 16px;
	color: #aaaaaa;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}

.imgText3Banner .mySlide .con .text .title {
	line-height: 30px;
	max-height: 60px;
	overflow: hidden;
}

.imgText3Banner .mySlide .con .text .title a {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.imgText3Banner .mySlide .con .text .info {
	font-size: 14px;
	color: #808080;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.imgText3Banner .slick-dots {
	position: absolute;
	bottom: 105px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.imgText3Banner .slick-dots li {
	display: inline-block;
	width: 60px;
	height: 2px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	background: #eaeaea;
}

.imgText3Banner .slick-dots li.slick-active {
	background: url(../images/new/titleBg.png) no-repeat;
	background-size: cover;
	height: 4px;
}

.imgText3Banner .mySlide .con:hover .text .title a {
	color: #4bad8d;
	letter-spacing: 1px;
}

.imgText3Dl dd {
	background: #fbfbfb;
	border-bottom: 1px solid #eaeaea;
	height: 140px;
	line-height: 140px;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.imgText3Dl dd:hover {
	background: #ebf8f8;
}

.imgText3Dl dd .con {
	position: relative;
}

.imgText3Dl dd .con .picBox {
	position: absolute;
	right: 180px;
	top: -84px;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.imgText3Dl dd:hover .con .picBox {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.imgText3Dl dd .con .picBox .pic {
	width: 280px;
	border-radius: 20px;
	overflow: hidden;
}

.imgText3Dl dd .con .picBox .pic::before {
	padding-top: 60%;
}

.imgText3Dl dd .con .time {
	font-size: 16px;
	color: #aaaaaa;
	margin-right: 114px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.imgText3Dl dd .con .more {
	margin-left: 95px;
}

.imgText3Dl dd .con .more a {
	font-size: 16px;
	color: #aaaaaa;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.imgText3Dl dd:hover .con .more a {
	color: #4bad8d;
}

.imgText3Dl dd .con .more a em {
	vertical-align: middle;
	font-size: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.imgText3Dl dd:hover .con .more a em {
	font-size: 16px;
	margin-left: 5px;
}

.imgText3Dl dd .con .title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.imgText3Dl dd .con .title a {
	font-size: 18px;
	color: #333333;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.imgText3Dl dd:hover .con .title a {
	font-weight: bold;
	color: #4bad8d;
	letter-spacing: 1px;
}

/* ==================== 新闻中心 end ==================== */
/* ==================== 原料产品 start ==================== */
.imgText4Dl {
	overflow: hidden;
	margin: -15px;
}

.imgText4Dl dd {
	width: 50%;
	float: left;
	display: inline;
	margin-bottom: 30px;
}

.imgText4Dl dd .con {
	margin: 15px;
	overflow: hidden;
	display: block;
	border-radius: 10px;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.imgText4Dl dd .con .pic {
	overflow: hidden;
	background: #eeeeee;
}

.imgText4Dl dd .con .pic::before {
	padding-top: 59.8726%;
}

/* .imgText4Dl dd .con .pic img {
	object-fit: contain;
	height: 80%;
	top: 10%;
} */

.imgText4Dl dd .con .text {
	position: relative;
	padding: 20px 200px 20px 30px;
	background: #fafafa;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.imgText4Dl dd .con .text .more {
	position: absolute;
	top: 34px;
	right: 30px;
	overflow: hidden;
	font-size: 0;
}

.imgText4Dl dd .con .text .more a {
	display: inline-block;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	font-size: 16px;
	color: #4bad8d;
	padding: 0 46px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	border: 1px solid #4bad8d;

}

.imgText4Dl dd .con:hover .more a {
	background: url(../images/new/titleBg.png) no-repeat;
	background-size: cover;
	color: #fff;
}

.imgText4Dl dd .con .text .title {
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}

.imgText4Dl dd .con .text .title a {
	font-size: 24px;
	color: #333333;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.imgText4Dl dd .con .text .info {
	font-size: 16px;
	color: #666666;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.imgText4Dl dd .con:hover .text .title a {
	color: #4bad8d;
}

.imgText4Dl dd .con:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.imgText4Dl dd .con:hover .text {
	background: #fff;
}

/* ==================== 原料产品 end ==================== */
/* ==================== 营销市场 start ==================== */
.marketing {
	background: url(../images/marBg.png)no-repeat center center;
	background-size: cover;
	padding: 40px 50px 170px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
	height: 759px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.martitle {
	overflow: hidden;
	text-align: center;
}

.martitle .title {
	height: 51px;
	line-height: 51px;
	color: #333333;
	font-size: 32px;
	font-weight: bold;
}

.martitle .title::after {
	content: '';
	display: block;
	width: 28px;
	height: 2px;
	background-image: linear-gradient(to right, #34adda, #42c0a5);
	margin: 0 auto;
}

.martitle .title1 {
	height: 36px;
	line-height: 36px;
	color: #dddddd;
	font-size: 16px;
	overflow: hidden;
}

.marCon {
	position: relative;
}

.mar_title {
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	z-index: 6;
}

.mar_title .title {
	height: 48px;
	line-height: 48px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}

.mar_title .tab {
	height: 32px;
	line-height: 32px;
	color: #4bad8d;
	font-size: 14px;
	border-radius: 20px;
	border: 1px solid #4BAD8D;
	overflow: hidden;
}

.mar_title .tab div {
	float: left;
	padding: 0 17px;
	cursor: pointer;
}

.mar_title .tab div.hover {
	background-image: linear-gradient(to right, #34adda, #42c0a5);
	color: #FFFFFF;
}

.marLeft {
	width: 22.9605%;
	float: left;
	overflow: hidden;
	background: #FFFFFF;
	padding: 16px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-top: 73px;
	margin-right: 46px;
}

.marLeft .title {
	height: 75px;
	line-height: 75px;
	overflow: hidden;
	color: #333333;
	font-size: 26px;
	font-weight: bold;
}

.marLeft .text {
	font-size: 16px;
	color: #555555;
	line-height: 27px;
	margin-bottom: 27px;
}

.marDl {
	padding-top: 23px;
	border-top: 1px solid #f4f4f4;
}

.marDl dd {
	height: 32px;
	line-height: 32px;
	color: #555555;
	font-size: 16px;
	overflow: hidden;
	background: url(../images/maddbg.png)no-repeat center left;
	padding-left: 19px;
}

.marDl dd span {
	color: #4bad8d;
}
.mapPositon{
	width: 1110px;
	height: 516px;
	position: absolute;
	right: 0;
	top: 0;
}
.mapPositon.map1{
	top: 25px;
}
.marRight {
	position: relative;
	overflow: hidden;
	padding-top: 53px;
}

.marRight .yunn {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	z-index: 6;
	left: 38%;
	top: 83%;

}

.marRight .china {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	z-index: 6;
	left: 81%;
	top: 42%;

}

.path {
	stroke-dasharray: 1000;
	animation: dash 5s linear infinite;
}

@keyframes dash {
	from {
		stroke-dashoffset: 1000;
	}

	to {
		stroke-dashoffset: 0;
	}
}

.marsvg {
	position: absolute;
	left: 136px;
	top: 32px;
	z-index: 10;
}

.marsvg.marsvg1 {
	left: 22.8%;
	top: 32%;
}

.marRight img {
	width: 100%;
}

.marRight .china::after {
	display: block;
	content: '';
	height: 26px;
	width: 26px;
	background: rgba(255, 182, 64, 0.4);
	border-radius: 50%;
	position: absolute;
	left: -34px;
	top: 0;
	animation: data 3s infinite;
}

.marRight .yunn::after {
	display: block;
	content: '';
	height: 26px;
	width: 26px;
	background: rgba(255, 182, 64, 0.4);
	border-radius: 50%;
	position: absolute;
	left: 5px;
	top: -25px;
	animation: data 3s infinite;
}

@keyframes data {
	0% {
		transform: scale(0.5);
	}

	25% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.5);
	}

	/* 75%{transform: scale(0.8);} */
	100% {
		transform: scale(1);
	}
}

.marRight .china::before {
	content: '';
	display: block;
	height: 14px;
	width: 14px;
	background: #ffb640;
	border-radius: 50%;
	position: absolute;
	top: 6px;
	left: -28px;
}

.marRight .yunn::before {
	content: '';
	display: block;
	height: 14px;
	width: 14px;
	background: #ffb640;
	border-radius: 50%;
	position: absolute;
	top: -19px;
	left: 11px;
}

.marRight .poth {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #4bad8d;
	position: absolute;
	animation: deta 5s;
}

@keyframes deta {
	0% {
		transform: scale(0.5);
	}

	25% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.5);
	}

	/* 75%{transform: scale(0.8);} */
	100% {
		transform: scale(1);
	}
}

.marRight .poth::before {
	width: 14px;
	height: 14px;
	content: '';
	display: block;
	border-radius: 50%;
	position: absolute;
	top: -4px;
	left: -4px;
	background: rgba(75, 173, 141, 0.4);
}

.marRight .poth1 {
	right: 30px;
	top: 250px;
}

.marRight .poth2 {
	left: 470px;
	top: 240px;
}

.marRight .poth3 {
	left: 145px;
	top: 343px;
}

.marRight .poth4 {
	left: 366px;
	top: 209px;
}

.marRight .poth5 {
	left: 345px;
	top: 170px;
}

.marRight .poth6 {
	left: 442px;
	top: 113px;
}

.marRight .poth7 {
	left: 7px;
	top: 229px;
}

.marRight .poth8 {
	left: 40px;
	top: 155px;
}

.marRight .poth9 {
	left: 5px;
	top: 90px;
}

.marRight .poth10 {
	right: 10px;
	top: 80px;
}

.marRight .poth11 {
	right: 425px;
	top: 75px;
}

.marRight .poth12 {
	right: 385px;
	top: 160px;
}

.marRight .poth13 {
	right: 358px;
	top: 192px;
}

.marRight .poth14 {
	right: 434px;
	bottom: 30px;
}

.marRight .poth15 {
	right: 445px;
	bottom: 41px;
}

/* ==================== 营销市场 end ==================== */
.event{
    padding: 40px 60px;
}
.eventBox .bd{
    overflow: hidden;
}
.event_ul1{
    overflow: hidden;
    -webkit-transition: height 0.3s linear;
    -o-transition: height 0.3s linear;
    transition: height 0.3s linear;
}
.event_ul1 li{
    overflow: hidden;
    min-height: 100px;
}
.event_dl{
    overflow: hidden;
    position: relative;
    padding-top: 78px;
    background: url(../images/eventIco2.png) center top no-repeat;
}
.event_dl dd{
    overflow: hidden;
    padding: 30px 0px;
    position: relative;
    z-index: 3;
}
.eventImg{
    overflow: hidden;
    
}
.eventImg1{
    width: 225px;
    height: 160px;
}
.eventImg img{
    display: block;
    width: 100%;
    height: 100%;
}
.eventCont{
    overflow: hidden;
}
.odd .eventCont{
    float: right;
}
.eventMonth{
    font-size: 25px;
    color:#f8b44f;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    overflow:hidden;
    width: 130px; font-family:Barlow-Regular
}
.eventDeta{
    overflow: hidden;
    font-size: 15px;
    color:#666;
    line-height: 25px;
    min-height: 100px;
    width: 360px;
}
.event_dl dd.even{
    padding-left:78px;
}
.even .eventImg{
    float: left;
    display: inline;
}
.even .eventImg1{
    float: left;
    display: inline;
    margin-right: 40px;
}
.even .eventMonth{
    padding-right: 75px;
    text-align: right;
    background: url(../images/eventIco1.png) no-repeat right center;
}
.even .eventDeta{
    padding-left: 0px; font-size:16px
}.even .eventDeta p{font-size:16px}
.event_dl dd.odd{
    padding-right: 79px;
}
.odd .eventImg{
    float: right;
    display: inline;
}
.odd .eventImg1{
    float: right;
    display: inline;
    margin-left: 40px;
}
.eventImg a{
    display:block;
    width: 225px;
    height: 160px;
    position:relative;
    overflow:hidden;
}
.odd .eventMonth{
    padding-left: 75px;
    float: right;
    background: url(../images/eventIco1.png) no-repeat left center;
}
.odd .eventDeta{
    padding-right: 75px;
    text-align: right;
}
.event_dl dt{
    width: 2px;
    height: 100%;
    overflow: hidden;
    background: #ddd;
    position: absolute;
    left: 50%;
    top: 52px;
    margin-left: -1px;
    z-index: 1;
}


.event .hd{
    position: relative;
    width: 920px;
    margin: 0 auto;
}
.event .hd:after{
    position: absolute;
    content: '';
    border-bottom: 1px solid #e1e1e2;
    width: 100%;
    left: 0;
    bottom: 6px;
    display: none;
}
.event_dot{
    overflow: hidden;
    position: relative;
    z-index: 9;
    height: 60px;
    padding-top: 50px;
}
.event_dot li{
    float: left;
    width: 185px;
    display: inline;
    text-align: center;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    padding-bottom: 30px;
    transition: 0.4s ease;
    height: 65px;
    line-height: 65px;
}
.event_dot li span{
    display: block;
    margin-left: 3px;
    background: #d9d9d9;
    transition: 0.4s ease;
}
.event_dot li.on span{
    background: #428a7c;
}
.event_dot i{
    display: block;
    background: #e1e1e2;
    width: 9px;
    height: 9px;
    border: 3px solid;
    border-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: 0;
    transition: 0.4s ease;
    border-radius: 50%;
}
.event_dot li.on i{
    background: #cb0303;
}
.event_dot i:after{
    content: '';
    display: block;
    height: 10px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    border-left: 1px solid #e1e1e2;
    transition: 0.4s ease;
    margin-left: -1px;
}
.event_dot li.on i:after{
    border-color: #cb0303;
    height: 20px;
}
.event .bt2{
    position: absolute;
    top: 50%;
    width: 20px;
    height: 40px;
    transition: 0.4s ease;
}
.event .prev{
    left: -50px;
    background: url(../images/prevBt.png) center center no-repeat !important;
}
.event .next{
    right: -50px;
    background: url(../images/nextBt.png) center center no-repeat !important;
}
/*发展历程 end*/