@charset "utf-8";

/* ==================== 外层框架 start ==================== */
/* —————————— 顶部 start —————————— */
.indexTop .topBox {
	background: transparent;
}

.subTop .topBox {
	background: #fff;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
}

.topBox {
	width: 100%;
	min-height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
}

/* logo start */
.logo {
	overflow: hidden;
	margin-right: 200px;
	position: relative;
	width: 230px;
}

.logo a {
	display: inline-block;
	width: 100%;
	height: 100px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.logo img {
	display: block;
	height: 60px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -30px;
	display: none;
}

.indexTop .logo .logo1 {
	display: block;
}

.subTop .logo .logo2 {
	display: block;
}

/* logo end */
/* 搜索 start */
.topR .searchBtn {
	width: 22px;
	height: 100px;
	line-height: 110px;
	cursor: pointer;
	font-size: 30px;
	text-align: right;
	color: #777;
	position: relative;
	padding-left: 20px;
}

.topR .searchBtn::after {
	content: "";
	display: block;
	width: 1px;
	height: 24px;
	background: #eaeaea;
	position: absolute;
	top: 42px;
	left: 0;
}

.indexTop .topR .searchBtn::after {
	background: #FFFFFF;
}

.indexTop.subTop .topR .searchBtn::after {
	background: #eaeaea;
}

.indexTop .topR .searchBtn {
	color: #FFFFFF;
}

.indexTop.subTop .topR .searchBtn {
	color: #777;
}

.searchBox {
	width: 360px;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	position: absolute;
	top: 106px;
	right: 0;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	-webkit-transform: scale(0);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.topR .searchBtn.hover .searchBox {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-webkit-transform: scale(1);
}

.searchBox .searchDiv {
	border-bottom: 1px solid #e1e1e1;
	overflow: hidden;
}

.searchBox .inputDiv {
	overflow: hidden;
	height: 40px;
}

.searchBox .inputDiv input {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	background: none;
	outline: none;
}

.searchBox .inputDiv input::-webkit-input-placeholder {
	color: #808080;
	font-size: 16px;
	text-align: left;
}

.searchBox a {
	float: right;
	display: inline-block;
	color: #4bad8d;
	font-size: 30px;
	height: 40px;
	line-height: 40px;
}

.searchPW {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	visibility: hidden;
}

.searchPW.show {
	visibility: visible;
}

.searchPW .bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0.5;
	transition: all 0.3s;
	color: #fff;
}

.searchPW .bg .close {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
	font-size: 72px;
	text-align: center;
	overflow: hidden;
}

.searchPW.show .bg {
	opacity: 1;
}

.searchPWBox {
	width: 600px;
	height: 60px;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	margin: -30px 0 0 -300px;
	visibility: hidden;
	opacity: 0.5;
	transform: scale(0.5);
	transition: all 0.3s;
}

.searchPW.show .searchPWBox {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}

.searchPWBox input {
	display: block;
	float: left;
	width: 530px;
	height: 60px;
	background: none;
	border: none;
	line-height: 60px;
	color: #333;
	font-size: 16px;
	margin-left: 10px;
}

.searchPWBox input::placeholder {
	color: #999;
	font-size: 16px;
}

.searchPWBox input::-webkit-placeholder {
	color: #999;
	font-size: 16px;
}

.searchPWBox a {
	float: left;
	display: inline;
	width: 60px;
	height: 60px;
	background: #4bad8d;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 60px;
}

.searchPWBox a:hover {
	opacity: 0.9;
}

/* 搜索 end */
/* 语言 start */
.topR .leng {
	width: 112px;
	position: relative;
	cursor: pointer;
}

.topR .leng .con {
	overflow: hidden;
	height: 100px;
	line-height: 100px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.topR .leng::before {
	content: '';
	display: block;
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: -moz-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.topR .leng em {
	font-size: 30px;
	color: #fff;
}

.subTop .leng em {
	color: #777;
}

.subTop .leng:hover em {
	color: #fff;
}

.topR .leng em.icn1 {
	position: relative;
	top: 5px;
}

.topR .leng em.icn2 {
	font-size: 14px;
	font-weight: bold;
}

.topR .leng span {
	font-size: 16px;
	color: #fff;
}

.subTop .topR .leng span {
	color: #777;
}

.subTop .leng:hover span {
	color: #fff;
}

.lengDl {
	width: 100%;
	background-image: -moz-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 100px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	opacity: 0;
	visibility: hidden;
}

.lengDl dd {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.lengDl dd:last-child {
	border-bottom: 0px solid rgba(255, 255, 255, 0.2);
}

.lengDl dd a {
	font-size: 16px;
	color: #fff;
}

.topR .leng:hover::before,
.topR .leng:hover .lengDl {
	opacity: 1;
	visibility: visible;
}

/* 语言 end */
/* 导航菜单 start */
.menuDl {
	overflow: hidden;
}

.menuDl dd {
	float: left;
	display: inline;
	position: relative;
	margin-right: 60px;
}

.menuDl dd:last-child {
	margin-right: 0px;
}

.menuDl dd a {
	display: block;
	height: 100px;
	line-height: 100px;
	overflow: hidden;
	color: #fff;
	font-size: 18px;
	transition: all 0.3s;
	position: relative;
	text-align: center;
	transition: all 600ms;
	-webkit-transition: all 600ms;
}

.subTop .menuDl dd a {
	color: #777777;
}

.menuDl dd a::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 34px;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all 600ms;
	-webkit-transition: all 600ms;
}

.subTop .menuDl dd a::after {
	background: #4bad8d;
}

.menuDl dd a:before {
	display: none;
	content: "";
	height: 100%;
	width: 0%;
	background: url(../images/new/menuBg.png) no-repeat center center;
	position: absolute;
	left: 0%;
	bottom: 0%;
	transition: all 600ms;
	-webkit-transition: all 600ms;
}

.menuDl dd:hover a,
.menuDl dd.hover a {
	font-weight: bold;
}

.subTop .menuDl dd:hover a,
.subTop .menuDl dd.hover a {
	color: #4bad8d;
}

.menuDl dd:hover a::before,
.menuDl dd.hover a::before {
	width: 100%;
}

.menuDl dd:hover a::after,
.menuDl dd.hover a::after {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-webkit-transform: scale(1);
}

/* 导航菜单 end */
/* —————————— 顶部 end —————————— */
/* —————————— 底部 start —————————— */
.footer {
	background: url(../images/ennew/footerBg.png) no-repeat;
	background-size: cover;
}

.footerT {
	padding: 40px 0;
	overflow: hidden;
}

.footerT .footerLogo {
	overflow: hidden;
}

.footerT .footerLogo img {
	height: 44px;
}

/* 底部导航 start */
.footerMenu {
	float: right;
	display: inline;
	overflow: hidden;
}

.footerMenu dd {
	float: left;
	display: inline;
	margin-left: 102px;
}

.footerMenu dd a {
	display: block;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	font-size: 18px;
	color: #808080;
}

.footerMenu dd:hover a {
	color: #4bad8d;
}

/* 底部导航 end */
/* 版权 start */
.footerB {
	font-size: 14px;
	color: #808080;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
}

.footerB a {
	font-size: 14px;
	color: #808080;
}

.footerB a:hover {
	color: #4bad8d;
}

.footerB img {
	vertical-align: middle;
}

/* 版权 end */

.footerM {
	border-bottom: 1px solid rgba(238, 238, 238, 1);
	border-top: 1px solid rgba(238, 238, 238, 1);
	overflow: hidden;
	padding: 60px 0;
}

.footerM .footerML {
	float: left;
	display: inline;
	overflow: hidden;
}

.footerM .footerMR {
	overflow: hidden;
}

/* 地址 start */
.footerAdd {
	overflow: hidden;
}

.footerAdd .con {
	float: left;
	display: inline;
	margin-right: 100px;
}

.footerAdd .con:last-child {
	margin-right: 0;
}

.footerAdd .con .icn {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 48px;
	margin-bottom: 15px;
}

.footerAdd .con .title {
	font-size: 16px;
	color: #666666;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.footerAdd .con .info {
	max-width: 460px;
	font-size: 16px;
	color: #333333;
	line-height: 26px;
}

.footerAdd .con .info span {
	display: inline-block;
	padding: 8px 0;
}

.footerAdd .con .info img {
	vertical-align: middle;
	height: 15px;
}

/* 地址 end */
/* 分享 start */
.footerShare {
	overflow: hidden;
	margin-bottom: 40px;
}

.footerShare .title {
	float: left;
	display: inline;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	font-size: 16px;
	color: #666666;
}

.footerShareDl {
	overflow: hidden;
}

.footerShareDl dd {
	float: left;
	display: inline;
	margin: 0 15px;
}

.footerShareDl dd a {
	display: block;
	background: rgba(75, 173, 141, 0.1);
	width: 36px;
	height: 36px;
	border-radius: 5px;
	overflow: hidden;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.footerShareDl dd a .icn {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.footerShareDl dd a .icn.shareIcn1 {
	background-image: url(../images/ennew/shareIcn1.png);
}

.footerShareDl dd a .icn.shareIcn2 {
	background-image: url(../images/ennew/shareIcn2.png);
}

.footerShareDl dd a .icn.shareIcn3 {
	background-image: url(../images/ennew/shareIcn3.png);
}

.footerShareDl dd a .icn.shareIcn4 {
	background-image: url(../images/ennew/shareIcn4.png);
}

.footerShareDl dd a .icn.shareIcn1:hover {
	background-image: url(../images/ennew/shareIcn1h.png);
}

.footerShareDl dd a .icn.shareIcn2:hover {
	background-image: url(../images/ennew/shareIcn2h.png);
}

.footerShareDl dd a .icn.shareIcn3:hover {
	background-image: url(../images/ennew/shareIcn3h.png);
}

.footerShareDl dd a .icn.shareIcn4:hover {
	background-image: url(../images/ennew/shareIcn4h.png);
}

.footerShareDl dd:hover a {
	background-image: -moz-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
}

/* 分享 end */

/* 友情链接 start */
.linkBox {
	overflow: hidden;
}

.linkBox .title {
	float: left;
	display: inline;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	font-size: 16px;
	color: #666666;
	margin-right: 20px;
}

.linkDl {
	overflow: hidden;
}

.linkDl dd {
	margin-bottom: 10px;
}

.linkDl dd a {
	display: block;
	background: rgba(75, 173, 141, 0.1);
	border-radius: 10px;
	overflow: hidden;
	padding: 0 20px;
	font-size: 14px;
	color: #4bad8d;
	height: 35px;
	line-height: 35px;
}

.linkDl dd:hover a {
	background-image: -moz-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	color: #fff;
}

/* 友情链接 end */
/* —————————— 底部 end —————————— */
/* —————————— 悬浮 start —————————— */
/* —————————— 悬浮 end —————————— */
/* ==================== 外层框架 end ==================== */
/* ==================== 内页框架 start ==================== */
.subPage.subPageTop {
	position: relative;
	margin-top: -72px;
}

/* —————————— suBanner start —————————— */
.subBanner {
	padding-top: 41.6667%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
}

/* —————————— suBanner end —————————— */
/* —————————— 当前位置 start —————————— */
.location {
	height: 72px;
	line-height: 72px;
	background: rgba(255, 255, 255, 0.85);
	position: relative;
	z-index: 5;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.locationLDl {
	overflow: hidden;
	margin-right: -2px;
}

.locationLDl dd {
	float: left;
	display: inline;
	position: relative;
}

.locationLDl dd::before {
	display: block;
	content: "";
	height: 2px;
	width: 0%;
	background-image: -moz-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	position: absolute;
	left: 0;
	bottom: 0%;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	transform: scale(0);
	-webkit-transform: scale(0);
}

.locationLDl dd::after {
	display: block;
	content: "";
	width: 2px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
}

.locationLDl dd:last-child::after {
	display: none;
}

.locationLDl dd a {
	display: block;
	height: 72px;
	line-height: 72px;
	font-size: 16px;
	color: #555555;
	text-align: center;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	margin-right: 2px;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.locationLDl dd:hover a,
.locationLDl dd.hover a {
	color: #4bad8d;
	background: #fff;
}

.locationLDl dd:hover::before,
.locationLDl dd.hover::before {
	width: 100%;
	transform: scale(1);
	-webkit-transform: scale(1);
}

/* —————————— 当前位置 end —————————— */
/* —————————— 页码 start —————————— */
.page {
	font-size: 0;
	text-align: center;
	height: 40px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	border: 1px solid #e0e0e0;
	margin: 0 6px;
	font-size: 14px;
	color: #555555;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}

.page a:hover,
.page a.hover {
	color: #4bad8d;
	border: 1px solid #4bad8d;
}

.page a div {
	width: 38px;
	height: 38px;
	border-radius: 50%;
}

.page a.firstPage div {
	background-image: url(../images/page/firstPage.png);
}

.page a.prevPage div {
	background: url(../images/page/pageL.png) no-repeat center center;
	background-size: 6px 9px;
}

.page a.nextPage div {
	background: url(../images/page/pageR.png) no-repeat center center;
	background-size: 6px 9px;
}

.page a.lastPage div {
	background-image: url(../images/page/lastPage.png);
}

.page a.firstPage:hover div {
	background-image: url(../images/page/firstPageh.png);
}

.page a.prevPage:hover div {
	background: url(../images/page/pageLh.png) no-repeat center center;
	background-size: 6px 9px;
}

.page a.nextPage:hover div {
	background: url(../images/page/pageRh.png) no-repeat center center;
	background-size: 6px 9px;
}

.page a.lastPage:hover div {
	background-image: url(../images/page/lastPageh.png);
}

.page a.lastPage.disabled,
.page a.nextPage.disabled,
.page a.prevPage.disabled,
.page a.firstPage.disabled {
	background: #e2e2e2;
}

.page a.firstPage.disabled div {
	background-image: url(../images/page/firstPage.png);
}

.page a.prevPage.disabled div {
	background-image: url(../images/page/prevPage.png);
}

.page a.nextPage.disabled div {
	background-image: url(../images/page/nextPage.png);
}

.page a.lastPage.disabled div {
	background-image: url(../images/page/lastPage.png);
}

.page span {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #555555;
	padding-left: 15px;
}

.page span input {
	width: 48px;
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
	border: 1px solid #e0e0e0;
	outline: none;
	margin-right: 5px;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	background: transparent;
	margin: 0 5px;
}

/* —————————— 页码 end —————————— */
/* —————————— 三级导航 start —————————— */
.navigationDl {
	font-size: 0;
	text-align: center;
	margin: 60px 0 50px;
}

.navigationDl dd {
	display: inline-block;
	margin: 0 10px;
}

.navigationDl dd a {
	display: block;
	background: #f9f9f9;
	padding: 0 30px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	border-radius: 10px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.navigationDl dd:hover a,
.navigationDl dd.hover a {
	background-image: -moz-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	color: #fff;
	color: #fff;
}

/* —————————— 三级导航 end —————————— */
/* ==================== 内页框架 end ==================== */
/* ==================== 首页 start ==================== */
/* —————————— indexBanner start —————————— */
.indexBanner {
	position: relative;
}

.indexBanner .bd {
	overflow: hidden;
}

.indexBanner .bd,
.indexBanner .bd .slick-list,
.indexBanner .bd .slick-track {
	height: 100%;
}

.indexBanner.delay .bd .slick-track {
	transition-delay: 1.3s !important;
	-webkit-transition-delay: 1.3s !important;
}

.indexBanner .mySlide {
	height: 100%;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.indexBanner .mySlide a {
	display: block;
	height: 100%;
	width: 100%;
}

.indexBanner .bannerNext {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	animation-delay: 1.7s;
}

.indexBanner .bannerNext a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0;
	padding-top: 12px;
	position: relative;
}

.indexBanner .bannerNext a::before {
	content: "";
	display: block;
	width: 112px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -56px;
}

.indexBanner .bannerNext a i {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	width: 16px;
	height: 2px;
	background: #fff;
	opacity: 0;
}

.indexBanner .slick-dots {
	position: absolute;
	bottom: 54px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.indexBanner .slick-dots li {
	display: inline-block;
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	color: #d7d7d7;
}

.indexBanner .slick-dots li::before {
	content: '';
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: -12px;
	display: none;
}

.indexBanner .slick-dots li.slick-active {
	font-weight: bold;
	color: #fff;
}

.indexBanner .slick-dots li.slick-active::before {
	display: block;
}

.indexBanner .mySlide .text {
	position: absolute;
	left: 8.3333%;
	top: 50%;
	display: none;
}

.indexBanner .mySlide .text .text1 {
	font-size: 22px;
	color: #444444;
	line-height: 30px;
	margin-top: 20px;
}

.indexBanner .mySlide .text .text1 span {
	position: relative;
	letter-spacing: 3px;
	color: #bac5ce;
	padding: 0 200px;
}

.indexBanner .mySlide .text .text1 img {
	height: 21px;
}

.indexBanner .mySlide .text .text1 span:after,
.indexBanner .mySlide .text .text1 span:before {
	display: block;
	content: "";
	width: 180px;
	height: 1px;
	background: #bac5ce;
	position: absolute;
	top: 50%;
}

.indexBanner .mySlide .text .text1 span:after {
	left: 0;
}

.indexBanner .mySlide .text .text1 span:before {
	right: 0;
}

.indexBanner .mySlide .text .text2 {
	font-size: 0px;
	text-align: center;
	margin-bottom: 20px;
}

.indexBanner .mySlide .text .text2 span {
	height: 60px;
	font-size: 36px;
	color: #fff;
	text-align: center;
}

.indexBanner .mySlide.slick-active .text {
	display: block;
}

.indexBanner .img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-size: 0;
}

.indexBanner .img .imgItem img {
	overflow: hidden;
	display: inline-block;
	visibility: hidden;
}

.indexBanner .img .imgItem img.show {
	visibility: visible;
}

.indexBanner .mySlide .text .textMore {
	font-size: 0;
	text-align: center;
	margin-top: 8%;
}

.indexBanner .mySlide .text .textMore a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	height: 36px;
	line-height: 36px;
	text-align: center;
}

.indexBanner .mySlide .text .textMore a span {
	display: inline-block;
	position: relative;
	padding: 0 24px;
}

.indexBanner .mySlide .text .textMore a span:after,
.indexBanner .mySlide .text .textMore a span:before {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: 0;
}

.indexBanner .mySlide .text .textMore a:before {
	top: 0;
}

.indexBanner .mySlide .text .textMore a:after {
	bottom: 0;
}

.cloudWave {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/cloudWave1.png) left top no-repeat;
	background-size: contain;
	-webkit-animation: cloud 100s linear infinite;
	-moz-animation: cloud 100s linear infinite;
	-o-animation: cloud 100s linear infinite;
	animation: cloud 100s linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.cloudWave.cloudWave2 {
	background: url(../images/cloudWave2.png) center center no-repeat;
	background-size: contain;
}

@keyframes cloud {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(1920px);
	}
}

/* —————————— indexBanner end —————————— */
/* —————————— 首页公共部分 start —————————— */
.indexMore {
	overflow: hidden;
	font-size: 0;
}

.indexMore.center {
	text-align: center;
}

.indexMore a {
	display: inline-block;
	border-radius: 10px;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	padding: 0 35px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	background-image: -moz-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
}

.indexMore a:hover {
	opacity: 0.8;
}

.indexMore a span {
	font-size: 16px;
	color: #fff;
	padding-right: 30px;
	background: url(../images/ennew/inMoreh.png) no-repeat center right;
	background-size: auto 11px;
}

.indexTitleBox {
	overflow: hidden;
}

.indexTitleBox .more {
	float: right;
	display: inline;
}

.indexTitleBox .more a {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	color: #4bad8d;
	font-size: 16px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.indexTitleBox .more a:hover {
	letter-spacing: 1px;
}

.indexTitleBox .more a span {
	padding-right: 40px;
	position: relative;
}

.indexTitleBox .more a span::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(75, 173, 141, 0.2) url(../images/new/nexth.png) no-repeat center center;
	background-size: auto 11px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -15px;
}

.indexTitleBox .title {
	width: 53.75%;
}

.indexTitleBox .title span {
	display: block;
	font-size: 40px;
	color: #333333;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	font-family: "AkrobatBlack";
}

.indexTitleBox .title.title1 span {
	margin-bottom: 15px;
}

.indexTitleBox .title.title1 .subTitle {
	font-size: 16px;
	color: #808080;
	line-height: 26px;
}

/* —————————— 首页公共部分 end —————————— */
/* —————————— 第1通栏 关于我们 start —————————— */
.indexC1 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/* height: 700px; */
	overflow: hidden;
	padding: 125px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.indexC1Con {
	overflow: hidden;
}

.indexC1R {
	float: right;
	display: inline;
	width: 50%;
	margin-left: 60px;
}

.indexC1L {
	overflow: hidden;
}

.indexC1R .pic {
	border-radius: 10px;
	overflow: hidden;
}

.indexC1R .pic::before {
	padding-top: 56.25%;
}

.indexC1R .pic .videoPlay {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	cursor: pointer;
	background: url(../images/player.png) center center no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	z-index: 5;
	/* display: none; */
}

.indexC1L .text {
	overflow: hidden;
	margin-bottom: 40px;
}

.indexC1L .text .title {
	font-size: 34px;
	color: #333333;
	font-family: "DidotLightItal_0";
	font-weight: bold;
	height: 60px;
	overflow: hidden;
}

.indexC1L .text .info {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	height: 120px;
	overflow: hidden;
}

.indexC1LDl {
	overflow: hidden;
	margin-bottom: 80px;
}

.indexC1LDl dd {
	width: 33.3333%;
	float: left;
	display: inline;
}

.indexC1LDl dd .con .number {
	font-size: 68px;
	color: #4bad8d;
	height: 74px;
	line-height: 74px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.indexC1LDl dd .con .title {
	font-size: 20px;
	color: #808080;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* —————————— 第1通栏 关于我们 end —————————— */
/* —————————— 第2通栏 核心产品 start —————————— */
.indexC2 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/* height: 847px; */
	overflow: hidden;
	padding: 80px 0 78px;
}

.indexC2Banner {
	position: relative;
	height: 623px;
}

.indexC2Banner .prev {
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	cursor: pointer;
	background: #fff;
	position: absolute;
	right: 70px;
	top: -30px;
	z-index: 1;
	display: none;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.indexC2Banner .prev:hover {
	background-image: -moz-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
}

.indexC2Banner .prev::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/ennew/joinPrev.png) no-repeat center center;
	background-size: auto 14px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.indexC2Banner .prev:hover::before {
	background: url(../images/ennew/joinPrev_h.png) no-repeat center center;
	background-size: auto 14px;
}

.indexC2Banner .next {
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	cursor: pointer;
	background: #fff;
	position: absolute;
	right: 0;
	top: -30px;
	z-index: 1;
	display: none;
}

.indexC2Banner .next:hover {
	background-image: -moz-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
}

.indexC2Banner .next::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/ennew/joinNext.png) no-repeat center center;
	background-size: auto 14px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.indexC2Banner .next:hover::before {
	background: url(../images/ennew/joinNext_h.png) no-repeat center center;
	background-size: auto 14px;
}

.indexC2Banner .slick-dots {
	position: absolute;
	bottom: 55px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	animation-delay: 1.5s;
}

.indexC2Banner .slick-dots li {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	background: rgba(255, 255, 255, 0.5);
}

.indexC2Banner .slick-dots li.slick-active {
	background: rgba(255, 255, 255, 1);
}

.indexC2Banner .bd {
	overflow: hidden;
	padding: 50px 0 0px;
}

.indexC2Banner .slick-list {
	overflow: visible;
	margin: 0 -20px;
}

.indexC2Banner .myslide {
	float: left;
	display: inline;
}

.indexC2Banner .con {
	background: #fff;
	display: block;
	margin: 0 20px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	border-radius: 10px;
	padding: 60px 0 35px;
	position: relative;
}

.indexC2Banner .con .tag {
	position: absolute;
	top: 30px;
	left: 35px;
	font-size: 16px;
	color: #4bad8d;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform-origin: left top;
	-webkit-transform-origin: left top;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.indexC2Banner .con:hover .tag {
	color: #fff;
}

.indexC2Banner .con:hover {
	background-image: -moz-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
}

.indexC2Banner .con .picBox {
	margin-bottom: 40px;
}

.indexC2Banner .con .pic {
	background: #eeeeee;
	width: 250px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}

.indexC2Banner .con .pic img {
	object-fit: contain;
}

.indexC2Banner .con .pic::before {
	padding-top: 100%;
}

.indexC2Banner .con .text {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 30px;
}

.indexC2Banner .con .text .title {
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 26px;
	color: #333333;
	font-weight: bold;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.indexC2Banner .con:hover .text .title {
	color: #fff;
}

.indexC2Banner .con .text .info {
	padding-bottom: 10px;
	margin-bottom: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	overflow: hidden;
}

.indexC2Banner .con .text .info>span {
	display: block;
	font-size: 16px;
	color: #999999;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}

.indexC2Banner .con:hover .text .info>span {
	color: #fff;
}

.indexC2Banner .con .text .textC {
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	font-size: 16px;
	color: #fff;
	display: none;
}

.indexC2Banner .con:hover .text .textC {
	display: block;
}

/* —————————— 第2通栏 核心产品 end —————————— */
/* —————————— 第3通栏 企业的力量 start —————————— */
.indexC3 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	padding: 80px 0 80px;
}

.indexC3Con {
	padding: 44px 0 0;
}

.indexC3Con {
	position: relative;
}

.indexC3Con::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 58.8%;
	width: 1px;
	height: 100%;
	background: #eeeeee;
	transform: translateX(-50%);
}

.indexC3Pagination .swiper-pagination-total {
	font-size: 18px;
	color: #aaa;
	line-height: 20px;
}

.indexC3Pagination .swiper-pagination-current {
	font-size: 28px;
	color: #42bfa7;
	line-height: 30px;
}

.indexC3Pagination {
	color: #aaa;
	font-size: 18px;
}

.column3Swiper1 {
	width: 53.75%;
	border-radius: 10px;
	overflow: hidden;
}

.column3Swiper2 {
	position: absolute !important;
	width: 36.25%;
	bottom: 0;
	right: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}

.column3Swiper1 .swiper-slide a,
.column3Swiper2 .swiper-slide a {
	display: block;
}

.column3Swiper1 .swiper-slide::before,
.column3Swiper2 .swiper-slide::before {
	display: block;
	content: "";
	padding-top: 56.3953%;
}

.column3Swiper1 .swiper-slide img {
	position: absolute;
	/* width: 100%; */
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 10px;
}

.column3Swiper2 .swiper-slide img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.indexC3Con .column3Swiper1 .swiper-slide .text,
.indexC3Con .column3Swiper2 .swiper-slide .text {
	position: absolute;
	bottom: 0;
	left: 0;
}

.indexC3Con .column3Swiper1 .swiper-slide .text {
	padding: 20px 30px;
	box-sizing: border-box;
	background-image: -moz-linear-gradient(0deg, rgba(50, 169, 227, 0.85) 0%, rgba(69, 196, 155, 0.85) 100%);
	background-image: -webkit-linear-gradient(0deg, rgba(50, 169, 227, 0.85) 0%, rgba(69, 196, 155, 0.85) 100%);
	background-image: -ms-linear-gradient(0deg, rgba(50, 169, 227, 0.85) 0%, rgba(69, 196, 155, 0.85) 100%);
}

.indexC3Con .column3Swiper1 .swiper-slide .title {
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
	color: #fff;
	/* margin-bottom: 10px; */
}

.indexC3Con .column3Swiper1 .swiper-slide .info {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	display: block;
	max-height: 48px;
	overflow: hidden;
}

.indexC3Con .column3Swiper1 .swiper-slide .pic1 {
	display: none;
}

.indexC3Con .column3Swiper2 .swiper-slide .text {
	padding: 25px 30px;
	box-sizing: border-box;
	background: #fff;
	border-top-right-radius: 10px;
	overflow: hidden;
	width: 69.7931%;
}

.indexC3Con .column3Swiper2 .swiper-slide .title {
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
	color: #333;
}

.indexC3Con .column3Swiper2 .swiper-slide .info {
	display: none;
}

.indexC3Con .column3Swiper2 .swiper-slide .pic1 {
	display: block;
	float: right;
	width: 35px;
	position: relative;
	top: 50%;
	margin-left: 20px;
}

.column3Swiper2 .textC {
	overflow: hidden;
}

.indexC3Con .column3Swiper2 .swiper-slide .pic1::before {
	display: block;
	content: "";
	padding-top: 100%;
}

.indexC3Con .column3Swiper2 .swiper-slide .pic1 img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.indexC3Con .next:after,
.indexC3Con .prev:after {
	content: none;
}

.indexC3Con .swiper-container {
	position: unset;
}

.indexC3Con .prev {
	background: #fff;
	width: 65px;
	height: 65px;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 85px;
	z-index: 10;
	cursor: pointer;
	transition: all .3s linear;
	-webkit-transition: all .3s linear
}

.indexC3Con .next {
	background: rgb(255, 255, 255);
	width: 65px;
	height: 65px;
	display: block;
	position: absolute;
	border-radius: 50%;
	top: 0;
	right: 0;
	z-index: 10;
	cursor: pointer;
	transition: all .3s linear;
	-webkit-transition: all .3s linear
}

.indexC3Con .prev,
.indexC3Con .next {
	left: auto;
}

.indexC3Con .prev:hover {
	background-image: -moz-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
}

.indexC3Con .next:hover {
	background-image: -moz-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
}

.indexC3Con .next::before,
.indexC3Con .prev::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
}

.indexC3Con .next:before {
	background: url(../images/ennew/joinNext.png) no-repeat center center;
	background-size: 9px auto;
}

.indexC3Con .next:hover:before {
	background: url(../images/ennew/joinNext_h.png) no-repeat center center;
	background-size: 9px auto;
}

.indexC3Con .prev:before {
	background: url(../images/ennew/joinPrev.png) no-repeat center center;
	background-size: 9px auto;
}

.indexC3Con .prev:hover:before {
	background: url(../images/ennew/joinPrev_h.png) no-repeat center center;
	background-size: 9px auto;
}

.column2Scroll .slick-list {
	z-index: 1
}

.column2Scroll .myslide {
	float: left;
	display: inline;
}

/* —————————— 第3通栏 企业的力量 end —————————— */
/* —————————— 第4通栏 新闻中心 start —————————— */
.indexC4 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/* height:868px ; */
	overflow: hidden;
	padding: 80px 0 0px;
}

.indexC4Con {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-height: 657px;
	padding: 50px 0 0;
}

.indexC4Banner {
	position: relative;
	padding: 0 0 100px;
}

.indexC4Banner .prev {
	display: block;
	width: 40px;
	height: 64px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.6) url(../images/jobPrevh.png) no-repeat center center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	z-index: 1;
	display: none;
}

.indexC4Banner .next {
	display: block;
	width: 40px;
	height: 64px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.6) url(../images/jobNexth.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	z-index: 1;
	display: none;
}

.indexC4Banner .slick-dots {
	position: absolute;
	bottom: 55px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	animation-delay: 1.5s;
}

.indexC4Banner .slick-dots li {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	background: rgba(255, 255, 255, 0.5);
}

.indexC4Banner .slick-dots li.slick-active {
	background: rgba(255, 255, 255, 1);
}

.indexC4Banner .bd {
	overflow: hidden;
}

.indexC4Banner .slick-list {
	overflow: visible;
}

.indexC4Banner .myslide {
	float: left;
	display: inline;
}

.indexC4Banner .con {
	display: block;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	padding: 32px 30px 40px;
	border-radius: 10px;
	position: relative;
}

.indexC4Banner .con::before {
	content: '';
	display: block;
	width: 1px;
	height: 96%;
	background: #fff;
	position: absolute;
	top: 2%;
	right: 2px;
}

.indexC4Banner .con:hover::before {
	display: none;
}

.indexC4Banner .con:hover {
	background: #fff;
}

.indexC4Banner .con .pic {
	margin-bottom: 40px;
}

.indexC4Banner .con .pic::before {
	padding-top: 59.9576%;
}

.indexC4Banner .con .text .time {
	height: 40px;
	line-height: 40px;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 24px;
	color: #aaaaaa;
}

.indexC4Banner .con .text .title {
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.indexC4Banner .con .text .title a {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.indexC4Banner .con:hover .text .title a {
	color: #4bad8d;
}

.indexC4Banner .con .text .info {
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 16px;
	color: #808080;
}

.indexC4Banner .con .more {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	transform-origin: left top;
	-webkit-transform-origin: left top;
}

.indexC4Banner .con:hover .more {
	background-image: -moz-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.indexC4Banner .con .more a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/ennew/moreRightw.png) no-repeat center center;
	background-size: auto 14px;
}

/* —————————— 第4通栏 新闻中心 end —————————— */
/* ==================== 首页 end ==================== */
/* ==================== 关于汉盟 start ==================== */
.aboutColumn1 {
	position: relative;
	height: 625px;
	overflow: hidden;
}

.colBgBox {
	position: absolute !important;
	width: 102%;
	height: 102%;
	left: -1% !important;
	top: -1% !important;
	z-index: 1;
}

.colBg {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.aboutColumn1R {
	width: 46.875%;
	padding-top: 87px;
	position: relative;
}

.aboutbanner {
	position: relative;
}

.aboutbanner .slick-dots {
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	animation-delay: 1.5s;
}

.aboutbanner .slick-dots li {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	margin: 0 8px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	border: 2px solid #fff;
}

.aboutbanner .slick-dots li::before {
	content: '';
	display: none;
	width: 22px;
	height: 22px;
	border: 2px solid #fff;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
}

.aboutbanner .slick-dots li.slick-active {
	width: 8px;
	height: 8px;
	background: #fff;
}

.aboutbanner .slick-dots li.slick-active::before {
	display: block;
}

.aboutbanner .bd {
	overflow: hidden;
}

.aboutbanner .slick-list {
	overflow: visible;
	margin: -10px;
}

.aboutbanner .myslide {
	float: left;
	display: inline;
}

.aboutbanner .con {
	display: block;
	margin: 10px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.aboutbanner .con .pic {
	border-radius: 10px;
	overflow: hidden;
}

.aboutbanner .con .pic::before {
	padding-top: 60%;
}

.aboutbanner .con .pic img {
	border-radius: 10px;
	overflow: hidden;
}

.aboutColumn1L {
	overflow: hidden;
	padding-right: 80px;
	padding-top: 87px;
}

.aboutTitle {
	height: 53px;
	line-height: 53px;
	position: relative;
	font-size: 26px;
	color: #1b1b1b;
	font-family: "InkChancery"
}

.aboutTitle::before {
	display: block;
	content: "";
	position: absolute;
	width: 24px;
	height: 2px;
	left: 0;
	bottom: 0;
	background-image: -webkit-gradient(linear,
			left top,
			right top,
			from(#34adda),
			to(#42c0a5));
	background-image: -webkit-linear-gradient(left, #34adda, #42c0a5);
	background-image: -moz-linear-gradient(left, #34adda, #42c0a5);
	background-image: linear-gradient(to right, #34adda, #42c0a5);
}

.aboutColumn1Itro {
	height: 300px;
	line-height: 30px;
	font-size: 16px;
	color: #808080;
	overflow: hidden;
	overflow-y: auto;
	padding-right: 20px;
}

.aboutColumn1L ::-webkit-scrollbar {
	width: 3px;
	background: rgba(60, 183, 191, 0.3);
}

.aboutColumn1L ::-webkit-scrollbar-thumb {
	width: 3px;
	background: rgba(60, 183, 191, 1);
	border-radius: 2px;
}

.aboutColumn2 {
	position: relative;
	padding: 0 0 80px;
	overflow: hidden;
}

.aboutColumn2 .aboutTitleBox {
	padding-top: 67px;
}

.aboutTitleBox.center .aboutTitle {
	text-align: center;
	font-family: "Georgia";
	font-weight: bold;
}

.aboutTitleBox.center .aboutTitle::before {
	left: 50%;
	margin-left: -12px;
}

.aboutTitle1 {
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	color: #aaa;
}

.aboutColumn3 {
	position: relative;
	height: 690px;
	overflow: hidden;
}

.aboutColumn3 .aboutTitleBox {
	padding-top: 46px;
}

.aboutCulture {
	padding-top: 28px;
	overflow: hidden;
}

.aboutCultureDl {
	overflow: hidden;
	height: 434px;
	margin: 0 -57px;
}

.aboutCultureDl dd {
	float: left;
	display: inline;
	width: 20%;
	height: 100%;
	position: relative;
}

.aboutCultureDl dd .conBox {
	margin: 0 57px;
	position: relative;
	height: 100%;
}

.aboutCultureDl dd .con {
	position: absolute;
	width: 231px;
	height: 200px;
	top: auto;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.aboutCultureDl dd.odd .con {
	top: 40px;
	bottom: auto;
}

.aboutCultureDl dd .title {
	height: 42px;
	line-height: 42px;
	font-size: 22px;
	color: #333333;
	text-align: center;
	overflow: hidden;
	padding: 0 38px;
	margin-bottom: 8px;
	font-weight: bold;
	font-family: "ThonburiBold";
}

.aboutCultureDl dd .text {
	height: 60px;
	line-height: 20px;
	font-size: 16px;
	color: #808080;
	text-align: center;
	overflow: hidden;
	padding: 0 38px;
}

.aboutCultureDl dd.odd::before {
	display: block;
	content: "";
	position: absolute;
	width: 358px;
	height: 197px;
	top: 40px;
	overflow: hidden;
}

.aboutCultureDl dd.odd::after {
	display: block;
	content: "";
	position: absolute;
	width: 355px;
	height: 200px;
	top: 100px;
	right: -231px;
}

.aboutCultureDl dd.odd.dd2::before {
	left: -232px;
	background: url(../images/ennew/whLine1.png) top right no-repeat;
}

.aboutCultureDl dd.odd.dd4::before {
	left: -222px;
	top: 42px;
	background: url(../images/ennew/whLine3.png) top right no-repeat;
}

.aboutCultureDl dd.odd.dd2::after {
	right: -297px;
	top: 139px;
	background: url(../images/ennew/whLine2.png) top left no-repeat;
}

.aboutCultureDl dd.odd.dd4::after {
	right: -297px;
	top: 139px;
	background: url(../images/ennew/whLine4.png) top left no-repeat;
}

.aboutCultureDl dd .conIcon {
	position: absolute;
	width: 80px;
	height: 80px;
	top: -40px;
	left: 22px;
	border-radius: 80px;
	line-height: 80px;
	text-align: center;
}

.aboutCultureDl dd .conIcon span {
	display: block;
	width: 80px;
	line-height: 80px;
	font-size: 40px;
	color: #fff;
}

.aboutCultureDl dd.dd1 .conIcon {
	background: #24d399;
}

.aboutCultureDl dd.dd2 .conIcon {
	background: #6ecafa;
}

.aboutCultureDl dd.dd3 .conIcon {
	background: #febf59;
}

.aboutCultureDl dd.dd4 .conIcon {
	background: #b1e03f;
}

.aboutCultureDl dd.dd5 .conIcon {
	background: #f8aaad;
}
/* 企业文化修改 start */
.aboutCultureDl2{overflow: hidden;}
.aboutCultureDl2 dd{width: 33.3333%;float: left;display: inline;}
.aboutCultureDl2 dd.dd2,.aboutCultureDl2 dd.dd4{float: right;}
.aboutCultureDl2 dd.dd3{padding-top: 120px;}
.aboutCultureDl2 dd.dd5{margin-top: -120px;}
.aboutCultureDl2 dd .con{margin: 15px 20px;height: 210px;border-radius: 10px;border: 1px solid rgb(36, 211, 153);background-color: rgb(246, 255, 252);padding: 10px 30px;}
.aboutCultureDl2 dd.dd2 .con{border: 1px solid rgb(177, 224, 63);background-color: rgb(245, 250, 234);}
.aboutCultureDl2 dd.dd3 .con{border: 1px solid rgb(254, 191, 89);background-color: rgb(255, 250, 242);}
.aboutCultureDl2 dd.dd4 .con{border: 1px solid rgb(248, 170, 173);background-color: rgb(253, 245, 245);}
.aboutCultureDl2 dd.dd5 .con{border: 1px solid rgb(110, 202, 250);background-color: rgb(240, 250, 254);}
.aboutCultureDl2 dd .icn{width: 80px;height: 80px;line-height: 80px;text-align: center;border-radius: 50%;margin-bottom: 22px;}
.aboutCultureDl2 dd.dd1 .icn {background: #24d399;}
.aboutCultureDl2 dd.dd2 .icn {background: #6ecafa;}
.aboutCultureDl2 dd.dd3 .icn {background: #febf59;}
.aboutCultureDl2 dd.dd4 .icn {background: #b1e03f;}
.aboutCultureDl2 dd.dd5 .icn {background: #f8aaad;}
.aboutCultureDl2 dd .icn span{display: block;width: 80px;line-height: 80px;font-size: 40px;color: #fff;}
.aboutCultureDl2 dd .title{font-size: 22px;color: #333333;font-weight: bold;line-height: 32px;}
.aboutCultureDl2 dd .info {font-size: 16px;color: #808080;line-height: 30px;}
.aboutCultureDl2 dd .info a{font-size: 16px;color: #808080;line-height: 30px;}
/* 企业文化修改 end */
/* ==================== 关于汉盟 end ==================== */
/* ==================== 加入汉盟 start ==================== */
.joinColumn1 {
	position: relative;
	height: 710px;
	overflow: hidden;
}

.joinColumn1 .aboutTitleBox {
	padding-top: 45px;
}

.jionDl1 {
	position: relative;
	height: 475px;
	overflow: hidden;
	margin-top: 40px;
	border-radius: 20px;
}

.jionDl1 dd {
	float: left;
	display: inline;
	width: 30.625%;
	height: 100%;
	transition: all 0.35s ease-in;
	-webkit-transition: all 0.35s ease-in;
	overflow: hidden;
}

.jionDl1 dd.hover {
	width: 69.375%;
}

.jionDl1 dd .con {
	position: relative;
	height: 100%;
}

.jionDl1 dd .con .pic {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.jionDl1 dd .con .pic::before {
	padding-top: 0;
}

.jionDl1 dd .con .pic img {
	object-position: left center;
}

.jionDl1 dd .con .conBox {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

.jionDl1 dd .con .conText {
	position: relative;
	height: 100%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	padding-left: 50px;
}

.jionDl1 dd .con .title {
	padding-top: 43px;
	position: relative;
}

.jionDl1 dd .con .title span {
	display: block;
	height: 66px;
	line-height: 33px;
	font-size: 20px;
	color: #333;
	margin: 0 auto;
	position: relative;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	font-family: "Thonburi";
	font-weight: bold;
}

.jionDl1 dd .con .title span::before {
	display: block;
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	left: 0;
	bottom: 0;
	background-image: -webkit-gradient(linear,
			left top,
			right top,
			from(#34adda),
			to(#42c0a5));
	background-image: -webkit-linear-gradient(left, #34adda, #42c0a5);
	background-image: -moz-linear-gradient(left, #34adda, #42c0a5);
	background-image: linear-gradient(to right, #34adda, #42c0a5);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	animation-delay: 0.3s;
}

.jionDl1 dd .con .text {
	padding-top: 16px;
	width: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	animation-delay: 0.5s;
}

.jionDl1 dd .con .text span {
	line-height: 30px;
	overflow: hidden;
	color: #808080;
	font-size: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	animation-delay: 0.8s;
	opacity: 0;
}

.jionDl1 dd .con .textIcon {
	position: absolute;
	width: 100%;
	height: 45px;
	left: 0;
	bottom: 62px;
	text-align: center;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	animation-delay: 1s;
}

.jionDl1 dd .con .textIcon span {
	font-size: 40px;
	color: #3dc9bd;
}

.jionDl1 dd.hover .con .title span::before {
	width: 16px;
}

.jionDl1 dd.hover .con .title {
	text-align: left;
}

.jionDl1 dd.hover .con .title span {
	margin: 0 0;
}

.jionDl1 dd.hover .con .conBox::before {
	visibility: hidden;
	opacity: 0;
}

.jionDl1 dd.hover .con .text {
	width: 340px;
}

.jionDl1 dd.hover .con .text span {
	font-size: 16px;
	opacity: 1;
}

.jionDl1 dd.hover .con .textIcon {
	text-align: left;
	padding-left: 50px;
}

.joinColumn2 {
	position: relative;
	height: 687px;
	overflow: hidden;
	background: #ffffff;
}

.joinColumn2Box {
	position: relative;
	width: 100%;
	height: 440px;
}

.joinColumn2L {
	position: absolute;
	width: 57%;
	bottom: 40px;
	left: 0;
	top: 0;
	border-radius: 30px 0 30px 0;
	overflow: hidden;
	background: url(../images/joinBg1.jpg) center center no-repeat;
}

.joinColumn2R {
	position: absolute;
	width: 47%;
	top: 40px;
	right: 0;
	bottom: 0;
	border-radius: 30px 0 30px 0px;
	overflow: hidden;
	z-index: 2;
}

.joinColumn2R .pic {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.joinColumn2R .pic::before {
	padding-top: 0;
}

.joinColumn2C {
	position: absolute;
	right: 6.5789%;
	left: 0;
	top: 0;
	bottom: 0;
}

.joinColumn2_dl {
	padding: 0 25px;
}

.joinColumn2_dl dd {
	float: left;
	display: inline;
	width: 33.3333%;
	padding: 15px 0;
}

.joinColumn2_dl dd .con {
	margin: 0 25px;
	overflow: hidden;
}

.joinColumn2_dl dd .conIcon {
	width: 64px;
	height: 64px;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
	text-align: center;
	line-height: 64px;
}

.joinColumn2_dl dd .conIcon span {
	font-size: 30px;
	color: #fff;
}

.joinColumn2_dl dd .text {
	overflow: hidden;
	padding: 0 10px;
	height: 64px;
	line-height: 64px;
	font-size: 16px;
	color: #fff;
}

.joinColumn3 {
	position: relative;
	height: 657px;
	overflow: hidden;
}

.joinTabTitle {
	text-align: center;
}

.joinTabTitle_dl {
	display: inline-block;
}

.joinTabTitle_dl dd {
	float: left;
	display: inline;
	height: 40px;
	line-height: 40px;
	margin: 0 10px;
}

.joinTabTitle_dl dd a {
	display: block;
	padding: 0 47px;
	height: 40px;
	line-height: 40px;
	background: #f9f9f9;
	border-radius: 10px;
	font-size: 14px;
	color: #666;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.joinTabTitle_dl dd.hover a {
	color: #ffffff;
	background-image: -moz-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
}

.joinTabC {
	padding: 20px 0 420px;
	position: relative;
}

.joinBannerC {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 20px;
	left: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.joinBannerC.active {
	opacity: 1;
	visibility: visible;
	z-index: 10;
}

.joinBanner .bd {
	margin: 0 -25px;
}

.joinBanner .myslide {
	float: left;
	display: inline;
	width: 33.333%;
	padding: 20px 0;
}

.joinBanner .con {
	margin: 0 25px;
	border-radius: 30px;
	overflow: hidden;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.joinBanner .con:hover {
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

.joinBanner .con .pic::before {
	padding-top: 60%;
}

.joinBannerBtn {
	padding-top: 26px;
	height: 64px;
	line-height: 64px;
	position: relative;
	width: 205px;
	margin: 0 auto;
}

.joinMore {
	width: 64px;
	height: 64px;
	border: 1px solid #ddd;
	border-radius: 10px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.joinMore a {
	display: block;
	height: 64px;
	background: url(../images/ennew/moreW.png) center center no-repeat;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.joinMore:hover a {
	background: url(../images/ennew/moreW_H.png) center center no-repeat;
}

.joinMore:hover {
	border-color: #42c0a5;
	background-image: -moz-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

.joinBanner .prev {
	position: absolute;
	width: 64px;
	height: 64px;
	border: 1px solid #ddd;
	border-radius: 10px;
	left: 48.5%;
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	bottom: 10px;
	margin-left: -100px;
	z-index: 5;
}

.joinBanner .prev::before {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/ennew/joinPrev.png) center center no-repeat;
	background-size: 9px auto;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.joinBanner .next {
	position: absolute;
	width: 64px;
	height: 64px;
	border: 1px solid #ddd;
	border-radius: 10px;
	right: 48.5%;
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	bottom: 10px;
	margin-right: -100px;
	z-index: 5;
}

.joinBanner .next::before {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/ennew/joinNext.png) center center no-repeat;
	background-size: 9px auto;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.joinBanner .prev:hover,
.joinBanner .next:hover {
	border-color: #42c0a5;
	background-image: -moz-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

.joinBanner .prev:hover::before {
	background: url(../images/ennew/joinPrev_h.png) center center no-repeat;
	background-size: 9px auto;
}

.joinBanner .next:hover::before {
	background: url(../images/ennew/joinNext_h.png) center center no-repeat;
	background-size: 9px auto;
}

.joinColumn4 {
	background: #ffffff;
	padding-bottom: 80px;
}

.joinDl4 {
	overflow: hidden;
}

.joinDl4 dd {
	float: left;
	display: inline;
	width: 50%;
}

.joinDl4 dd .con {
	margin: 0 25px;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}

.joinDl4 dd .pic::before {
	padding-top: 45.1613%;
}

.joinDl4 dd .text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.joinDl4 dd.dd1 .text {
	background: url(../images/jrzz1.png) right center no-repeat;
	text-align: right;
}

.joinDl4 dd.dd2 .text {
	background: url(../images/jrzz2.png) left center no-repeat;
}

.joinDl4 dd .text .title1 {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	padding: 0 50px;
	margin-bottom: 60px;
	text-transform: capitalize;
	font-family: "Thonburi";
}

.joinDl4 dd .text .title {
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #fff;
	padding: 0 50px;
	text-transform: capitalize;
}

.joinDl4 dd .more {
	position: absolute;
	width: 54px;
	height: 54px;
	bottom: 50px;
	left: auto;
	right: 50px;
	border-radius: 100%;
	background: rgba(255, 255, 255, 1);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.joinDl4 dd .more a {
	display: block;
	height: 54px;
	background: url(../images/ennew/moreLeftwh.png) center center no-repeat;
}

.joinDl4 dd.dd2 .more {
	left: 50px;
	right: auto;
}

.joinDl4 dd.dd2 .more a {
	display: block;
	height: 54px;
	background: url(../images/ennew/moreRightwh.png) center center no-repeat;
}

.joinDl4 dd .more:hover {
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
	right: 60px;
}

.joinDl4 dd.dd2 .more:hover {
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
	left: 60px;
}

/* ==================== 加入汉盟 end ==================== */
/* ==================== 产品 start ==================== */
/* —————————— 第1通栏 种植基地 start —————————— */
.productsC1 {
	background-repeat: no-repeat;
	background-size: cover;
	/* height: 756px; */
	padding: 50px 0 80px;
	overflow: hidden;
}

.productsC1Con {
	overflow: hidden;
	padding: 40px 0 0;
}

.productsC1Con ::-webkit-scrollbar {
	width: 3px;
	background: rgba(60, 183, 191, 0.3);
}

.productsC1Con ::-webkit-scrollbar-thumb {
	width: 3px;
	background: rgba(60, 183, 191, 1);
	border-radius: 2px;
}

.prodC1ConR {
	float: right;
	display: inline;
	margin-left: 25px;
	overflow: hidden;
	width: 50%;
}

.prodC1ConL {
	overflow: hidden;
}

.proudC1banner {
	position: relative;
}

.proudC1banner .slick-dots {
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	animation-delay: 1.5s;
}

.proudC1banner .slick-dots li {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	margin: 0 8px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	border: 2px solid #fff;
}

.proudC1banner .slick-dots li::before {
	content: '';
	display: none;
	width: 22px;
	height: 22px;
	border: 2px solid #fff;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
}

.proudC1banner .slick-dots li.slick-active {
	width: 8px;
	height: 8px;
	background: #fff;
}

.proudC1banner .slick-dots li.slick-active::before {
	display: block;
}

.proudC1banner .bd {
	overflow: hidden;
}

.proudC1banner .slick-list {
	overflow: visible;
}

.proudC1banner .myslide {
	float: left;
	display: inline;
}

.proudC1banner .con {
	display: block;
}

.proudC1banner .con .pic {
	border-radius: 10px;
	overflow: hidden;
}

.proudC1banner .con .pic::before {
	padding-top: 56.25%;
}

.proudC1banner .con .pic img {
	border-radius: 10px;
	overflow: hidden;
}

.prodC1ConLCon .title {
	font-size: 22px;
	color: #333333;
	font-family: "ThonburiBold";
	font-weight: bold;
	height: 66px;
	line-height: 66px;
	overflow: hidden;
	padding-right: 20px;
}

.prodC1ConLCon .info {
	line-height: 30px;
	font-size: 16px;
	color: #808080;
	max-height: 300px;
	overflow-y: auto;
	padding-right: 20px;
}

/* —————————— 第1通栏 种植基地 end —————————— */
/* —————————— 第2通栏 核心产品 start —————————— */
.productsC2 {
	background-repeat: no-repeat;
	background-size: cover;
	/* height: 860px; */
	padding: 50px 0 60px;
	overflow: hidden;
}

.productsC2Con {
	padding: 20px 0 0;
}

.proudTabTitle {
	text-align: center;
}

.proudTabTitleDl {
	display: inline-block;
}

.proudTabTitleDl dd {
	float: left;
	display: inline;
	margin: 0 10px;
}

.proudTabTitleDl dd a {
	display: block;
	padding: 0 26px;
	height: 48px;
	line-height: 48px;
	background: #fff;
	border-radius: 10px;
	font-size: 16px;
	color: #666;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.proudTabTitleDl dd.hover a {
	color: #ffffff;
	background-image: -moz-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
}

.proudTabC {
	position: relative;
	padding-top: 620px;
}

.proudBannerC {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 20px;
	left: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.proudBannerC.active {
	opacity: 1;
	visibility: visible;
	z-index: 10;
}

.proudC2Banner .prev,
.proudC2Banner .next {
	width: 64px;
	height: 64px;
	background: #fff;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	position: absolute;
	bottom: 10px;
	z-index: 5;
}

.proudC2Banner .prev {
	left: 48.5%;
	margin-left: -100px;

}

.proudC2Banner .next {
	right: 48.5%;
	margin-right: -100px;
}

.proudC2Banner .prev::before,
.proudC2Banner .next::before {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.proudC2Banner .prev::before {
	background: url(../images/ennew/joinPrev.png) center center no-repeat;
	background-size: auto 16px;
}

.proudC2Banner .next::before {
	background: url(../images/ennew/joinNext.png) center center no-repeat;
	background-size: auto 16px;
}

.proudC2Banner .prev:hover,
.proudC2Banner .next:hover {
	border-color: #42c0a5;
	background-image: -moz-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

.proudC2Banner .prev:hover::before {
	background: url(../images/ennew/joinPrev_h.png) center center no-repeat;
	background-size: auto 16px;
}

.proudC2Banner .next:hover::before {
	background: url(../images/ennew/joinNext_h.png) center center no-repeat;
	background-size: auto 16px;
}

.proudC2BannerBtn {
	padding-top: 28px;
	height: 64px;
	line-height: 64px;
	position: relative;
	width: 205px;
	margin: 0 auto;
}

.proudMore {
	width: 64px;
	height: 64px;
	background: #fff;
	border-radius: 10px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.proudMore a {
	display: block;
	height: 64px;
	background: url(../images/ennew/moreW.png) center center no-repeat;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.proudMore:hover a {
	background: url(../images/ennew/moreW_H.png) center center no-repeat;
}

.proudMore:hover {
	border-color: #42c0a5;
	background-image: -moz-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

.proudC2Banner .bd {
	margin: 0 -20px;
}

.proudC2Banner .myslide {
	float: left;
	display: inline;
	width: 25%;
	padding: 20px 0;
}

.proudC2Banner .con {
	margin: 0 20px;
	border-radius: 10px;
	overflow: hidden;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	background: #fff;
	padding: 60px 0 53px;
}

.proudC2Banner .con:hover {
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
	background-image: -moz-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
}

.proudC2Banner .con .picBox {
	margin-bottom: 40px;
}

.proudC2Banner .con .pic {
	width: 250px;
	border-radius: 100%;
	overflow: hidden;
	background: #eeeeee;
	margin: 0 auto;
}

.proudC2Banner .con .pic::before {
	padding-top: 100%;
}

.proudC2Banner .con .pic img {
	object-fit: contain;
}

.proudC2Banner .con .text {
	padding: 0 20px;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	text-align: center;
}

.proudC2Banner .con .text .title {
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 26px;
	color: #333333;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.proudC2Banner .con .text .info {
	font-size: 16px;
	color: #666666;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.proudC2Banner .con:hover .text .title,
.proudC2Banner .con:hover .text .info {
	color: #fff;
}

/* —————————— 第2通栏 核心产品 end —————————— */
/* —————————— 第3通栏 营销市场 start —————————— */
.productsC3 {
	background-repeat: no-repeat;
	background-size: cover;
	height: 780px;
	padding: 50px 0 120px;
	overflow: hidden;
}

.productsC3Con {
	padding: 40px 0 0px;
}

.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: 22px;
	font-weight: bold;
	font-family: "ThonburiBold";
}

.marLeft .text {
	font-size: 16px;
	color: #555555;
	line-height: 27px;
	margin-bottom: 27px;
}

.marDl {
	padding-top: 23px;
	border-top: 1px solid #f4f4f4;
	color: #555555;
	font-size: 16px;
}

.marDl dd {
	line-height: 32px !important;
	color: #555555;
	font-size: 16px;
	overflow: hidden;
	background: url(../images/maddbg.png)no-repeat top 10px 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: 30%;
}

.marRight img {
	width: 96%;
}

.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: 15px;
	left: -30px;
}

.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;
}

/* —————————— 第3通栏 营销市场 end —————————— */
/* ==================== 产品 end ==================== */
/* ==================== 汉盟新闻 start ==================== */
/* —————————— 公共部分 start —————————— */
.newsMoreBtn {
	text-align: center;
}

.newsMoreBtn a {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	padding: 0 34px;
	background-image: -moz-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	border-radius: 10px;
	overflow: hidden;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.newsMoreBtn a span {
	font-size: 16px;
	color: #ffffff;
	padding-right: 30px;
	background: url(../images/ennew/moreRightw.png) no-repeat center right;
	background-size: 14px 11px;
}

.newsMoreBtn a:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}

/* —————————— 公共部分 end —————————— */
/* —————————— 第1通栏 汉盟新闻 start —————————— */
.newsC1 {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0 40px;
	/* height: 800px; */
	overflow: hidden;
}

.newsC1Con {
	overflow: hidden;
	padding: 40px 0 0;
	margin-bottom: 50px;
}

.newsC1ConL {
	width: 40.625%;
	float: left;
	display: inline;
	margin-right: 35px;
}

.newsC1ConR {
	overflow: hidden;
}

.newsC1Dl1 dd .con .pic img {
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.newsC1Dl1 dd .con .pic .time {
	width: 110px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 22px;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 10px 0 0 0;
	overflow: hidden;
	background: rgba(75, 173, 141, 0.9);
}

.newsC1Dl1 dd .con .text {
	background: #fff;
	overflow: hidden;
	padding: 20px 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 0 0 10px 10px;
}

.newsC1Dl1 dd .con .text .title {
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}

.newsC1Dl1 dd .con .text .title a {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.newsC1Dl1 dd .con:hover .text .title a {
	color: #4bad8d;
}

.newsC1Dl1 dd .con .text .info {
	height: 50px;
	line-height: 25px;
	margin-bottom: 5px;
	font-size: 16px;
	color: #808080;
}

.newsC1Dl2 {
	overflow: hidden;
	margin-right: -40px;
}

.newsC1Dl2 dd {
	width: 50%;
	float: left;
	display: inline;
}

.newsC1Dl2 dd .con {
	margin-right: 40px;
}

.newsC1Dl2 dd .con .pic img {
	border-radius: 10px 10px 0 10px;
	overflow: hidden;
}

.newsC1Dl2 dd .con .pic .time {
	width: 110px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 22px;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 10px 0 0 0;
	overflow: hidden;
	background: rgba(75, 173, 141, 0.9);
}

.newsC1Dl2 dd .con .text {
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 0 0 10px 10px;
}

.newsC1Dl2 dd .con .text .title {
	height: 66px;
	line-height: 66px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.newsC1Dl2 dd .con:hover .text .title {
	color: #4bad8d;
}

.newsC1Dl2 dt {
	float: left;
	display: inline;
	width: 100%;
	border-bottom: 1px solid #eeeeee;
}

.newsC1Dl2 dt.newsC2Dt1 {
	border-top: 1px solid #eeeeee;
}

.newsC1Dl2 dt .con {
	overflow: hidden;
	margin-right: 40px;
}

.newsC1Dl2 dt .con .time {
	float: right;
	display: inline;
	margin-left: 130px;
	font-size: 16px;
	color: #aaaaaa;
	height: 66px;
	line-height: 66px;
}

.newsC1Dl2 dt .con .title {
	overflow: hidden;
	height: 66px;
	line-height: 66px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsC1Dl2 dt .con .title a {
	font-size: 16px;
	color: #333333;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.newsC1Dl2 dt .con:hover .title a {
	color: #4bad8d;
}

/* —————————— 第1通栏 汉盟新闻 end —————————— */
/* —————————— 第2通栏 产业信息 start —————————— */
.newsC2 {
	padding: 50px 0 70px;
	display: none;
	overflow: hidden;
}

.newsC2Banner {
	position: relative;
}

.newsC2Banner .prev {
	display: block;
	width: 40px;
	height: 64px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.6) url(../images/ennew/joinPrev_h.png) no-repeat center center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	z-index: 1;
	display: none;
}

.newsC2Banner .next {
	display: block;
	width: 40px;
	height: 64px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.6) url(../images/ennew/joinNext_h.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	z-index: 1;
	display: none;
}

.newsC2Banner .slick-dots {
	position: absolute;
	bottom: 55px;
	left: 0;
	width: 100%;
	padding: 25px 0;
	text-align: center;
	font-size: 0;
	animation-delay: 1.5s;
}

.newsC2Banner .slick-dots li {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
}

.newsC2Banner .slick-dots li.slick-active {
	background-image: -moz-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
}

.newsC2Banner .bd {
	overflow: hidden;
	padding: 30px 0 50px;
}

.newsC2Banner .slick-list {
	overflow: visible;
	margin: 0 -25px;
}

.newsC2Banner .myslide {
	float: left;
	display: inline;
}

.newsC2Banner .con {
	display: block;
	margin: 0 25px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.newsC2Banner .con .pic,
.newsC2Banner .con .pic img {
	border-radius: 10px;
}

.newsC2Banner .con .text .time {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #aaaaaa;
	margin-bottom: 12px;
}

.newsC2Banner .con .text .title {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsC2Banner .con .text .title a {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.newsC2Banner .con .text .info {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #808080;
	margin-bottom: 30px;
}

.newsC2Banner .con:hover .text .title a {
	color: #4bad8d;
}

/* —————————— 第2通栏 产业信息 end —————————— */
/* —————————— 第3通栏 媒体报道 start —————————— */
.newsC3 {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0 80px;
	overflow: hidden;
	display: none;
}

.newsC3Dl {
	overflow: hidden;
	margin: 0 -25px;
	padding: 35px 0 0;
}

.newsC3Dl dd {
	width: 50%;
	float: left;
	display: inline;
	margin-bottom: 50px;
}

.newsC3Dl dd .con {
	margin: 0 25px;
	background: #fff;
	border-radius: 10px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	padding: 35px;
}

.newsC3Dl dd .con:hover {
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
}

.newsC3Dl dd .con .pic {
	float: right;
	display: inline;
	margin-left: 70px;
	width: 300px;
}

.newsC3Dl dd .con .text {
	overflow: hidden;
}

.newsC3Dl dd .con .text .title {
	height: 60px;
	line-height: 30px;
	overflow: hidden;
	margin-bottom: 20px;
}

.newsC3Dl dd .con .text .title a {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.newsC3Dl dd .con:hover .text .title a {
	color: #4bad8d;
}

.newsC3Dl dd .con .text .time {
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #aaaaaa;
	overflow: hidden;
}

/* —————————— 第3通栏 媒体报道 end —————————— */
/* ==================== 汉盟新闻 end ==================== */
/* ==================== 创新研发 start ==================== */
/* 第1通栏start */
.innovateC1 {
	overflow: hidden;
	height: 756px;
	padding: 40px 0 0px;
	background-repeat: no-repeat;
	background-size: cover;
}

.innovateC1 ::-webkit-scrollbar {
	width: 2px;
	background: #eaeff2;
}

.innovateC1 ::-webkit-scrollbar-thumb {
	width: 2px;
	background: #4bad8d;
	border-radius: 8px;
}

.innovateC1Con {
	padding: 30px 0 60px;
}

.column1Scroll {
	overflow: hidden;
}

.column1Scroll .bd {
	overflow: hidden;
	position: relative;
}

.column1Scroll .bd .prev {
	background: #fff;
	width: 65px;
	height: 65px;
	display: block;
	position: absolute;
	top: 0;
	right: 85px;
	z-index: 10;
	border-radius: 10px;
	cursor: pointer;
	transition: all .3s linear;
	-webkit-transition: all .3s linear
}

.column1Scroll .bd .next {
	background: rgb(255, 255, 255);
	width: 65px;
	height: 65px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	border-radius: 10px;
	cursor: pointer;
	transition: all .3s linear;
	-webkit-transition: all .3s linear
}

.column1Scroll .bd .prev:hover {
	background-image: -moz-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
}

.column1Scroll .bd .next:hover {
	background-image: -moz-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
}

.column1Scroll .slick-list {
	z-index: 1
}

.column1Scroll .myslide {
	float: left;
	display: inline;
	position: relative;
}

.column1Scroll .next::before,
.column1Scroll .prev::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
}

.column1Scroll .next::before {
	background: url(../images/ennew/joinNext.png) no-repeat center center;
	background-size: 9px auto;
}

.column1Scroll .bd .next:hover:before {
	background: url(../images/ennew/joinNext_h.png) no-repeat center center;
	background-size: 9px auto;
}

.column1Scroll .prev::before {
	background: url(../images/ennew/joinPrev.png) no-repeat center center;
	background-size: 9px auto;
}

.column1Scroll .bd .prev:hover:before {
	background: url(../images/ennew/joinPrev_h.png) no-repeat center center;
	background-size: 9px auto;
}

.column1Scroll .fastBtn span {
	display: block;
	width: 250px;
	height: 50px;
	margin-bottom: 20px;
	background: rgb(255, 255, 255, 0.8);
	margin-left: 30px;
	border-radius: 10px;
	overflow: hidden;
	font-size: 16px;
	line-height: 50px;
	color: #333;
	text-align: center;
	cursor: pointer;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	padding: 0 20px;
}

.column1Scroll .fastBtn span:hover {
	background-image: -moz-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	color: #fff;
}

.column1Scroll .fastBtn span.hover {
	background-image: -moz-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	color: #fff;
}

.column1Scroll .fastBtn {
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 1;
}

.column1Scroll .con {
	overflow: hidden;
}
.column1Scroll .fast-Btn1{
	width: 100%;
}
.column1Scroll .fast-Btn1 .pic {
	position: relative;
	width: 60%;
	margin-right: 50px;
	padding: 30px;
	border-radius: 10px;
	overflow: hidden;
}

.column1Scroll .fast-Btn1 .pic::before {
	display: block;
	content: "";
	padding-top: 56.25%;
}

.column1Scroll .fast-Btn1 .pic img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.column1Scroll .fast-Btn1 .text {
	padding-top: 125px;
	overflow: hidden;
}

.column1Scroll .fast-Btn1 .text .title {
	font-size: 26px;
	font-weight: bold;
	;
	color: #333;
	line-height: 25px;
	margin-bottom: 50px;
	height: 25px;
	overflow: hidden;
	font-family: "ThonburiBold";
}

.column1Scroll .fast-Btn1 .text .textc {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-bottom: 25px;
	line-height: 22px;
}

.column1Scroll .fast-Btn1 .text .info {
	font-size: 16px;
	line-height: 30px;
	color: #808080;
	height: 300px;
	overflow: hidden;
	overflow-y: auto;
}

/* 第1通栏end */
/* 第2通栏start */
.inColumn2 {
	background-repeat: no-repeat;
	background-size: cover;
	height: 846px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 50px 0 0;
	position: relative;
	overflow: hidden;
}

.inColumn2 ::-webkit-scrollbar {
	width: 2px;
	background: #eaeff2;
}

.inColumn2 ::-webkit-scrollbar-thumb {
	width: 2px;
	background: #4bad8d;
	border-radius: 8px;
}

.inColumn2 .aboutTitle {
	color: #fff;
}

.inColumn2 .aboutTitle1 {
	color: #dbdbdb;
}

.quanBg {
	width: 1788px;
	height: 246px;
	background: url(../images/innovate/quanBgh.png) no-repeat center right;
	background-size: 100%;
	position: absolute;
	top: 555px;
	right: 0;
	transform: scale(0.93);
	-webkit-transform: scale(0.93);
}

.inColumn2Con {
	position: relative;
}

.myRoundabout {
	position: absolute;
	top: 0px;
	left: 66px;
	width: 100%;
	height: 520px;
	transform: scale(0.93);
	-webkit-transform: scale(0.93);
	z-index: 3;
}

.myRoundabout li {
	width: 294px;
	height: 263px;
	cursor: pointer;
	z-index: 2;
}

.myRoundabout li img {
	width: 100%;
	height: 100%;
}

#bt-prev {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	top: 100px;
	left: -70px;
	background: rgba(95, 209, 180, 1) url(../images/joinPrev_h.png) no-repeat center center;
	background-size: 10px;
	z-index: 5;
	cursor: pointer;
	display: none;
}

#bt-next {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	top: 100px;
	right: -70px;
	background: rgba(95, 209, 180, 1) url(../images/joinNext_h.png) no-repeat center center;
	background-size: 10px;
	z-index: 5;
	cursor: pointer;
	display: none;
}

.inColumn2Con .conTentL {
	width: 494px;
	height: 406px;
	background: url(../images/innovate/inC2ConL.png) no-repeat left top;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: -54px;
}

.inColumn2Con .conTentR {
	width: 494px;
	height: 406px;
	background: url(../images/innovate/inC2ConR.png) no-repeat left top;
	background-size: 100%;
	position: absolute;
	right: 0;
	top: -54px;
}

.inColumn2Con .conTentL,
.inColumn2Con .conTentR {
	overflow: hidden;
	z-index: 5;
}

.titleBtnBox {
	width: 100%;
	position: absolute;
	top: 100px;
	text-align: center;
	font-size: 0;
}

.titleBtnBox .titleBtn {
	display: inline-block;
	padding: 0 50px;
	height: 60px;
	line-height: 60px;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	font-size: 0;
}

.titleBtnBox .titleBtn span {
	display: inline-block;
}

.titleBtnBox .titleBtn .span1 {
	font-size: 22px;
	font-family: "ThonburiBold";
	font-weight: bold;
}

.titleBtnBox .titleBtn .span2 {
	font-size: 22px;
	font-family: "ThonburiBold";
	font-weight: bold;
}

.titleBtnBox .titleBtn.btn1 {
	background: #14c1cc;
}

.titleBtnBox .titleBtn.btn2 {
	background: #0cda69;
}

.titleBtnBox .titleBtn.btn3 {
	background: #da4f4c;
}

.myRoundabout li .imgTitle {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.myRoundabout li.roundabout-in-focus .imgTitle {
	visibility: hidden;
	opacity: 0;
}

.myRoundabout li.item1 .imgTitle {
	color: #14c1cc;
}

.myRoundabout li.item2 .imgTitle {
	color: #0cda69;
}

.myRoundabout li.item3 .imgTitle {
	color: #c13833;
}

.inTextDl1 {
	position: relative;
	top: 120px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 20px 60px;
	height: 265px;
	overflow-y: auto;

}

.inTextDl1 dd {
	line-height: 30px;
	position: relative;
	padding-left: 25px;
	margin-bottom: 15px;
}

.inTextDl1 dd::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: url(../images/innovate/em1.png) no-repeat;
	background-size: 12px;
	position: absolute;
	top: 9px;
	left: 0;
}

.inTextDl1 dd a {
	font-size: 16px;
	color: #333333;
}

.inTextDl1 dd a:hover {
	color: #4bad8d;
}

.inTextDl2 {
	position: relative;
	top: 120px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 20px 50px 0;
	height: 155px;
	overflow-y: auto;

}

.inTextDl2 dd {
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	padding-left: 25px;
}

.inTextDl2 dd::before {
	content: '';
	display: block;
	width: 8px;
	height: 2px;
	background: url(../images/innovate/em2.png) no-repeat;
	background-size: 8px 2px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
}

.inTextDl2 dd a {
	font-size: 16px;
	color: #333333;
}

.inTextDl2 dd a:hover {
	color: #4bad8d;
}

.conTentR .more {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 60px;
	left: 0;
}

.conTentR .more a {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #ffffff;
	background-image: -moz-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(50, 169, 227) 0%, rgb(69, 196, 155) 100%);
	padding: 0 46px;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.conTentR .more a:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	opacity: 0.8;
}

.conTentR .more a span {
	display: inline-block;
	padding-right: 26px;
	background: url(../images/ennew/inMoreh.png) no-repeat center right;
}



/* 第2通栏end */
/* 第3通栏start */
.innovateC3 {
	overflow: hidden;
	height: 832px;
	padding: 40px 0 0px;
	background-repeat: no-repeat;
	background-size: cover;
}

.innovateC3Con {
	overflow: hidden;
}

.innovateC3Banner {
	position: relative;
	padding: 30px 0 80px;
}

.innovateC3Banner .prev {
	display: block;
	width: 40px;
	height: 64px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	z-index: 1;
	display: none;
}

.innovateC3Banner .next {
	display: block;
	width: 40px;
	height: 64px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	z-index: 1;
	display: none;
}

.innovateC3Banner .slick-dots {
	position: absolute;
	bottom: 38px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	animation-delay: 1.5s;
}

.innovateC3Banner .slick-dots li {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	background: rgba(0, 0, 0, 0.2);
}

.innovateC3Banner .slick-dots li.slick-active {
	background: rgba(75, 173, 141, 1);
}

.innovateC3Banner .slick-list {
	overflow: visible;
	margin: 0 -30px;
}

.innovateC3Banner .myslide {
	float: left;
	display: inline;
}

.innovateC3Banner .con {
	display: block;
	margin: 0 30px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	overflow: hidden;
	height: 648px;
	position: relative;
	box-sizing: border-box;
	-webkitt-box-sizing: border-box;
	padding: 40px 30px 0 0;
}

.innovateC3Banner .con .picBox {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 89%;
}

.innovateC3Banner .con .pic {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}

.innovateC3Banner .con .pic img {
	border-radius: 20px;
	overflow: hidden;
}

.innovateC3Banner .con .pic::before {
	padding-top: 100%;
}

.innovateC3Banner .con .text {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.innovateC3Banner .myslide:nth-child(3n+1) .con .text {
	background: rgba(254, 191, 89, 0.2);
}

.innovateC3Banner .myslide:nth-child(3n+2) .con .text {
	background: rgba(110, 202, 250, 0.2);
}

.innovateC3Banner .myslide:nth-child(3n+3) .con .text {
	background: rgba(95, 209, 180, 0.2);
}

.innovateC3Banner .myslide:nth-child(3n+1) .con:hover .text {
	background: rgba(254, 191, 89, 1);
}

.innovateC3Banner .myslide:nth-child(3n+2) .con:hover .text {
	background: rgba(110, 202, 250, 1);
}

.innovateC3Banner .myslide:nth-child(3n+3) .con:hover .text {
	background: rgba(95, 209, 180, 1);
}

.innovateC3Banner .con .text .textC {
	width: 100%;
	position: absolute;
	bottom: 25px;
	left: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 20px;
	z-index: 2;
}

.innovateC3Banner .con .text .icn {
	width: 64px;
	height: 64px;
	border-radius: 10px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 34px;
	margin-bottom: 23px;
	position: relative;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.innovateC3Banner .con .text .icn img {
	height: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 2;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.innovateC3Banner .con .text .icn .img2 {
	z-index: 1;
}

.innovateC3Banner .myslide:nth-child(3n+1) .con .text .icn {
	background-color: #febf59;
}

.innovateC3Banner .myslide:nth-child(3n+2) .con .text .icn {
	background-color: #6ecafa;
}

.innovateC3Banner .myslide:nth-child(3n+3) .con .text .icn {
	background-color: #5fd1b4;
}

.innovateC3Banner .myslide .con:hover .text .icn {
	background-color: #fff;
}

.innovateC3Banner .myslide .con:hover .text .icn .img2 {
	z-index: 3;
}

.innovateC3Banner .con .text .title {
	font-size: 22px;
	color: #333333;
	line-height: 34px;
	height: 34px;
	overflow: hidden;
	font-family: "ThonburiBold";
	font-weight: bold;
}

.innovateC3Banner .con:hover .text .title {
	color: #ffffff;
}

.innovateC3Banner .con .text .subTitle {
	font-size: 16px;
	color: #bbbbbb;
	line-height: 23px;
	height: 23px;
	overflow: hidden;
}

.innovateC3Banner .con:hover .text .subTitle {
	color: #ffffff;
}

.innovateC3Banner .con .text .more {
	margin: 30px 0;
}

.innovateC3Banner .con .text .more a {
	display: block;
	font-size: 16px;
	color: #aaaaaa;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	background: url(../images/ennew/inMore.png) no-repeat center right;
}

.innovateC3Banner .con:hover .text .more a {
	color: #ffffff;
	background: url(../images/ennew/inMoreh.png) no-repeat center right;
}

/* 第3通栏end */
/* ==================== 创新研发 end ==================== */
