@charset "UTF-8";

/* ========== 主体框架 start ========== */
/* ————— 头部 start ————— */
.top {
	background-color: #fff;
	height: 88px;
}

/* logo start */
.logo {
	margin-top: 16px;
}

.logo img {
	width: 200px;
}

/* logo end */
/* 视频弹窗 start */
.aykj-videoPop .layui-layer-setwin .layui-layer-close2 {
	width: 30px !important;
	height: 30px !important;
	right: -40px;
	top: -40px;
	background: url(../images/common/videoPopClose.png) no-repeat center center;
}

.aykj-videoPop .layui-layer-setwin .layui-layer-close2:hover {
	background: url(../images/common/videoPopClose.png) no-repeat center center;
}

.aykj-videoPop {
	border: 10px solid rgba(255, 255, 255, 0.9);
	box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1) !important;
	border-radius: 5px !important;
	background-color: #000 !important;
}

/* 视频弹窗 end */
/* 搜索 start */
.topR {
	margin: 0px 0 0 60px;
}

.search {
	overflow: hidden;
	background: #f2f2f2;
}

.searchInput {
	width: 268px;
	z-index: 0;
	float: left;
	display: inline;
}

.searchInput input {
	width: 100%;
	padding: 0 16px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	background: none;
	border: none;
}

.searchInput input input::-webkit-input-placeholder {
	color: #666666;
	/* placeholder颜色  */
	font-size: 14px;
	/* placeholder字体大小  */
	text-align: left;
	/* placeholder位置  */
}

.searchBtn {
	float: left;
	display: inline;
	width: 38px;
	height: 40px;
	overflow: hidden;
	background: url(../images/common/search.png) no-repeat center center;
	position: relative;
}

.searchBtn:before {
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	margin-top: -10px;
	width: 1px;
	height: 20px;
	background-color: #d7d7d7;
}

.topSearch {
	width: 30px;
	height: 88px;
	background: url(../images/topSearch.png) no-repeat center center;
	cursor: pointer;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	position: relative;
}

.topSearch:hover {
	background-image: url(../images/topSearchH.png);
}

.animHide {
	opacity: 0;
}

.model.show::before {
	animation: menu-animation .8s ease-out forwards;
	transform: scale(2) translateY(0);
}

.model.show {
	display: block;
}

.model {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10600;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.model span {
	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;
	color: #fff;
	z-index: 10;
}

.model::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, .87);
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 100%;
	transform: scale(.04) translateY(9999px);
	overflow: hidden;
	z-index: 9;
}
 
.searchPWBox {
	width: 300px;
	height: 50px;
	overflow: hidden;
	/* border-radius: 5px; */
	position: absolute;
	bottom: -60px;
	right: 0;
	z-index: -1;
	/* margin: -30px 0 0 -300px; */
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	/* background: #FFFFFF; */
	opacity: 0;
}

.searchPWBox input {
	display: block;
	float: left;
	width: 240px;
	height: 50px;
	background: none;
	border: none;
	line-height: 50px;
	color: #333;
	font-size: 16px;
	padding-left: 10px;
	background: #fff;
}

.searchPWBox input::placeholder {
	color: #999;
	font-size: 16px;
}

.searchPWBox input::-webkit-placeholder {
	color: #999;
	font-size: 16px;
}

.searchPWBox a {
	float: left;
	display: inline;
	width: 50px;
	height: 50px;
	background: #006345 url(../images/common/searchH.png) no-repeat center center;
	background-size: 19px 20px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 50px;
}

.topSearch:hover .searchPWBox{
	 bottom: -50px;
	 opacity: 1;
	 visibility: visible;
	 z-index: 9;
 }
@keyframes menu-animation {
	0% {
		opacity: 0;
		transform: scale(.04) translateY(300%)
	}

	40% {
		transform: scale(.04) translateY(0);
		transition: ease-out
	}

	40% {
		transform: scale(.04) translateY(0)
	}

	60% {
		opacity: 1;
		transform: scale(.02) translateY(0)
	}

	61% {
		opacity: 1;
		transform: scale(.04) translateY(0)
	}

	99.9% {
		opacity: 1;
		height: 0;
		padding-bottom: 100%;
		border-radius: 100%
	}

	100% {
		opacity: 1;
		transform: scale(2) translateY(0);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0
	}
}

