@charset "UTF-8";
/* ========== 外层框架 start ========== */
/* ————— 头部 start ————— */
.header {
	width: 100%;
	position: fixed;
	top: 30px;
	left: 0;
	z-index: 20;
}

.top {
	min-height: 100px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 15px;
	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);
	position: relative;
	padding: 0 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.indexTop.hover .top {
	background: rgba(255, 255, 255, 0);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0);
}

/* logo start */
.logo {
	overflow: hidden;
	margin-right: 146px;
}

.logo a {
	display: inline-block;
	height: 100px;
	display: table-cell;
	vertical-align: middle;
}

.logo img {
	display: block;
	height: 50px;
}

/* logo end */
.topR {
	margin-left: 146px;
}

/* 菜单按钮 start */
.menuBtn {
	float: left;
	width: 20px;
	height: 100px;
	background: url(../images/img/btn2.png) no-repeat center center;
	background-size: 20px 18px;
	cursor: pointer;
}

.indexTop.hover .menuBtn {
	background: url(../images/img/btn1.png) no-repeat center center;
	background-size: 20px 18px;
}

/* 菜单按钮 end */
/* 搜索 start */
.searchBtn {
	float: left;
	width: 18px;
	height: 100px;
	background: url(../images/img/search2.png) no-repeat center center;
	background-size: 18px 18px;
	cursor: pointer;
	margin-right: 70px;
}

.indexTop.hover .searchBtn {
	background: url(../images/img/search1.png) no-repeat center center;
	background-size: 18px 18px;
}

.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: #c61b1e url(../images/img/search1.png) no-repeat center center;
	background-size: 18px 18px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 60px;
}

.searchPWBox a:hover {
	opacity: 0.9;
}

/* 搜索 end */
/* 导航菜单 start */
.menuBox {
	min-height: 100px;
	position: relative;
	overflow: hidden;
}

.indexTop.hover .menuBox {
	visibility: hidden;
	opacity: 0;
}