/* 搜索 end */
/* 导航 start */
.menuBox {
	position: relative;
	z-index: 1;
}

.menuDl dd {
	flex: 1;
	float: left;
	display: inline;
	position: relative;
	padding: 0 30px;
}

.menuDl dd .yj {
	position: relative;
	z-index: 9;
}

.menuDl dd .yj a {
	display: block;
	line-height: 88px;
	text-align: center;
	color: #333333;
	font-size: 16px;
	transition: 0.4s;
}

.menuDl dd.hover .yj a,
.menuDl dd .yj a:hover {
	color: #006345;
}

.menuDl dd .ej {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.42);
	display: none;
	padding: 5px 0;
	z-index: 3;
}

.menuDl dd .ej li {
	font-size: 14px;
	text-align: center;
	position: relative;
}

.menuDl dd .ej li span a {
	padding: 12px 0;
	line-height: 25px;
	display: block;
	color: #ffffff;
	margin-bottom: 1px
}

.menuDl dd .ej li:hover span a {
	color: #ffffff;
	background: #006345;
}

.menuDl dd .ej li.hover span a {
	color: #ffffff;
	background: #006345;
}

.menuDl dd .sj {
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.42);
	visibility: hidden;
	opacity: 0;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	transition: all 300ms;
	-webkit-transition: all 300ms;
}

.menuDl dd .sj a {
	display: block;
	padding: 12px 0;
	line-height: 25px;
	color: #fff;
}

.menuDl dd .sj a:hover {
	color: #ffffff;
	background: #006345;
}

.menuDl dd .sj a.hover {
	color: #ffffff;
	background: #006345;
}

.menuDl dd .ej li:hover .sj {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.menuBox .menuIcon>div {
	margin: 0 30px !important;
}

/* 导航 end */
/* ————— 头部 end   ————— */
/* ————— indexBanner start ————— */
.indexBanner {
	position: relative;
}

/* .indexBanner::before {
	content: '';
	display: block;
	padding-top: 42.7083%;
} */
.col1BgBoxw {
	position: absolute !important;
	width: 101%;
	height: 101%;
	left: -0.5% !important;
	top: -0.5% !important;
}

.col1Bg {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.indexBannerLoad {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 1.3s;
	-webkit-transition: all 1.3s;
}

.indexBannerLoad svg {
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	width: 100px;
	height: 100px;
	fill: #d71718;
}

.indexBannerLoad.hide {
	visibility: hidden;
	opacity: 0;
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

.indexBanner .bd {
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.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-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.indexBanner .mySlide .bg {
	height: 100%;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 1.5s 0s ease-in-out;
	transform: scale(1.01);
}

.indexBanner .mySlide a {
	display: block;
	height: 100%;
	width: 100%;
}

.indexBanner .slick-dots {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	text-align: center;
}

.indexBanner .slick-dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 30px;
	margin: 0 5px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	background: #fff;
	font-size: 0;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	color:#fff;
}

.indexBanner .slick-dots li.slick-active {
	border:2px solid #fff;
	background: none;
	width: 30px;
	height:30px;
	font-size:16px;
	color:#fff;
}
.indexBanner .slick-dots li.slick-active::after {
	position: absolute;
	content: '';
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #61b232;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 50% 50%);
	animation: animate 9.5s linear infinite;
}
.indexBanner:hover .loader::after {
	animation-play-state: paused;
}
@keyframes animate {
	0% {
		/* 不显示 */
		/* 裁切一条0宽的线 */
		clip-path: polygon(0% 0%,
				0% 0%,
				0% 0%,
				0% 0%,
				0% 0%,
				50% 50%);
	}

	25% {
		/* 到25，显示矩形顶部的四分之一 */
		clip-path: polygon(
				/* 左上角 */
				0% 0%,
				/* 右上角 变化的其实是这个，后面的暂时跟着一起变化 */
				100% 0%,
				/* x轴（横向） 从0到100 */
				/* 以下三个暂时用不到 */
				100% 0%,
				100% 0%,
				100% 0%,
				/* 中心点 */
				50% 50%);
	}

	50% {
		clip-path: polygon(
				/* 左上角 */
				0% 0%,
				/* 右上角 */
				100% 0%,
				/* 右下角 后面的继续跟着一起变化 */
				100% 100%,
				/* y轴（纵向） 从0到100 */
				100% 100%,
				100% 100%,
				/* 中心点 */
				50% 50%);
	}

	75% {
		clip-path: polygon(
				/* 左上角 */
				0% 0%,
				/* 右上角 */
				100% 0%,
				/* 右下角 */
				100% 100%,
				/* 左下角 X轴变化从100到0，后面的需要也跟着变化*/
				0% 100%,
				0% 100%,
				/* 中心点 */
				50% 50%);
	}

	/* 最后一个 */
	100% {
		clip-path: polygon(
				/* 左上角 */
				0% 0%,
				/* 右上角 */
				100% 0%,
				/* 右下角 */
				100% 100%,
				/* 左下角 */
				0% 100%,
				/* 左上角，形成闭环 调整成Y周10%可以看到世界上就是一个有0宽缺口的一个图形，并不是真正的闭合图形*/
				0% 0%,
				/* 中心点 */
				50% 50%);
	}
}

.indexBanner .mySlide .text {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1200px;
	transform: translate(-50%, -50%);
	color: #FFF;
	display: none;
}

.indexBanner .mySlide .text .text1 {
	font-size: 25px;
	margin-bottom: 30px;
}

.indexBanner .mySlide .text .text2 {
	font-size: 0px;
}

.indexBanner .mySlide .text .text2 span {
	font-size: 70px;
	font-family: "宋体";
	font-weight: bold;
	letter-spacing: 3px;
	float: left;
}

.indexBanner .mySlide.slick-active .text {
	display: block;
}

.indexBanner .img {
	width: 1440px;
	position: absolute;
	left: 50%;
	top: 40%;
	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.on .bg {
	transform: scale(1);
}

/* ————— indexBanner end ————— */
/* ————— 底部 start ————— */
.footer {
	background: #050505 url(../images/footerBg.jpg) no-repeat center bottom;
}

/* 底部中间start   */
.footerM {
	padding: 48px 0 36px;
	border-bottom: 1px solid #333333;
}

.footerML {
	float: left;
	display: inline;
	margin-right: 120px;
	max-width: 380px;
}

.footerML .item {
	overflow: hidden;
	margin-bottom: 32px;
}

.footerML .item .icn {
	float: left;
	display: inline;
	width: 30px;
	height: 30px;
	margin: 15px 20px 0 0;
	background-color: #61b232;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 30px;
}

.footerML .item .text {
	overflow: hidden;
}

.footerML .item .text span {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #b2b2b2;
	font-size: 16px;
}

.footerML .item .text em {
	display: block;
	height: 34px;
	line-height: 34px;
	color: #ffffff;
	font-size: 18px;
	font-style: normal;
}

.footerML .item .icn.icn1 {
	background-image: url(../images/ftIcn1.png);
}

.footerML .item .icn.icn2 {
	background-image: url(../images/ftIcn2.png);
}

.footerML .item .icn.icn3 {
	background-image: url(../images/ftIcn3.png);
}

.footerMM {
	overflow: hidden;
	float: left;
	display: inline;
}

.footerMenu {
	overflow: hidden;
}

.footerMenu dd {
	float: left;
	display: inline;
	margin-right: 45px;
}

.footerMenu dd em {
	font-style: normal;
	display: block;
	line-height: 20px;
	min-height: 20px;
	padding: 13px 0;
	overflow: hidden;
}

.footerMenu dd em a {
	font-size: 18px;
	color: #808080;
}

.footerMenu dd em a:hover {
	color: #fff;
}

.footerMenu dd span {
	font-style: normal;
	display: block;
	line-height: 20px;
	padding: 8px 0;
	overflow: hidden;
}

.footerMenu dd span a {
	font-size: 14px;
	color: #4c4c4c;
}

.footerMenu dd span a:hover {
	color: #fff;
}

.footerMR {
	float: right;
	display: inline;
	margin-top: 15px;
}

.footerEwm {
	overflow: hidden;
}

.footerEwm dd {
	float: left;
	display: inline;
	position: relative;
	width: 120px;
	overflow: hidden;
	margin-left: 30px;
}

.footerEwm dd img {
	display: block;
	width: 120px;
	height: 120px;
	margin-bottom: 10px;
	border-radius: 10px;
	overflow: hidden;
}

.footerEwm dd span {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #4c4c4c;
	font-size: 14px;
}

/* 底部中间end   */
/* 底部版权start   */
.friendCopyRight {
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	font-size: 14px;
	color: rgb(204 204 204 / 40%);
}

.friendCopyRight .conL {
	float: left;
	display: inline;
}

.friendCopyRight .conL span {
	margin-right: 15px;
}

.friendCopyRight .conL img {
	margin-right: 10px;
	vertical-align: middle;
}

.friendCopyRight .conL a {
	color: rgb(204 204 204 / 40%);
	margin-right: 20px;
}

.friendCopyRight .conL a:hover {
	color: #fff;
}

.friendCopyRight .conR {
	float: right;
	display: inline;
}

.friendCopyRight .conR a {
	color: rgb(204 204 204 / 40%);
}

.friendCopyRight .conR a:hover {
	color: #fff;
}

/* 底部版权end   */
/* ————— 底部 end   ————— */
/* ========== 主体框架 end ========== */

/* ========== 内层框架 start ========== */
/* ————— subBanner start ————— */
.subBanner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.subBanner:before {
	display: block;
	content: '';
	padding-top: 21.875%;
}

.subBanner img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center center;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 3s ease;
	-webkit-transition: all 3s ease;
}

.subBanner.on img {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.subBanner .text {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
}

.subBanner .wrap {
	height: 100%;
}

.subBanner .textC {
	position: relative;
	text-align: center;
}

.subBanner .textC .cnTitle {
	font-size: 32px;
	color: #ffffff;
	line-height: 50px;
	text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);
}

.subBanner .textC .enTitle {
	font-size: 15px;
	color: #e8e8e8;
	line-height: 36px;
	text-transform: capitalize;
	text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);
}

/* ————— subBanner end ————— */
/* ————— 当前位置 start ————— */
.locationBox {
	clear: both;
	width: 100%;
	height: 0;
	position: relative;
}

.locationWrap {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.location {
	background: #FFF;
	border-radius: 5px 5px 0 0;
}

.locationL {
	height: 60px;
	overflow: hidden;
	padding-left: 60px;
	position: relative;
}

.locationL a.home {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/common/home.png);
	background-color: #e5efec;
	margin-left: 0;
	padding-left: 0;
	margin-right: 30px;
	border-radius: 5px 0px 0 0;
}

.locationL a {
	display: inline;
	float: left;
	height: 60px;
	line-height: 60px;
	padding-left: 14px;
	margin-left: 10px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/common/icon8.png);
	color: #666666;
	font-size: 14px;
}

.locationL a:hover {
	color: #006345
}

.locationL a.hover {
	color: #006345
}

.locationL a:nth-child(2) {
	background-image: none;
}

.subNavBox {
	margin-right: 7px;
	position: relative;
}

.subNav::after {
	display: block;
	content: '';
	clear: both;
	visibility: hidden;
}

.subNav a {
	display: inline;
	float: left;
	line-height: 60px;
	height: 60px;
	color: #666666;
	font-size: 14px;
	padding: 0 22px;
}

.subNav a.hover {
	color: #006345
}

.subNav a:hover {
	color: #006345
}

.subNavBox .menuIcon>div {
	margin: 0 22px !important;
}

/* ————— 当前位置 end ————— */
/* ————— 三级栏目 start ————— */
.sjMenu {
	text-align: center;
	font-size: 0;
}

.sjMenu a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 30px;
	color: #333;
	border: 1px solid #fff;
	border-radius: 32px;
	font-size: 14px;
	margin: 0 5px;
	background: #FFF;
}