.menuBoxPop {
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 21;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

.menuBoxPop.show {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.menuBoxPop .close {
	width: 140px;
	height: 56px;
	line-height: 56px;
	font-size: 40px;
	color: #666666;
	position: absolute;
	top: 62px;
	right: 0;
	z-index: 5;
	text-align: center;
	cursor: pointer;
}
.menuBoxPop .close.hover{
	color: #FFFFFF;
}
.menuBtnDl {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.menuBtnDl dd {
	float: left;
	display: inline;
	height: 100%;
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	position: relative;
	padding-top: 11%;
}

.menuBtnDl dd::before {
	content: '';
	display: block;
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 100%;
	background: #c61b1e url(../images/img/menuBg.png) no-repeat;
	background-size: cover;
	background-image: linear-gradient(-75deg, rgb(237, 38, 42) 3%, rgb(233, 122, 14) 100%);
	background-image: -moz-linear-gradient(-75deg, rgb(237, 38, 42) 3%, rgb(233, 122, 14) 100%);
	background-image: -webkit-linear-gradient(-75deg, rgb(237, 38, 42) 3%, rgb(233, 122, 14) 100%);
	background-image: -ms-linear-gradient(-75deg, rgb(237, 38, 42) 3%, rgb(233, 122, 14) 100%);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.menuBtnDl dd:hover::before {
	width: 100%;
	left: 0;
}

.menuBtnDl dd:hover~dd::before {
	left: 0;
}

.menuBtnDl dd .yj {
	position: relative;
	z-index: 2;
	text-align: center;
}

.menuBtnDl dd .yj .cnTitle {
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	margin-bottom: 15px;
}

.menuBtnDl dd:hover .yj .cnTitle {
	color: #FFFFFF;
}

.menuBtnDl dd .yj .enTitle {
	font-size: 18px;
	font-family: "Cambria";
	color: #cccccc;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-bottom: 62px;
}

.menuBtnDl dd:hover .yj .enTitle {
	color: #FFFFFF;
}

.menuBtnDl dd .ej {
	position: relative;
	z-index: 2;
	text-align: center;
}

.menuBtnDl dd .ej span {
	display: block;
	text-align: center;
	padding: 18px 0;
}

.menuBtnDl dd .ej a {
	display: inline-block;
	padding: 0 26px;
	position: relative;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 18px;
	color: #ffffff;
}

.menuBtnDl dd .ej a::before {
	content: '';
	display: block;
	width: 0px;
	height: 1px;
	background-color: rgb(255, 255, 255);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.menuBtnDl dd .ej a:hover::before {
	width: 10px;
}

.menuBtnDl dd .ej a::after {
	content: '';
	display: block;
	width: 0px;
	height: 1px;
	background-color: rgb(255, 255, 255);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.menuBtnDl dd .ej a:hover::after {
	width: 10px;
}

.menuBtnDl dd .number {
	font-size: 150px;
	color: #f0f0f0;
	text-align: center;
	font-family: "Cambria";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 24%;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.menuBtnDl dd:hover .number {
	background-image: -webkit-linear-gradient(bottom, rgba(209, 209, 209, 0.1), rgba(184, 184, 184, 0.1), rgba(117, 117, 117, 0.1), rgba(71, 71, 71, 0.1), rgba(47, 47, 47, 0.1), rgba(31, 31, 31, 0.1), rgba(31, 31, 31, 0.1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* 导航菜单 end */
/*menu开始*/
.menuDl {
	overflow: hidden;
}

.menuDl dd {
	width: 14.2857%;
	float: left;
	height: 100px;
	position: relative;
}

.menuDl dd a {
	display: block;
	height: 100px;
	line-height: 100px;
	overflow: hidden;
	color: #666666;
	font-size: 16px;
	transition: all 0.3s;
	position: relative;
	text-align: center;
}

.menuDl dd a:before {
	display: block;
	content: "";
	height: 3px;
	width: 0%;
	background-color: #c61b1e;
	position: absolute;
	left: 50%;
	bottom: 28px;
	transition: all 600ms;
	-webkit-transition: all 600ms;
}

.menuDl dd:hover a,
.menuDl dd.hover a {
	color: #c61b1e;
}

.menuDl dd:hover a::before,
.menuDl dd.hover a::before {
	width: 25px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.menuDl_dBox {
	transition: all 400ms;
	-webkit-transition: all 400ms;
	overflow: hidden;
	height: 0;
}

.menuDl_d {
	overflow: hidden;
	padding: 20px 0;
	border-top: 1px solid #e9e9e9;
}

.menuDl_d dd {
	width: 14.2857%;
	float: left;
	display: inline;
	min-height: 40px;
}

.menuDl_d dd .div_a {
	display: inline-block;
	width: 100%;
}

.menuDl_d dd .div_a a {
	display: block;
	color: #808080;
	line-height: 40px;
	font-size: 16px;
	clear: both;
	overflow: hidden;
	text-align: center;
}

.menuDl_d dd .div_a a span {
	position: relative;
}

.menuDl_d dd .div_a a span:before {
	display: block;
	content: "";
	width: 2px;
	height: 0;
	background-color: #c61b1e;
	position: absolute;
	left: -5px;
	top: 0px;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	opacity: 0;
}

.menuDl_d dd .div_a a:hover span:before {
	height: 20px;
	opacity: 1;
}

.menuDl_d dd .div_a a:hover {
	color: #c61b1e;
}

.menuBox:hover .menuDl_dBox {
	height: 250px;
}

/* ————— 头部 end ————— */
/* ————— 底部 start ————— */
.footer {
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.footerTop {
	overflow: hidden;
	padding: 70px 0 38px;
}

.footerBottom {
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 40px 0 32px;
}

/* 二维码 start */
.footerEwm {
	float: right;
	display: inline;
}

.footerEwm dd {
	float: left;
	display: inline;
	margin-left: 30px;
	width: 136px;
}

.footerEwm dd .ewmImg {
	width: 136px;
	height: 136px;
	overflow: hidden;
	margin-bottom: 15px;
}

.footerEwm dd .ewmImg img {
	width: 100%;
	height: 100%;
}

.footerEwm dd .text {
	text-align: center;
	font-size: 13px;
	color: #ffffff;
	line-height: 13px;
}

/* 二维码 end */
/* 底部导航 start */
.footerMenu {
	overflow: hidden;
}

.footerMenu dd {
	float: left;
	display: inline;
	width: 14%;
}

.footerMenu dd .yj {
	position: relative;
	padding-bottom: 22px;
	margin-bottom: 8px;
}

.footerMenu dd .yj::before {
	content: '';
	display: block;
	width: 17px;
	height: 2px;
	background: rgba(198, 27, 30, 0.7);
	position: absolute;
	left: 0;
	bottom: 0;
}

.footerMenu dd .yj a {
	display: block;
	height: 18px;
	line-height: 18px;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.footerMenu dd .yj a:hover {
	color: #c61b1e;
}

.footerMenu dd .ej a {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #999999;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.footerMenu dd .ej a:hover {
	color: #FFFFFF;
}

/* 底部导航 end */
/* 底部联系方式 start */
.footerContDl {
	overflow: hidden;
	float: right;
	display: inline;
}

.footerContDl dd {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	text-align: right;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
}

.footerContDl dd img {
	height: 11px;
}

/* 底部联系方式 end */
.footerBottomL {
	overflow: hidden;
}

/* 底部logo start */
.footerLogo {
	margin-bottom: 16px;
}

.footerLogo a {
	display: block;
}

.footerLogo a img {
	height: 48px;
}

/* 底部logo end */
/* 版权信息 start */
.footerBan {
	background: url(../images/common/beian.png) no-repeat center left 6px;
	padding-left: 30px;
}

.footerCnzz {
	background: url(../images/common/cnzzIcn.gif) no-repeat center right;
	padding-right: 55px;
}

.footerBlank {
	font-size: 14px;
	color: rgba(153, 153, 153, 0.6);
	line-height: 30px;
}

.footerBlank a {
	font-size: 14px;
	color: rgba(153, 153, 153, 0.6);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.footerBlank a:hover {
	color: #FFFFFF;
}

/* 版权信息 end */
/* 技术支持 start */
.support {
	font-size: 14px;
	color: rgba(153, 153, 153, 0.6);
	line-height: 30px;
}

.support a {
	font-size: 14px;
	color: rgba(153, 153, 153, 0.6);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.support a:hover {
	color: #FFFFFF;
}

/* 技术支持 end */
/* 友情链接下拉 start */
.footerZpformSel {
	width: 150px;
	height: 42px;
	position: relative;
	margin-bottom: 30px;
	padding-right: 38px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	cursor: pointer;
}

.footerZpformSel ::-webkit-scrollbar {
	width: 4px;
	background: #eaeff2;
}

.footerZpformSel ::-webkit-scrollbar-thumb {
	width: 4px;
	background: #c61b1e;
	border-radius: 8px;
}

.footerZpformSel::before {
	content: '';
	display: block;
	width: 17px;
	height: 2px;
	background: rgba(198, 27, 30, 0.7);
	position: absolute;
	left: 0;
	bottom: 0;
}

.footerZpformSel .seljg {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	padding-right: 22px;
	background: url(../images/common/selectIcn.png) no-repeat center right;
	background-size: 11px 8px;
}

.footerZpformSel .selTj {
	width: 100%;
	overflow: hidden;
	border: 1px solid #dedede;
	border-top: none;
	max-height: 120px;
	overflow-y: auto;
	position: absolute;
	left: -1px;
	top: 42px;
	background: #FFF;
	display: none;
	z-index: 100000
}

.footerZpformSel .selTj a {
	display: block;
	line-height: 20px;
	padding: 5px 20px;
	color: #666666;
	margin-bottom: 1px;
	font-size: 14px;
	overflow: hidden;
}

.footerZpformSel .selTj a.hover,
.footerZpformSel .selTj a:hover {
	background: #c61b1e;
	color: #FFF;
}

/* 友情链接下拉 end */
/* ————— 底部 end ————— */
/* ========== 外层框架 end ========== */
/* ========== 内层框架 start ========== */
/* ————— subBanner start ————— */
.subBanner {
	padding-top: 41.6667%;
	overflow: hidden;
	position: relative;
}

.subBannerBg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 3s ease;
	-webkit-transition: all 3s ease;
}

.subBannerBg.on {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.subBanner .text {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.subBanner .wrap {
	height: 100%;
}

.subBanner .textC {
	position: relative;
	padding-bottom: 11px;
}

.subBanner .textC::before {
	content: '';
	display: block;
	width: 26px;
	height: 2px;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	left: 0;
	bottom: 0;
}

.subBanner .textC .enTitle {
	font-size: 30px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 40px;
}

.subBanner .textC .cnTitle {
	font-size: 30px;
	color: #ffffff;
	line-height: 45px;
}

/* ————— subBanner end ————— */
/* ————— 当前位置 start ————— */
.location {
	height: 60px;
	line-height: 60px;
	background: #fafafa;
	position: relative;
	z-index: 5;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.locationLDl {
	overflow: hidden;
}

.locationLDl dd {
	float: left;
	display: inline;
	position: relative;
	padding: 12px 0;
	margin: 0 1px;
}

.locationLDl dd::before {
	display: block;
	content: '';
	height: 17px;
	width: 0px;
	background: #cfcfcf;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.locationLDl dd a {
	display: block;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	font-size: 14px;
	color: #666666;
}

.locationLDl dd:hover a,
.locationLDl dd.hover a {
	color: #c61b1e;
}

.locationLDl dd:last-child::before {
	display: none;
}

.locationRDl {
	overflow: hidden;
}

.locationRDl dd {
	float: left;
	display: inline;
	position: relative;
	padding: 0 5px 0 15px;
}

.locationR {
	overflow: hidden;
}

.locationTitle {
	font-size: 14px;
	color: #666666;
	padding-left: 25px;
	position: relative;
}

.pin.icon {
	color: #000;
	position: absolute;
	margin-left: 4px;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	border: solid 1px currentColor;
	border-radius: 7px 7px 7px 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 50%;
	left: 0;
}

.pin.icon:before {
	content: '';
	position: absolute;
	left: 3px;
	top: 3px;
	width: 4px;
	height: 4px;
	border: solid 1px currentColor;
	border-radius: 3px;
}

.locationRDl dd:first-child {
	padding-left: 0;
}

.locationRDl dd:last-child {
	padding-right: 0;
}

.locationRDl dd::before {
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 50%;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	transform: translate(0, -50%) rotate(-135deg);
	-webkit-transform: translate(0, -50%) rotate(-135deg);
}

.locationRDl dd:first-child::before {
	display: none;
}

.locationRDl dd a {
	display: block;
	font-size: 14px;
	color: #666666;
}

.locationRDl dd:hover a,
.locationRDl dd.hover a {
	color: #c61b1e;
}

/* ————— 当前位置 end ————— */
/* ————— 页码 start ————— */
.page {
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	color: #666666;
	background: #f3f3f3;
	margin: 0 3px;
}

.page a:hover,
.page a.hover {
	background: #c61b1e;
	color: #fff;
}

.page a div {
	width: 50px;
	height: 50px;
	background-position: center center;
	background-repeat: no-repeat;
}

.page a.firstPage div {
	background-image: url(../images/page/firstPage.png)
}

.page a.prevPage div {
	background-image: url(../images/page/prevPage.png)
}

.page a.nextPage div {
	background-image: url(../images/page/nextPage.png)
}

.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-image: url(../images/page/prevPageh.png)
}

.page a.nextPage:hover div {
	background-image: url(../images/page/nextPageh.png)
}

.page a.lastPage:hover div {
	background-image: url(../images/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/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)
}

/* ————— 页码 end ————— */
/* ————— indexBanner start ————— */
.indexBanner {
	position: relative;
	width: 100%;
}

.indexBanner .slick-dots {
	position: absolute;
	bottom: 100px;
	left: 6.25%;
	width: 100%;
	font-size: 0;
}

.indexBanner .slick-dots li {
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin-right: 16px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	border: 1px solid transparent;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	font-size: 0;
	font-weight: bold;
}

.indexBanner .slick-dots li::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -5px;
	margin-top: -5px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transform: scale(1);
	-webkit-transform: scale(1);
}

.indexBanner .slick-dots li.slick-active {
	font-size: 16px;
}

.indexBanner .slick-dots li.slick-active::before {
	transform: scale(0);
	-webkit-transform: scale(0);
}

.indexBanner .slick-dots li.slick-active::after {
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	border-top: 2px solid #fff;
	-webkit-animation: spin 5s linear infinite;
	animation: spin 5s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	25% {
		-webkit-transform: rotate(90deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
	}

	75% {
		-webkit-transform: rotate(270deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	25% {
		-webkit-transform: rotate(90deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
	}

	75% {
		-webkit-transform: rotate(270deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

.indexBanner .prev {
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	border-radius: 50%;
	display: block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background: rgba(255, 255, 255, 0) url(../images/img/prev1h.png) no-repeat center center;
	background-size: 16px 13px;
	position: absolute;
	right: 9.375%;
	bottom: 100px;
	z-index: 2;
}

.indexBanner .prev::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 1);
}

.indexBanner .prev::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.7) url(../images/img/prev2h.png) no-repeat center center;
	background-size: 35px 35px;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	z-index: 3;
}

.indexBanner .prev:hover::before {
	border: 1px solid #c61b1e;
	visibility: visible;
	opacity: 1;
}

.indexBanner .next {
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	border-radius: 50%;
	display: block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background: rgba(255, 255, 255, 0) url(../images/img/next1h.png) no-repeat center center;
	background-size: 16px 13px;
	position: absolute;
	right: 6.25%;
	bottom: 100px;
	z-index: 2;
}

.indexBanner .next::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 1);
}

.indexBanner .next::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.7) url(../images/img/next2h.png) no-repeat center center;
	background-size: 35px 35px;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	z-index: 3;
}

.indexBanner .next:hover::before {
	border: 1px solid #c61b1e;
	visibility: visible;
	opacity: 1;
}

.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 a {
	display: block;
	height: 100%;
	width: 100%;
}

.indexBanner .img {
	width: 1200px;
	position: absolute;
	left: 14.7917%;
	top: 264px;
	font-size: 0;
}

.indexBanner .img .imgItem {
	position: relative;
}

.indexBanner .img .imgItem img {
	overflow: hidden;
	display: block;
	visibility: hidden;
	position: absolute;
}

.indexBanner .img .imgItem img.show {
	visibility: visible;
}

.indexBanner .img .imgItem img.pic1 {
	top: 0;
	left: 0;
}

.indexBanner .img .imgItem img.pic2 {
	top: 133px;
	left: 52px;
}

.indexBanner .img .imgItem img.pic3 {
	top: 169px;
	left: 54px;
}

.indexBanner .img .imgItem img.pic4 {
	top: 128px;
	left: 17px;
}

.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 ————— */
/* ========== 内层框架 end ========== */
/* ========== 首页 start ========== */
/* ————— 公共部分 start ————— */
.colBg,
.section{
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	padding: 0 !important;
}
.indexTitle {
	overflow: hidden;
}

.indexTitle.textCenter {
	text-align: center;
}

.indexTitle .cnTitle {
	position: relative;
	padding-bottom: 7px;
	margin-bottom: 4px;
}

.indexTitle .cnTitle::before {
	content: '';
	display: block;
	background-color: rgb(234, 38, 42);
	width: 32px;
	height: 2px;
	position: absolute;
	left: 0%;
	bottom: 0;
}

.indexTitle.textCenter .cnTitle::before {
	left: 50%;
	margin-left: -16px;
}

.indexTitle .title {
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	height: 54px;
	line-height: 54px;
	overflow: hidden;
}

.indexTitle .title span {
	color: #ea2529;
}

.indexTitle .enTitle {
	font-size: 24px;
	color: #CCCCCC;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	text-transform: capitalize;
}

/* .indexTitle.textCenter .enTitle {
	color: rgba(219, 219, 219, 0.7);
} */

.indexMoreBox {
	overflow: hidden;
	font-size: 0;
}

.indexMoreBox.moreCenter {
	text-align: center;
}

.indexMore {
	display: inline-block;
	width: 176px;
	border-radius: 10px 0 10px 0;
	overflow: hidden;
	text-align: center;
	position: relative;
	border: 1px solid rgb(217, 217, 217);
}

.indexMore:hover {
	border: 1px solid transparent;
}

.indexMore::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #c61b1e;
	background-image: -moz-linear-gradient(0deg, rgb(237, 38, 42) 39%, rgb(233, 122, 14) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(237, 38, 42) 39%, rgb(233, 122, 14) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(237, 38, 42) 39%, rgb(233, 122, 14) 100%);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.indexMore:hover::before {
	visibility: visible;
	opacity: 1;
}

.indexMore a {
	height: 46px;
	line-height: 46px;
	display: inline-block;
	padding-right: 26px;
	background: url(../images/img/more1.png) no-repeat center right;
	background-size: 20px 6px;
	font-size: 16px;
	color: #333333;
	position: relative;
	z-index: 3;
}

.indexMore:hover a {
	color: #FFFFFF;
	background: url(../images/img/more1h.png) no-repeat center right;
	background-size: 20px 6px;
}

/* ————— 公共部分 end ————— */
/* ————— 第1通栏 集团概览 start ————— */
.indexC1 {
	padding: 192px 0 168px;
}

.indexC1Con {
	margin-left: 6.25%;
	overflow: hidden;
}

.indexC1Content .titleBox {
	overflow: hidden;
}

.indexC1Content .indexC1Title {
	float: right;
	display: inline;
	padding-left: 50px;
	position: relative;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}

.indexC1Content .indexC1Title::before {
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background-color: rgb(230, 230, 230);
	position: absolute;
	top: 50%;
	left: 0;
}

.indexC1Content .indexC1Title::after {
	content: "";
	display: block;
	width: 25px;
	height: 3px;
	background-color: rgb(198, 27, 30);
	position: absolute;
	top: 50%;
	left: 25px;
	z-index: 3;
}

.indexC1Content .indexC1Title span {
	display: inline-block;
	margin-left: 24px;
}

.indexC1Content {
	overflow: hidden;
}

.indexC1Info {
	padding: 120px 0 78px;
}

.indexC1Content .info {
	font-size: 16px;
	color: #666666;
	line-height: 38px;
	height: 114px;
	overflow: hidden;
}

.indexC1Dl {
	overflow: hidden;
	margin-bottom: 83px;
}

.indexC1Dl dd {
	width: 25%;
	float: left;
	display: inline;
}

.indexC1Dl dd .time {
	font-size: 24px;
	color: #d10d0d;
	font-family: "Cambria";
	display: inline-block;
	border-bottom: 1px solid rgba(209, 13, 13, 0.15);
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.indexC1Dl dd .time span {
	font-size: 36px;
	font-weight: bold;
}

.indexC1Dl dd .title {
	font-size: 16px;
	color: #333333;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.indexC1R {
	float: right;
	display: inline;
	width: 43.75%;
	margin-left: 60px;
	position: relative;
}

.indexC1Swiper {
	overflow: hidden;
	border-radius: 30px 0 30px 0;
}

.indexC1Swiper .swiper-slide.swiper-slide-next .con {
	padding-top: 110px;
}

.indexC1Swiper .swiper-slide {
	padding-top: 80%;
}

.indexC1Swiper .con {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.indexC1Swiper .con .pic {
	border-radius: 30px 0 30px 0;
	overflow: hidden;
}

.indexC1Swiper .con .pic img {
	border-radius: 30px 0 30px 0;
	overflow: hidden;
}

.indexC1Swiper .con .pic::before {
	padding-top: 133.4685%;
}

.c1SwiperBtn {
	overflow: hidden;
	position: relative;
	padding: 70px 0 0;
}

.c1SwiperBtn .number {
	display: inline-block;
	position: relative;
	padding-right: 66px;
	font-size: 24px;
	color: #333333;
	height: 20px;
	line-height: 20px;
}

.c1SwiperBtn .number::before {
	content: '';
	display: block;
	background-color: rgb(230, 26, 14);
	width: 50px;
	height: 2px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c1SwiperBtn .c1Dots {
	display: inline-block;
	height: 20px;
	line-height: 20px;
}

.c1SwiperBtn .c1Dots span {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid transparent;
	position: relative;
	background: none;
	opacity: 1;
	margin-left: 20px;
}

.c1SwiperBtn .c1Dots span::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgb(217, 217, 217);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.c1SwiperBtn .c1Dots span.swiper-pagination-bullet-active {
	border: 1px solid #e61a0e;
}

.c1SwiperBtn .c1Dots span.swiper-pagination-bullet-active::before {
	background-color: #e61a0e;
}

/* ————— 第1通栏 集团概览 end ————— */
/* ————— 第2通栏 吉成产业 start ————— */
.indexC2 .wrap {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 230px 0 296px;
	position: relative;
}

.indexC2Line {
	width: 52.2619%;
	height: 1px;
	background: rgb(217, 217, 217);
	position: absolute;
	left: 0;
	top: 502px;
	z-index: 3;
}

.indexC2Pic {
	width: 53.6905%;
	border-radius: 30px 0 30px 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 326px;
}

.indexC2Pic .pic::before {
	padding-top: 56.2084%;
}

.indexC2Con {
	padding: 4.28571% 0 0;
	width: 33.4524%;
}

.indexC2Con .titleBox {
	margin-bottom: 65px;
}

.indexC2Con .con .enTitle {
	font-size: 18px;
	color: rgba(51, 51, 51, 0.5);
	font-family: "Cambria";
	line-height: 32px;
}

.indexC2Con .cnTitle {
	font-size: 18px;
	color: #666666;
	line-height: 36px;
}

.indexC2Con .content {
	line-height: 38px;
	font-size: 16px;
	color: #666666;
	height: 152px;
	overflow: hidden;
	margin-bottom: 2.8571%;
}

.indexC2SlickBox {
	position: absolute;
	top: 377px;
	right: 44.881%;
	box-shadow: 0px 7px 36px 1px rgba(51, 51, 51, 0.22);
	-webkit-box-shadow: 0px 7px 36px 1px rgba(51, 51, 51, 0.22);
	z-index: 2;
}

.indexC2Slick {
	position: relative;
	width: 305px;
	height: 407px;
	background: #FFFFFF;
	border-radius: 0 30px 30px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 164px 0 0;
	overflow: hidden;
}

.indexC2Slick .numBox {
	position: absolute;
	top: 78px;
	left: 50px;
}

.indexC2Slick .numBox span {
	display: inline-block;
	font-size: 14px;
	color: #333333;
}

.indexC2Slick .numBox span.at {
	font-size: 18px;
	color: #c61b1e;
}

.indexC2Arrow {
	position: absolute;
	right: 38px;
	top: 78px;
}

.indexC2Arrow .btn {
	outline: none;
	display: inline-block;
	width: 32px;
	height: 15px;
	cursor: pointer;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.indexC2Arrow .btnPrev {
	background: url(../images/img/prev3.png) no-repeat center center;
	background-size: 9px 15px;
}

.indexC2Arrow .btnPrev:hover {
	background: url(../images/img/prev3h.png) no-repeat center center;
	background-size: 9px 15px;
}

.indexC2Arrow .btnNext {
	background: url(../images/img/next3.png) no-repeat center center;
	background-size: 9px 15px;
}

.indexC2Arrow .btnNext:hover {
	background: url(../images/img/next3h.png) no-repeat center center;
	background-size: 9px 15px;
}

.indexC2Slick .bd {
	overflow: hidden;
}

.indexC2Slick .myslide {
	float: left;
	display: inline;
	outline: none;
}

.indexC2Slick .slickCon {
	display: block;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	padding: 0 50px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #333333;
}

.indexC2Slick .myslide.slick-current.slick-active .slickCon {
	color: #c61b1e;
}

.indexC2SlickContent .myslide {
	outline: none;
}

/* ————— 第2通栏 吉成产业 end ————— */
/* ————— 第3通栏 新闻中心 start ————— */
.indexC3 {
	padding: 170px 0 152px;
}

.col3BoxDl {
	overflow: hidden;
	margin-right: -60px;
	padding: 66px 0 89px;
}

.col3BoxDl .colDd {
	float: left;
	display: inline;
	width: 50%;
}

.col3BoxDl .colDd .colCon {
	margin-right: 60px;
	overflow: hidden;
}

.indexC3Slick {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

.indexC3Slick .bd {
	overflow: hidden;
}

.indexC3Slick .slick-list {
	overflow: visible;
}

.indexC3Slick .myslide {
	float: left;
	display: inline;
}

.indexC3Slick .slickCon {
	display: block;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.indexC3Slick .slickCon .pic::before {
	padding-top: 56.4198%;
}

.indexC3Slick .c3SlickText {
	overflow: hidden;
	padding-left: 20px;
}

.indexC3Slick .c3SlickText .title {
	font-size: 18px;
	color: #FFFFFF;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.indexC3Slick .c3SlickBtn {
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
}

.indexC3Slick .c3SlickDots {
	float: right;
	width: 100px;
}

.c3SlickDots .slick-dots {
	height: 60px;
	text-align: center;
	font-size: 0;
	line-height: 60px;
	overflow: hidden;
}

.c3SlickDots .slick-dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	margin: 0 4px;
	vertical-align: middle;
	cursor: pointer;
	background: #FFFFFF;
}

.c3SlickDots .slick-dots li.slick-active {
	background: #ea2529;
}

.indexC3Dl {
	overflow: hidden;
	margin-right: -30px;
}

.indexC3Dl .con {
	display: block;
	margin-right: 30px;
	overflow: hidden;
}

.indexC3Dl dt {
	width: 50%;
	float: left;
	display: inline;
}

.indexC3Dl dt .con .pic {
	border-radius: 4px;
	overflow: hidden;
}

.indexC3Dl dt .con .pic::before {
	padding-top: 56.4103%;
}

.indexC3Dl dt .con .text {
	padding: 22px 0 51px;
}

.indexC3Dl dt .con .title {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #333333;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.indexC3Dl dt .con:hover .title {
	letter-spacing: 1px;
	color: #c61b1e;
}

.indexC3Dl dd {
	width: 100%;
	float: left;
	display: inline;
	border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}

.indexC3Dl dd:first-child,
.indexC3Dl dd.dd1 {
	border-top: 1px solid rgba(153, 153, 153, 0.2);
}

.indexC3Dl dd .time {
	float: right;
	display: inline;
	height: 62px;
	line-height: 62px;
	overflow: hidden;
	margin-left: 20px;
	font-size: 16px;
	color: #999999;
}

.indexC3Dl dd .title {
	overflow: hidden;
}

.indexC3Dl dd .title a {
	display: inline-block;
	height: 62px;
	line-height: 62px;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #333333;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.indexC3Dl dd .con:hover .title a {
	letter-spacing: 1px;
	color: #c61b1e;
}

/* ————— 第3通栏 新闻中心 end ————— */
/* ————— 第4通栏 党建专题 start ————— */
.indexC4 {
	padding: 148px 0;
}

.indexC4 .indexTitle {
	margin-bottom: 66px;
}

.indexC4Con {
	margin-left: 6.25%;
	position: relative;
	margin-bottom: 86px;
}

.indexC4Con .djLine {
	width: 100%;
	height: 1px;
	background-color: rgb(204, 204, 204);
	position: absolute;
	top: 50%;
	left: 0;
}

.indexC4Con .djLine::before {
	content: '';
	display: block;
	width: 8px;
	height: 15px;
	background: url(../images/img/left.png)no-repeat center left;
	background-size: 8px 15px;
	position: absolute;
	top: -7px;
	left: 0;
}

.indexC4Slick {
	position: relative;
}

.indexC4Slick .c4Btn {
	position: absolute;
	left: 0;
	bottom: 0;
}

.indexC4Slick .c4Btn .prev {
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	cursor: pointer;
	background: url(../images/img/prev4.png) no-repeat center center;
	background-size: 35px 35px;
	z-index: 2;
	margin-right: 25px;
}

.indexC4Slick .c4Btn .prev:hover {
	background: url(../images/img/prev2h.png) no-repeat center center;
	background-size: 35px 35px;
}

.indexC4Slick .c4Btn .next {
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	cursor: pointer;
	background: url(../images/img/next4.png) no-repeat center center;
	background-size: 35px 35px;
	z-index: 2;
}

.indexC4Slick .c4Btn .next:hover {
	background: url(../images/img/next2h.png) no-repeat center center;
	background-size: 35px 35px;
}

.indexC4Slick .bd {
	overflow: hidden;
	height: 100%;
}

.indexC4Slick .slick-list {
	overflow: visible;
	height: 100%;
}

.indexC4Slick .myslide {
	float: left;
	display: inline;
	outline: none;
	position: relative;
	display: block;
	height: 480px;
}

.indexC4Slick .slickCon {
	width: 180%;
	display: block;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	height: 190px;
	overflow: hidden;
	z-index: 5;
}

.indexC4Slick .myslide:nth-child(odd) .slickCon {
	padding-bottom: 290px;
}

.indexC4Slick .myslide:nth-child(even) .slickCon {
	padding-top: 290px;
}

.indexC4Slick .myslide .slickCon .pageBox {
	width: 338px;
	height: 290px;
	position: absolute;
	left: 0;
}

.indexC4Slick .myslide:nth-child(odd) .slickCon .pageBox {
	bottom: 0;
}

.indexC4Slick .myslide:nth-child(even) .slickCon .pageBox {
	top: 0;
}

.nubBox .dot {
	width: 100%;
	height: 65px;
	position: absolute;
	left: 0;
}

.indexC4Slick .myslide:nth-child(odd) .slickCon .nubBox .dot {
	top: 0;
}

.indexC4Slick .myslide:nth-child(even) .slickCon .nubBox .dot {
	bottom: 0;
}

.nubBox .dot::before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: rgb(153, 153, 153);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.indexC4Slick .myslide:nth-child(odd) .slickCon .nubBox .dot::before {
	bottom: 11px;
}

.indexC4Slick .myslide:nth-child(even) .slickCon .nubBox .dot::before {
	top: 11px;
}

.nubBox .number {
	position: absolute;
	left: 0;
	width: 100%;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-align: center;
}

.indexC4Slick .myslide:nth-child(odd) .slickCon .nubBox .number {
	top: 65px;
}

.indexC4Slick .myslide:nth-child(even) .slickCon .nubBox .number {
	bottom: 65px;
}

.nubBox .number span {
	display: inline-block;
	font-size: 14px;
	color: #666666;
}

.nubBox .number span.current {
	font-size: 20px;
	color: #333333;
}

.indexC4Slick .slickCon .pic {
	width: 338px;
	float: left;
	display: inline;
	margin-right: 30px;
	border-radius: 3px;
	overflow: hidden;
}

.indexC4Slick .slickCon .pic::before {
	padding-top: 56.213%;
}

.indexC4Slick .slickCon .text {
	overflow: hidden;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.indexC4Slick .myslide.slick-active .slickCon .text {
	visibility: visible;
	opacity: 1;
}

.indexC4Slick .slickCon .title {
	overflow: hidden;
	margin-bottom: 15px;
}

.indexC4Slick .slickCon .title a {
	display: inline-block;
	font-size: 18px;
	color: #333333;
	height: 30px;
	line-height: 30px;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.indexC4Slick .slickCon .info {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
}

/* ————— 第4通栏 党建专题 end ————— */
.wowHide{
	opacity: 0;
}
#fp-nav{
	z-index: 20 !important;
}
#fp-nav ul li{
	width: 14px !important;
	height: 14px !important;
	padding: 2px 0;
}
#fp-nav li a span{
	display: block;
	width: 10px !important;
	height: 10px !important;
	background: rgb(217, 217, 217) !important;
	margin: 0 !important;
}
#fp-nav li a.active span{
	background: #ea2529 !important;
}
#fp-nav li a.active span::before{
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid #ea2529;
	position: absolute;
	top: -3px;
	left: -3px;
}
#fp-nav.hide{
	display: none;
}
/* ========== 首页 end ========== */