.sjMenu a:hover {
	background: #006345;
	color: #FFF;
	border-color: #006345;
}

.sjMenu a.hover {
	background: #006345;
	color: #FFF;
	border-color: #006345;
}

/* ————— 三级栏目 end ————— */
/* ————— 页码 start ————— */
.page {
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	padding: 6px 12px;
	color: #999999;
	border-radius: 3px;
	background: #fff;
	margin: 0 3px;
}

.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}

.page a:hover {
	background: #006345;
	color: #fff;
}

.page a.hover {
	background: #006345;
	color: #fff;
}

.page input {
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	border: 1px solid #e6e6e6;
	position: relative;
	top: -2px;
}

.page input.pageDetail {
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 3px;
	color: #999999;
	position: relative;
	top: -13px;
}

.page label {
	color: #999999;
	position: relative;
	top: -11px;
}

.page input.page_bnt {
	border: none;
	width: 30px;
	height: 25px;
	cursor: pointer;
	background: none;
	color: #999999;
	position: relative;
	top: -13px;
}

.page a div {
	width: 11px;
	height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}

.page a.firstPage div {
	background-image: url(../images/common/page/firstPage.png)
}

.page a.prevPage div {
	background-image: url(../images/common/page/prevPage.png)
}

.page a.nextPage div {
	background-image: url(../images/common/page/nextPage.png)
}

.page a.lastPage div {
	background-image: url(../images/common/page/lastPage.png)
}

.page a.firstPage:hover div {
	background-image: url(../images/common/page/firstPageh.png)
}

.page a.prevPage:hover div {
	background-image: url(../images/common/page/prevPageh.png)
}

.page a.nextPage:hover div {
	background-image: url(../images/common/page/nextPageh.png)
}

.page a.lastPage:hover div {
	background-image: url(../images/common/page/lastPageh.png)
}

.page a.firstPage.disabled {
	background: #E2E2E2;
}

.page a.prevPage.disabled {
	background: #E2E2E2;
}

.page a.nextPage.disabled {
	background: #E2E2E2;
}

.page a.lastPage.disabled {
	background: #E2E2E2;
}

.page a.firstPage.disabled div {
	background-image: url(../images/common/page/firstPage.png)
}

.page a.prevPage.disabled div {
	background-image: url(../images/common/page/prevPage.png)
}

.page a.nextPage.disabled div {
	background-image: url(../images/common/page/nextPage.png)
}

.page a.lastPage.disabled div {
	background-image: url(../images/common/page/lastPage.png)
}

/* ————— 页码 end ————— */
/* ————— 弹窗 start ————— */
.aykj-recruitTc .layui-layer-btn {
	text-align: center;
}

.aykj-recruitTc .layui-layer-btn a {
	height: 38px;
	line-height: 38px;
	padding: 0 40px;
	font-size: 14px;
}

.aykj-recruitTc .layui-layer-btn .layui-layer-btn0 {
	background: #006345;
	color: #FFF;
	border-color: #006345;
}

.aykj-recruitTc .layui-layer-btn .layui-layer-btn1 {
	background: #ddd;
	color: #8b8b8b;
	border-color: #ddd;
}

.aykj-alert .layui-layer-btn .layui-layer-btn0 {
	background: #006345;
	border-color: #006345;
}

/* ————— 弹窗 end ————— */
/* ========== 内层框架 end ========== */

/* ========== 首页 start ========== */
/* ————— 公共部分 start ————— */
.indexTitleMore{
	width: 115px;
	height: 38px;
	margin-top:33px;
	border: 1px solid #e5e5e5;
	transition: .4s ease;
	-webkit-transition: .4s ease;
	border-radius: 38px;
	position: relative;
	overflow: hidden;
}
.indexTitleMore:hover{
	border-color: transparent;
}
.indexTitleMore::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -moz-linear-gradient(0deg, rgb(97, 178, 50) 0%, rgb(196, 208, 80) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(97, 178, 50) 0%, rgb(196, 208, 80) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(97, 178, 50) 0%, rgb(196, 208, 80) 100%);
	background-image: linear-gradient(0deg, rgb(97, 178, 50) 0%, rgb(196, 208, 80) 100%);
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.4, 1, 1);
	transform: scale3d(0.4, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.indexTitleMore:hover::before {
	z-index: 1;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.indexTitleMore a{
	display: block;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	color: #666;
	text-transform: uppercase;
	position: relative;
	z-index: 3;
	transition: .3s ease;
	-webkit-transition: .3s ease;
}
.indexTitleMore a span{
	font-size: 20px;
	transition: .4s ease;
	-webkit-transition: .4s ease;
}
.indexTitleMore:hover a{
	color: #FFFFFF;
}
/* ————— 公共部分 end ————— */

/* ————— 第1通栏 start ————— */
.indexColumn1{
	position: relative;
	background: #FFFFFF;
}
.indexTcon{
	width: 44.444%;
	padding-left: 145px;
	box-sizing: border-box;
}
.indexColumnChange {
	overflow: hidden;
	padding: 32px 0;
}
.indexColumnChange dd{
	float: left;
	display: inline;
	margin-right: 30px;
}
.indexColumnChange dd a{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #333333;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}
.indexColumnChange dd.hover a{
	color: #61b232;
}
.indexColumn1C{
	position: relative;
}
.indexColumn1Left{
	float: left;
	display: inline;
	width: 55.5556%;
	overflow: hidden;
	border-radius: 10px;
}
.indexColumn1Right{
	width: 44.444%;
	padding-left: 25px;
	box-sizing: border-box;
}
.indexColumn1Dl .pic{
	display: none;
}
.indexColumn1Dl dd{
	height: 102px;
	margin-bottom: 24px;
	border-radius: 4px;
	box-shadow: 0px 2px 9px 4px rgba(0,0,0,0.03);
	position: relative;
}
.indexColumn1Dl dd::before{
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-right-color: #61b232;
	top: 50%;
	margin-top: -4px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
}
.indexColumn1Dl dd::after{
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 4px;
	opacity: 0;
	background: #61b232;
	-webkit-transform: scale3d(1, .4, 1);
	transform: scale3d(1, .4, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.indexColumn1Dl dd:hover::after {
	z-index: 1;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.indexColumn1Dl dd:hover::before{
	left: -16px;
	opacity: 1;
	visibility: visible;
}
.indexColumn1Dl dd .con{
	overflow: hidden;
	position: relative;
	z-index: 5;
}
.indexColumn1Dl dd .time{
	width: 115px;
	height: 102px;
	text-align: center;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	color: #666;
}
.indexColumn1Dl dd .time .day{
	line-height: 38px;
	height: 38px;
	font-size: 36px;
	font-weight: bold;
}
.indexColumn1Dl dd .time .year{
	line-height: 24px;
	height: 24px;
	font-size: 14px;
}
.indexColumn1Dl dd .text{
	overflow: hidden;
	height: 102px;
	padding: 0 85px 0 10px;
}
.indexColumn1Dl dd .title{
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.indexColumn1Dl dd .textC{
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #666;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.indexColumn1Dl dd:hover .time,
.indexColumn1Dl dd:hover .title,
.indexColumn1Dl dd:hover .textC{
	color: #FFFFFF;
}
/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.indexColumn2{
	position: relative;
	overflow: hidden;
}
.indexColumn2 .indexTitleMore a{
	color: #FFFFFF;
}
.indexColumn2 .wrap{
	position: relative;
	z-index: 3;
}
.indexColumn2 .indexTitle .title{
	color: #fff;
}
.indexColumn2 .indexTitle .title::before{
	background: #fff;
}
.indexColumn2C{
	position: relative;
}
.column2Banner{
	position: relative;
	width: 116.6667%;
	left:-10px;
	top: 0;
	overflow: hidden;
}
.column2Banner::before{
	display: block;
	content: '';
	padding-top:30.6548%;
}
.column2Banner .bd{
	position: absolute;
	left: 0;
	top: 0;
	width:85.7143%;
}
.column2Banner .bd .slick-list{
	overflow:unset;
}
.column2Banner .bd .myslide{
	float: left;
	display: inline;
	width: 25%;
	padding: 20px 0;
}
.column2Banner .bd .con{
	margin: 0 15px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.column2Banner .bd .pic::before{
	padding-top: 153.7313%;
}
.column2Banner .bd .text{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	transition: all .4s;
	-webkit-transition: all .4s;
}
.column2Banner .bd .textBox{
	position: absolute;
	bottom: 30px;
	width: 100%;
	left: 0;
	box-sizing: border-box;
	padding: 30px 30px 0;
}
.column2Banner .bd .title{
	height: 46px;
	line-height: 46px;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.column2Banner .bd .textC{
	height: 60px;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.column2Banner .bd .more{
	position: relative;
	height: 36px;
	line-height: 36px;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: lighter;
	transition: all .4s;
	-webkit-transition: all .4s;
	width: 36px;
}
.column2Banner .bd .more::before{
	display: block;
	content: '';
	position: absolute;
	width: 36px;
	height: 36px;
	border-radius: 100%;
	left: 0;
	top: 0;
	background: #FFFFFF;
	box-shadow: 0 0 4px 7px rgba(255,255,255,0.05);
	transform: scale(.5);
	-webkit-transform: scale(.5);
	transition: all .4s;
	-webkit-transition: all .4s;
	opacity: 0;
	visibility: hidden;
}
.column2Banner .bd .more span{
	position: relative;
	z-index: 3;
}

.column2Banner .bd .con:hover .more{
	text-align: center;
	color: #66b233;
	line-height: 30px;
}
.column2Banner .bd .con:hover .more::before{
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.column2Banner .bd .con:hover .text{
	background: rgba(0,0,0,0.45);
}
.column2Banner .bd .con:hover{
	box-shadow: 0 3px 7px rgba(255,255,255,0.05);
}


/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */
.indexColumn3 {
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 100%;
}

.column3Left {
	overflow: hidden;
	padding-bottom: 30px;
	padding-top: 104px;
	padding-right: 75px;
}

.indexTitle {
	overflow: hidden;
}

.indexTitle .title {
	position: relative;
	height: 103px;
	line-height: 103px;
	font-weight: bold;
	color: #333;
	font-size: 32px;
}

.indexTitle .title::before {
	display: block;
	content: '';
	position: absolute;
	width: 40px;
	height: 4px;
	top: 0;
	left: 0;
	border-radius: 2px;
	background-image: -moz-linear-gradient(0deg, rgb(97, 178, 50) 0%, rgb(196, 208, 80) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(97, 178, 50) 0%, rgb(196, 208, 80) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(97, 178, 50) 0%, rgb(196, 208, 80) 100%);
/* 	background-image: linear-gradient(0deg, rgb(97, 178, 50) 0%, rgb(196, 208, 80) 100%); */
}

.column3Info {
	height: 180px;
	line-height: 30px;
	font-size: 16px;
	color: #666;
	margin-bottom: 85px;
}

.indexMore a {
	background-image: -moz-linear-gradient(0deg, rgb(97, 178, 50) 0%, rgb(196, 208, 80) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(97, 178, 50) 0%, rgb(196, 208, 80) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(97, 178, 50) 0%, rgb(196, 208, 80) 100%);
	width: 110px;
	height: 35px;
	z-index: 233;
	display: block;
	border-radius: 35px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 35px;
	text-transform: uppercase;
	transition: .4s ease;
	-webkit-transition: .4s ease;
}

.indexMore a:hover {
	opacity: .9;
	transform: translateY(-1px);
	-webkit-transform: translateY(-1px);
	box-shadow: 4px 5px 0px 0px rgba(97, 178, 50, 0.1);
}

.column3Right {
	width: 575px;
	position: relative;
	margin-top: 100px;
	border-radius: 10px;
	overflow: hidden;
}

.column3Svg1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.column3Svg1 .svg1 {
	position: absolute;
	top: 60px;
}

.column3Svg2 {
	position: absolute;
	top: 46px;
	right: 0px;
	bottom: 0;
	left: 0px;
	/* overflow: hidden; */
	clip-path: url(#newPath);
	/* animation: zheng 300s linear infinite !important; */
}
.svgPic{
	position: relative;
	/* animation: fan 300s linear infinite !important; */
}
.svgPic .pic::before{
	padding-top:56.25%;
}
@keyframes zheng {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes fan {
	0% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(0);
	}
}
.svgPlay{
	position: absolute;
	width: 40px;
	height: 40px;
	z-index: 5;
	background: #fff url(../images/play.png) center center no-repeat;
	left: 50%;
	margin-left: -20px;
	top: 50%;
	margin-top: -20px;
	border-radius: 100%;
}
.svgPlay::before{
	display:block;
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	z-index: -1;
	background: rgba(255,255,255,0.3);
	border-radius: 100%;
	animation: circle-opacity1 2s infinite;
	transform: scale(0, 0);
}
@keyframes circle-opacity1 {
	from {
		opacity: 1;
		transform: scale(1);
	}

	to {
		opacity: 0;
		transform: scale(2);
	}
}
/* ————— 第3通栏 end ————— */
/* ========== 首页 end ========== */
/* ————— indexBanner start ————— */
.indexBannerBox {
	position: relative;
	overflow: hidden;
	height: calc(100%);
}

.indexBanner {
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.scrollBottom {
	height: 70px;
	width: 45px;
	font-size: 0;
	background: url("../images/scrollBg.png") no-repeat left center;
	font-family: 'Alibaba PuHuiTi 2.0 55';
	position: absolute;
	left: 13.28125%;
	bottom: 50px;
	z-index: 2;
	cursor: pointer;
	animation: moveUp 3s linear infinite;
	-webkit-animation: moveUp 3s linear infinite;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

@keyframes moveUp {
	0% {
		bottom: 50px;
	}

	25% {
		bottom: 55px;
	}

	50% {
		bottom: 50px;
	}

	75% {
		bottom: 45px;
	}

	100% {
		bottom: 50px;
	}
}

.bannerSwiper {
	height: 100%;
	width: 100%;
}

.bannerSwiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	overflow: hidden;
}

.slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
}

.bannerSwiper .swiper-slide .video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.indexBannerArrow {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.indexBanner .slideText {
	position: absolute;
	z-index: 2;
	text-align: left;
	top: 50%;
	transform: translateY(-50%);
	left: 13.28125%;
	right: 13.28125%;
}

.indexBanner .slideTextImg {
	margin-bottom: 20px;
}

.indexBanner .slideText img {
	display: inline-block;
	font-size: 0;
}

.indexBannerDot {
	position: relative;
	bottom: 0 !important;
	padding: 5px 0;
	text-align: center;
	vertical-align: middle;
}

.indexBannerDot span {
	width: 8px;
	height: 8px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px !important;
	transition: .3s;
	-webkit-transition: .3s;
	border: 1px solid #f5f5f5;
	border-radius: 10px;
	background-color: transparent;
	opacity: 1;
}

.indexBannerDot span.swiper-pagination-bullet-active {
	width: 20px;
	background: #fff;
	border-color: #fff;
}

@keyframes quanquan {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}

	25% {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}

	50% {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}

	75% {
		transform: rotate(270deg);
		-webkit-transform: rotate(270deg);
	}

	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

.animHide {
    opacity: 0;
}
/* ————— indexBanner end ————— */
