@charset "UTF-8";

/* ========== 主体框架 start ========== */
#fullpage {
	transition: all 500ms cubic-bezier(0.6, 0, 0, 0.6) !important;
}

.subTop {
	height: 90px;
}

/* ————— 头部 start ————— */
.subTopBox .top {
	background-color: transparent !important;
	border-bottom: none;
}

.subTopBox .menu dd .yj a {
	color: #fff;
}

.subTopBox .logo .img1 {
	display: block;
}

.subTopBox .logo .img2 {
	display: none;
}

.top {
	background-color: #fff;
	height: 90px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border-bottom: 1px solid #919e7f;
}

.top.show {
	top: -91px;
}

/* logo start */
.logo {
	padding-top: 15px;
	float: left;
	display: inline;
}

.logo img {
	height: 60px;
}

.logo .img1 {
	display: none;
}

.logo .img2 {
	display: block;
}

/* logo end */
/* 导航列表start */
.top .bg {
	transition: all 0.5s;
	width: 100%;
	height: 0;
	background: rgba(0, 0, 0, .3);
	position: absolute;
	left: 0;
	top: 100%;
	z-index: -1;
}

.menu {
	float: right;
	display: inline;
	position: relative;
}

.menu dd {
	float: left;
	display: inline;
	margin-right: 45px;
	position: relative;
	z-index: 2;
}

.menu dd .yj a {
	display: block;
	line-height: 90px;
	height: 90px;
	font-size: 15px;
	color: #666;
	text-align: center;
	position: relative;
}

.menu dt.icn {
	height: 4px;
	background-color: #b82013;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.menu dd .ej {
	position: absolute;
	top: 95%;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	height: 0;
}

.menu dd .ej.open {
	height: 60px;
}

.menu dd .ej li {
	display: inline-block;
	margin-right: 50px;
}

.menu dd .ej li span a {
	line-height: 60px;
	display: block;
	font-size: 15px;
	color: #fff;
}

.menu dd .ej li:last-child {
	margin-right: 0;
}

.menu dd.hover .ej {
	opacity: 1;
	visibility: visible;
}

.menu dd .ej li span a:hover {
	color: #b82013;
}

/* 导航列表end */
/* 搜索 start */
.topC::after {
	clear: both;
	content: '';
	display: block;
	visibility: hidden;
}

.topC .topR {
	float: right;
	display: inline;
}

.topC .topR::after {
	clear: both;
	content: '';
	display: block;
	visibility: hidden;
}

.subTopBox .topSearch {
	border: none;
}

.subTopBox .topSearch input {
	border-color: #f2f2f2;
	color: #333;
}

.subTopBox .topSearch a {
	background: url(../images/tosearch-bai.png) no-repeat center center;
}

.topSearch {
	cursor: pointer;
	border-radius: 40px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	float: right;
	display: inline;
	margin-left: 10px;
}

.topSearch a {
	width: 40px;
	height: 90px;
	line-height: 90px;
	background: url(../images/tosearch-hui.png) no-repeat center center;
	display: block;
}

.topSearch:hover a,
.subTopBox .topSearch:hover a {
	background: url(../images/tosearch-H.png) no-repeat center center;
}

.topC .indexBgImg {
	background: #fff;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	height: 80px;
}

.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: 65px;
	font-weight: lighter;
	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: 600px;
	height: 60px;
	overflow: hidden;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	margin: -30px 0 0 -300px;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	;
}

.searchPWBox input {
	display: block;
	float: left;
	width: 530px;
	height: 60px;
	background: none;
	border: none;
	line-height: 60px;
	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: 60px;
	height: 60px;
	background: #b82013 url(../images/common/searchH.png) no-repeat center center;
	background-size: 19px 20px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 60px;
}

.searchPWBox a:hover {
	opacity: 0.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 */
/* 导航 end */
/* ————— 头部 end   ————— */
/* ————— indexBanner start ————— */
.indexBanner {
	position: relative;
	height: 100%;
}

.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 a {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.indexBanner .slick-dots {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	padding-bottom: 40px;
}

.indexBanner .slick-dots li {
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 100%;
	margin-right: 20px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	background: #fff;
	cursor: pointer;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}

.indexBanner .slick-dots li.slick-active {
	background: #fff;
	width: 30px;
	height: 13px;
	border-radius: 6px;
}

.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: 1200px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 0;
}

.indexBanner .img img {
	overflow: hidden;
	display: inline-block;
}

.indexBanner .img img.show {
	visibility: visible;
}

.indexBanner .bd .mySlide .bg {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all 1.5s 0s ease-in-out;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.indexBanner .bd .mySlide.on .bg {
	transform: scale(1);
	-webkit-transform: scale(1);
}

/* ————— indexBanner end ————— */
/* ————— 底部 start ————— */
/* 友情链接start */
.footerLink {
	overflow: hidden;
	margin-right: -40px;
	border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.footerLink .title {
	height: 70px;
	line-height: 70px;
	padding-left: 48px;
	color: #808080;
	font-size: 14px;
	background: url(../images/friendLinkTb.png) no-repeat left center;
	margin-right: 70px;
	float: left;
	display: inline;
	font-size: 14px;
}

.footerLink .list {
	overflow: hidden;
	padding: 20px 0;
	line-height: 30px;
	font-size: 0;
}

.footerLink .list a {
	display: inline-block;
	color: #999999;
	font-size: 15px;
	margin-right: 40px;
}

.footerLink .list a:hover {
	color: #b82013;
}

/* 友情链接end   */
/*底部内容 start*/
.footerCon {
	border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.footerCon .footerCL {
	float: left;
	display: inline;
	width: 26.0897%;
}

.footerCon .footerLogo {
	padding-top: 30px;
	margin-bottom: 65px;
}

.footerCon .footerLogo img {
	height: 65px;
}

.footerDl {
	padding-bottom: 23px;
	overflow: hidden;
}

.footerDl dd {
	margin-bottom: 30px;
}

.footerDl dd i {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: rgba(0, 0, 0, .3);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	line-height: 30px;
	margin-right: 20px;
	float: left;
	display: inline;
}

.footerDl dd.dd1 i {
	background-image: url(../images/footerTb1.png);
}

.footerDl dd.dd2 i {
	background-image: url(../images/footerTb2.png);
}

.footerDl dd.dd1 .imgBox {
	display: inline-block;
	width: 178px;
	overflow: hidden;
}

.footerDl dd.dd1 img {
	width: 100%;
	height: 100%;
	padding-top: 8px;
}

.footerDl dd span {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	height: 30px;
	line-height: 30px;
}

.footerCR {
	width: 20%;
	padding-top: 40px;
}

.footerDl2 {
	overflow: hidden;
	margin-right: -50px;
}

.footerDl2 dd {
	float: left;
	display: inline;
	width: 50%;
}

.footerDl2 dd .pic::before {
	padding-top: 100%;
}

.footerDl2 dd .ddCon {
	margin-right: 50px;
}

.footerDl2 dd .text {
	font-size: 16px;
	color: #999999;
	height: 25px;
	line-height: 25px;
	padding-top: 15px;
	text-align: center;
}


.footer {
	background-color: #363637;
	position: relative;
}

.footerMenu {
	overflow: hidden;
}

.footerMenu dd {
	float: left;
	display: inline;
	margin-bottom: 13px;
	width: 11.1111%;
}

.footerMenu dd em {
	font-style: normal;
	display: block;
	line-height: 47px;
	height: 47px;
	overflow: hidden;
	background: url("../images/footerJT.png") no-repeat right center;
	margin-bottom: 5px;
	padding-top: 17px;
}

.footerMenu dd em a {
	font-size: 16px;
	color: #f5f5f5;
	display: block;
}

.footerMenu dd em a:hover {
	color: #b82013;
}

.footerMenu dd span {
	font-style: normal;
	display: block;
	height: 33px;
	line-height: 33px;
	overflow: hidden;
}

.footerMenu dd span a {
	font-size: 14px;
	color: #999999;
}

.footerMenu dd span a:hover {
	color: #b82013;
}

.footerCon .conT .conTRight {
	overflow: hidden;
	padding: 0 30px;
}

.conB {
	border-bottom: 1px solid #3c3c3c;
}

.footerList::after {
	clear: both;
	content: '';
	display: block;
	visibility: hidden;
}

.footerList .item .icn {
	width: 37px;
	height: 37px;
	border-radius: 37px;
	float: left;
	display: inline;
}

.footerList .item .icn1 {
	background: url("../images/phoImg.png") no-repeat center center;
}

.footerList .item .icn2 {
	background: url("../images/dzImg.png") no-repeat center center;
}

.footerList .item .text {
	font-size: 23px;
	color: #b82013;
	height: 30px;
	line-height: 30px;
	margin-bottom: 15px;
}

.footerList .item2 .text {
	font-size: 14px;
	color: #808080;
	height: 50px;
	line-height: 25px;
}

.conTEwm {
	text-align: center;
}

.conTEwm span {
	width: 100px;
	height: 100px;
	display: block;
}

.conTEwm .ewm {
	display: inline-block;
}

.conTEwm .text {
	font-size: 14px;
	color: #808080;
	height: 55px;
	line-height: 55px;
}

.footer .goTop {
	background: url(../images/goTop.png) no-repeat center center;
	width: 50px;
	height: 50px;
	background-color: #00a040;
	border-radius: 100%;
	position: absolute;
	right: 75px;
	top: 53px;
	cursor: pointer;
}

/*底部内容 end*/
/* 底部版权start   */
.friendCopy {
	overflow: hidden;
	font-size: 14px;
	color: #b2b2b2;
	border-top: 1px solid rgba(255, 255, 255, .05);
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.friendCopy .conL {
	overflow: hidden;
}

.friendCopy .conL span {
	margin-right: 20px;
}

.friendCopy .conL img {
	margin-right: 10px;
	vertical-align: middle;
}

.friendCopy .conL a {
	color: #666666;
	margin-right: 20px;
}

.friendCopy .conL a:hover {
	color: #b82013;
}

.friendCopy .conL .text {
	display: inline;
}

.friendCopy .text a {
	color: #666666;
}

.friendCopy .conR {
	float: right;
	display: inline;
}

/* 底部版权end   */
/* ————— 底部 end   ————— */
/* ========== 主体框架 end ========== */

/* ========== 内层框架 start ========== */
/* ————— subBanner start ————— */
.subMenu {
	box-shadow: 0px 0rem 0.1rem rgb(0 0 0 / 30%);
}

.subBanner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.subBanner:before {
	display: block;
	content: '';
	padding-top: 31.25%;
}

.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;
}

.subBanner .wrap {
	height: 100%;
}

.subBanner .textC {
	position: relative;
}

.subBanner .textC .cnTitle {
	font-size: 36px;
	color: #ffffff;
	line-height: 60px;
	font-weight: bold;
	text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);
	padding-bottom: 13px;
	position: relative;
}

.subBanner .textC .cnTitle::before {
	display: block;
	content: '';
	width: 55px;
	height: 3px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}

/* ————— subBanner end ————— */
/* ————— 当前位置 start ————— */
.locationBox {
	clear: both;
	width: 100%;
	height: 80px;
	background: #fff;
	box-shadow: 0 3px 5px #dcdcdc;
}

.location {
	height: 80px;
	overflow: hidden;
	padding-left: 33px;
	position: relative;
}

.location a.home {
	position: absolute;
	left: 0;
	top: 0;
	width: 33px;
	height: 100%;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/common/home.png);
	padding-left: 0;
	margin-right: 0;
}

.location a {
	display: inline;
	float: left;
	height: 80px;
	line-height: 80px;
	padding-left: 14px;
	margin-right: 10px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/common/icon8.png);
	color: #a3a3a3;
	font-size: 14px;
}

.location a:hover {
	color: #b82013
}

.location a.hover {
	color: #b82013;
}

.subNavBox {
	margin-right: -15px;
	position: relative;
}

.subNav::after {
	display: block;
	content: '';
	clear: both;
	visibility: hidden;
}

.subNav a {
	display: inline;
	float: left;
	line-height: 80px;
	height: 80px;
	color: #666666;
	font-size: 14px;
	padding: 0 14px;
	position: relative;
}

.subNav a.hover {
	color: #b82013;
}

.subNav a:hover {
	color: #b82013;
}

.subNav a:hover::before {
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 100%;
	border: 1px solid #b82013;
	position: absolute;
	left: 50%;
	bottom: 12px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.subNav a.hover::before {
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 100%;
	border: 1px solid #b82013;
	position: absolute;
	left: 50%;
	bottom: 12px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

/* ————— 当前位置 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: #b82013;
	color: #FFF;
	border-color: #b82013;
}

.sjMenu a.hover {
	background: #b82013;
	color: #FFF;
	border-color: #b82013;
}

/* ————— 三级栏目 end ————— */
/* ————— 页码 start ————— */
.page {
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	padding: 15px 20px;
	color: #999999;
	border-radius: 100%;
	background: #fff;
	margin: 0 3px;
}

.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}

.page a:hover {
	background: #b82013;
	color: #fff;
}

.page a.hover {
	background: #b82013;
	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: #1e5ab0;
	color: #FFF;
	border-color: #1e5ab0;
}

.aykj-recruitTc .layui-layer-btn .layui-layer-btn1 {
	background: #ddd;
	color: #8b8b8b;
	border-color: #ddd;
}

.aykj-alert .layui-layer-btn .layui-layer-btn0 {
	background: #1e5ab0;
	border-color: #1e5ab0;
}

/* ————— 弹窗 end ————— */
/* ========== 内层框架 end ========== */

/* ========== 首页 start ========== */
/* ————— 公共部分 start ————— */
.columnTitle .enTitle {
	font-size: 50px;
	color: #e5e5e5;
	height: 55px;
	line-height: 55px;
	font-family: "AlibabaSans";
}

.columnTitle .cnTitle {
	font-size: 30px;
	color: #333333;
	height: 35px;
	line-height: 35px;
}

.moreBtn {
	padding: 0 45px;
	background-color: #b82013;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	display: inline-block;
}

.moreBtn a {
	font-size: 14px;
	color: #fff;
	line-height: 50px;
	background: url(../images/moreJt.png) no-repeat right center;
	padding-right: 25px;
	display: inline-block;
}

/* ————— 公共部分 end ————— */
/* ————— 第1通栏 start ————— */
/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.column2 {
	background-color: #fff;
	height: 100%;
}

.column2Con::after {
	display: block;
	clear: both;
	content: '';
	visibility: hidden;
}

.column2Left {
	float: left;
	display: inline;
	width: 36.7308%;
	position: relative;
	z-index: 1;
	background-color: #fff;
	margin-right: 207px;
}

.column2Left .column2Text {
	font-size: 15px;
	color: #666666;
	line-height: 30px;
	height: 150px;
	padding: 170px 0 0;
	margin-bottom: 40px;
	overflow: hidden;
}

.columnNum {
	overflow: hidden;
	padding-top: 145px;
	margin-right: -20px;
}

.columnNum dd {
	float: left;
	display: inline;
}

.columnNum .ddCon {
	margin-right: 20px;
}

.columnNum dd .numCon {
	height: 53px;
	line-height: 53px;
}

.columnNum dd span {
	display: inline-block;
}

.columnNum dd .num {
	font-size: 40px;
	color: #b82013;
	margin-right: 25px;
	font-family: HKGrotesk;
	font-weight: bold;
}

.columnNum dd .year {
	font-size: 18px;
	color: #b82013;
	width: 45px;
	height: 35px;
	border-radius: 100%;
	background-color: #f4f7fb;
	line-height: 35px;
	text-align: center;
}

.columnNum dd .numText {
	font-size: 14px;
	color: #888888;
	height: 25px;
	line-height: 28px;
}

.column2Video {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	margin: -175px 0 0 -175px;
}

.column2Video .bg {
	position: relative;
	background: url(../test/column2Bg.png) no-repeat center center;
	width: 350px;
	height: 350px;
	-webkit-animation: rotate360 100s infinite linear;
	animation: rotate360 100s infinite linear;
}

.column2Video .videoCon {
	width: 110px;
	height: 110px;
	background: #b82013 url(../images/videoTb.png) no-repeat center center;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	cursor: pointer;
}

.column2Video .videoCon::before {
	width: 80px;
	height: 80px;
	background-color: transparent;
	border: 1px solid #f4a762;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	display: block;
	content: '';
}

.column2Right {
	overflow: hidden;
	height: 100%;
	position: relative;
	text-align: center;
	z-index: 1;
}

.indexC2Slick {
	position: relative;
	padding-top: 60px;
	width: 200px;
	margin-left: 43.7693%;
}

.indexC2Slick .bd {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.indexC2Slick .bd .slick-list,
.indexC2Slick .bd .slick-track {
	height: 100%;
}

.indexC2Slick .bd .myslide {
	height: 80px;
	line-height: 80px;
	position: relative;
	padding: 10px 0;
}

.indexC2Slick .bd .myslide .text {
	transform: translateX(-50%);
	transition: .2s linear;
	opacity: 0;
	visibility: hidden;
}

.indexC2Slick .bd .myslide.slick-active .text {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}

.indexC2Slick .bd .myslide:hover .text a {
	color: #b82013;
	font-size: 22px;
	font-weight: bold;
}

.indexC2Slick .bd .myslide.on .text a {
	color: #b82013;
	font-size: 22px;
	font-weight: bold;
}

.indexC2Slick .bd .myslide .con {
	position: absolute;
	overflow: hidden;
	text-align: right;
	transition: 1s ease;
	left: 20px;
}

.indexC2Slick .bd .myslide.slide1 .con {
	left: 0;
}

.indexC2Slick .bd .myslide.slide2 .con {
	left: 50px;
}

.indexC2Slick .bd .myslide.slide3 .con {
	left: 80px;
}

.indexC2Slick .bd .myslide.slide4 .con {
	left: 80px;
}

.indexC2Slick .bd .myslide.slide5 .con {
	left: 50px;
}

.indexC2Slick .bd .myslide.slide6 .con {
	left: 0;
}

.indexC2Slick .bd .myslide .text a {
	font-size: 18px;
	color: #fff;
	display: block;
	transition: all .3s linear;
}

.column2Con .line {
	background: url(../images/column2Tb3.png) no-repeat center center;
	position: absolute;
	left: 50%;
	top: 50%;
	height: 730px;
	width: 730px;
	z-index: 0;
	margin: -365px 0 0 -365px;
	transition: all 500ms;
	-webkit-transition: all 500ms;
}

.column2RightBg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 0;
}

.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/column2Jt1.png) no-repeat center center;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 239px;
	top: 28%;
}

.indexC2Arrow .btnNext {
	background: url(../images/column2Jt2.png) no-repeat center center;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 260px;
	top: 72%;
}

.column2Right em {
	background: url(../images/column2Tb2.png) no-repeat center center;
	position: absolute;
	left: 238px;
	top: 10px;
	height: 100%;
	width: 100px;
	display: block;
}

@-webkit-keyframes rotate360 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate360 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.rotate360 {
	-webkit-animation-name: rotate360;
	animation-name: rotate360;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */
.column3Bg {
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
	height: 100%;
}

.column3 {
	position: relative;
	z-index: 99;
}

.column3Top {
	overflow: hidden;
	font-size: 0;
	margin-bottom: 70px;
}

.column3Top .columnTitle {
	overflow: hidden;
}

.column3Top .column3R {
	float: right;
	display: inline;
}

.column3Top .tableList {
	border-radius: 50px;
	background-color: #fff;
	border: 1px solid #cacacc;
	display: inline-block;
	margin-right: 60px;
}

.column3Top .tableList dd {
	float: left;
	display: inline;
	font-size: 16px;
	color: #333333;
	height: 60px;
	line-height: 60px;
	padding: 0 50px;
	cursor: pointer;
}

.column3Top .tableList dd.hover {
	border: 1px solid #b82013;
	font-size: 16px;
	background-color: #b82013;
	color: #fff;
	border-radius: 50px;
	padding: 0 50px;
}

.column3Top .column3R .dlMore {
	border: 1px solid #cacacc;
	display: inline-block;
	border-radius: 8px;
}

.column3Top .column3R .dlMore a {
	width: 60px;
	height: 60px;
	background: url(../images/jiahao.png) no-repeat center center;
	display: block;
}

.column3BDl {
	border-radius: 13px;
}

.column3BDl::after {
	display: block;
	content: '';
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.column3BDl dd {
	float: left;
	display: inline;
	width: 25%;
	padding: 60px 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-right: 1px solid #e6e6e6;
	height: 500px;
	background-color: rgba(255, 255, 255, .95);
}

.column3BDl dd .ddCon {
	position: relative;
}

.column3BDl dd .pic::before {
	padding-top: 56.4516%;
}

.column3BDl dd span {
	font-size: 14px;
	color: #b2b2b2;
	height: 38px;
	line-height: 38px;
	display: block;
	padding: 25px 0 15px;
}

.column3BDl dd .ddTitle {
	font-size: 18px;
	color: #333333;
	height: 50px;
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 20px;
}

.column3BDl dd .ddText {
	font-size: 14px;
	color: #808080;
	height: 50px;
	line-height: 25px;
	opacity: 1;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}

.column3BDl dd .moreBtn {
	padding: 0 45px;
	background-color: #fff;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	box-shadow: 1px 1px 20px rgba(0, 0, 0, .1);
	transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	position: absolute;
	left: 0;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
}

.column3BDl dd .moreBtn a {
	color: #999999;
	background: url(../images/moreJt-hui.png) no-repeat right center;
	line-height: 50px;
}

.column3BDl dd:hover {
	box-shadow: 1px 10px 20px rgba(0, 0, 0, .1);
	transition: all 1s;
	-webkit-transition: all 1s;
}

.column3BDl dd:hover .ddText {
	opacity: 0;
}

.column3BDl dd:hover .moreBtn {
	visibility: visible;
	opacity: 1;
	transform: translateX(10px);
	-webkit-transform: translateX(10px);
	transition-delay: 300ms;
	-webkit-transition-delay: 300ms;
}

.column3BDl dd:hover span {
	color: #b82013;
}

.column3BDl dd:hover .ddTitle {
	color: #b82013;
}

.column3BDl dd .moreBtn:hover {
	background-color: #b82013;
}

.column3BDl dd .moreBtn:hover a {
	color: #fff;
	background: url(../images/moreJt.png) no-repeat right center;
}

/* ————— 第3通栏 end ————— */
/* ————— 第4通栏 start ————— */
.column4 {
	background-color: #fdfdfe;
	height: 100%;
}

.column4Con {
	overflow: hidden;
	padding-top: 35px;
}

.column4Left {
	width: 80.2564%;
	height: 542px;
	float: left;
	display: inline;
	position: relative;
	margin-right: 40px;
}

.column4Left .leftBg {
	background: url(../test/column4Img1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.column4Left .leftBg .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
}

.column4Left .leftConC {
	position: relative;
	z-index: 2;
}

.column4LBox {
	margin: 0 50px;
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	padding-top: 30px;
}

.column4LCon .column4LTitle {
	font-size: 18px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	margin-bottom: 15px;
}

.column4LCon .column4LText {
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	margin-bottom: 30px;
	height: 140px;
	overflow: hidden;
}

.column4LCon .moreBtn {
	background-color: rgba(255, 255, 255, .2);
	height: 50px;
	line-height: 50px;
}

.column4LCon .moreBtn a {
	line-height: 50px;
}

.column4LCon .moreBtn:hover {
	background-color: #b82013;
}

.colun4Dl {
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #ccc;
}

.colun4Dl dd {
	float: left;
	display: inline;
	width: 20%;
	height: 80px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 80px;
	cursor: pointer;
}

.colun4Dl dd i {
	background-repeat: no-repeat;
	background-position: center center;
	width: 33px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.colun4Dl .dd1 i {
	background-image: url(../images/column4Tb1.png);
}

.colun4Dl .dd2 i {
	background-image: url(../images/column4Tb2.png);
}

.colun4Dl .dd3 i {
	background-image: url(../images/column4Tb3.png);
}

.colun4Dl .dd4 i {
	background-image: url(../images/column4Tb4.png);
}

.colun4Dl .dd5 i {
	background-image: url(../images/column4Tb5.png);
}

.colun4Dl dd span {
	display: inline-block;
}

.colun4Dl dd.hover {
	background-color: #b82013;
}

.colun4Dl dd:hover {
	background-color: #b82013;
}

.column4Right {
	overflow: hidden;
}

.column4RDl dd {
	margin-bottom: 40px;
	position: relative;
}

.column4RDl dd .ddBg {
	background: url(../test/column4Img2.jpg) no-repeat center bottom;
	width: 268px;
	height: 250px;
	position: relative;
}

.column4RDl dd .ddBg .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .3);
	opacity: 0;
	visibility: hidden;
}

.column4RDl dd:hover .ddBg .mask {
	opacity: 1;
	visibility: visible;
}

.column4RDl dd span {
	position: absolute;
	left: 30px;
	bottom: 25px;
	font-size: 18px;
	color: #fff;
	height: 25px;
	line-height: 25px;
	display: block;
}

/* ————— 第4通栏 end ————— */
/* ————— 第5通栏 start ————— */
/* ————— 第5通栏 end ————— */
/* ————— 第6通栏 start ————— */
/* ————— 第6通栏 end ————— */
/* ————— 第7通栏 start ————— */
/* ————— 第7通栏 end ————— */
/* ————— 第8通栏 start ————— */
/* ————— 第8通栏 end ————— */
/* ========== 首页 end ========== */
/* ========== 频道页 start ========== */
/* ========== 党建 start ========== */
/*党建首页 start*/
/*公共部分 start*/
.partyTitle {
	overflow: hidden;
	margin-bottom: 40px;
}

.partyTitle .more {
	float: right;
	display: inline;
	height: 85px;
	line-height: 85px;
	padding-right: 30px;
}

.partyTitle .more a {
	font-size: 16px;
	color: #999999;
	background: url(../images/more1.png) no-repeat right center;
	padding-right: 30px;
	display: block;
}

.partyTitle .title {
	overflow: hidden;
	font-size: 36px;
	font-weight: bold;
	color: #131414;
	height: 85px;
	line-height: 85px;
	background: url(../images/partyBtb1.png) no-repeat left bottom;
}

.partyTitle:hover .more a {
	color: #b82013;
	background: url(../images/more2.png) no-repeat right center;
}

/*公共部分 end*/

.partyColumn1 {
	overflow: hidden;
	background: url(../test/partyBcolumn1bg.jpg) no-repeat center bottom;
	background-size: 100% 100%;
	padding: 35px 0;
}

.partyC1Box {
	margin-bottom: 25px;
}

.partyScroll {
	position: relative;
	float: left;
	display: inline;
	width: 45.5128%;
	margin-bottom: 10px;
	box-shadow: 3px 6px 5px rgb(0, 0, 0, .1)
}

.partyMass {
	overflow: hidden;
	padding: 0 30px;
}

.partyScroll .bdBox {
	overflow: hidden;
	position: relative;
}

.partyScroll .bd {
	width: 100%;
	height: 100%;
}

.partyScroll .bd .slick-list,
.partyScroll .bd .slick-track {
	height: 100%;
}

.partyScroll .bd .myslide .con {
	height: 100%;
	position: relative;
}

.partyScroll .bd .myslide .con::before {
	padding-top: 66.6197%;
	display: block;
	content: '';
}

.partyScroll .bd .myslide .con img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.partyScroll .bd .myslide .html {
	display: none;
}

.partyScroll .text {
	width: 100%;
	height: 60px;
	background-color: rgba(0, 0, 0, .3);
	position: absolute;
	left: 0;
	bottom: 0;
}

.partyScroll .text .conTitle {
	line-height: 60px;
	color: #fff;
	font-size: 18px;
	overflow: hidden;
	padding-left: 30px;
}

.partyScroll .Dot {
	position: absolute;
	right: 30px;
	bottom: 23px;
	overflow: hidden;
	cursor: pointer;
}

.partyScroll .Dot li {
	float: left;
	display: inline;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #fff;
	margin-right: 10px;
}

.partyScroll .Dot li.slick-active {
	background-color: #b82013;
	width: 30px;
	height: 10px;
	border-radius: 25px;
}

.partyMassText {
	overflow: hidden;
}

.partyMassText dd {
	overflow: hidden;
	border-bottom: 1px dashed #e5f2fa;
}

.partyMassText2 {
	padding: 15px 0;
}

.partyMassText2 dd {
	height: 47px;
	line-height: 47px;
}

.partyMassText2 dd a {
	font-size: 18px;
	color: #666666;
	display: block;
	overflow: hidden;
	position: relative;
	padding-left: 20px;
}

.partyMassText2 dd a em {
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background-color: #cccccc;
	line-height: 6px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.partyMassText2 dd span {
	float: right;
	display: inline;
	overflow: hidden;
	margin-left: 50px;
}

.partyMassText2 dd .text {
	overflow: hidden;
}

.calumn1Nosee {
	display: none !important;
	transition: 0.4s;
}

.partyMassExpand .partyMassTitle {
	height: 33px;
	line-height: 33px;
	margin-bottom: 15px;
}

.partyMassExpand .partyMassTitle a {
	font-size: 22px;
	font-family: "Microsoft YaHei";
	color: #b82013;
	display: block;
}

.partyMassExpand .textC {
	height: 64px;
	line-height: 32px;
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: #666666;
	margin-bottom: 20px;
}

.partyMassText2 dd:hover a em {
	width: 9px;
	height: 9px;
	background-color: #b82013;
}

.partyMassText2 dd:hover span {
	color: #333333;
}

.partyMassText2 dd:hover .text {
	color: #b82013;
}

.partyColumn2 {
	position: relative;
	padding-bottom: 60px;
}

.partyC2List {
	overflow: hidden;
	margin-right: -40px;
}

.partyC2List dd {
	float: left;
	display: inline;
	width: 33.3333%;
	margin-bottom: 30px;
}

.partyC2List dd .con {
	box-shadow: 4px 10px 10px rgb(0 0 0 / 10%);
	margin-right: 40px;
}

.partyC2List dd .a {
	display: block;
}

.partyC2List dd .pic {
	width: 100%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.partyC2List dd .pic:before {
	display: block;
	content: '';
	padding-top: 64.9087%;
}

.partyC2List dd .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.partyC2List dd .text {
	display: block;
	background: #ffffff;
	padding: 0 30px;
	overflow: hidden;
	padding-bottom: 25px;
}

.partyC2List dd .text span {
	display: block;
	font-size: 16px;
	color: #aaaaaa;
	height: 37px;
	line-height: 37px;
	padding-top: 17px;
}

.partyC2List dd .text .eduTitle {
	height: 56px;
	line-height: 28px;
	font-size: 18px;
	color: #333333;
	padding-top: 13px;
}

.partyC2List dd:hover .text .eduTitle {
	color: #b82013;
}

.partyC2List dd:hover .text span {
	color: #b82013;
}

.partyColumn3 {
	background: url(../test/partyC3Bg.jpg) no-repeat center bottom;
	padding: 35px 0;
}

.partyC3List {
	overflow: hidden;
	margin-right: -40px;
	padding: 22px -20px;
	margin-bottom: 30px;
}

.partyC3List dd {
	width: 50%;
	float: left;
	display: inline;
	margin-bottom: 40px;
}

.partyC3List dd .ddCon {
	margin-right: 40px;
	background-color: #fff;
}

.partyC3List .ddLeft {
	float: left;
	display: inline;
}

.partyC3List .ddLeft .pic {
	width: 330px;
}

.partyC3List .ddLeft .pic::before {
	padding-top: 66.6667%;
}

.partyC3List .ddLeft:hover .title {
	color: #c41220;
}

.partyC3List .ddRight {
	overflow: hidden;
	padding: 0 30px;
}

.partyC3List .ddRight .title {
	font-size: 18px;
	color: #333333;
	height: 53px;
	line-height: 53px;
	padding-top: 10px;
}

.partyC3List .ddRight span {
	display: block;
	font-size: 14px;
	color: #999999;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}

.partyC3List .ddRight .con {
	font-size: 16px;
	color: #666666;
	height: 96px;
	line-height: 32px;
	margin-bottom: 20px;
}

.partyC3List dd:hover .ddCon {
	box-shadow: 3px 6px 12px rgb(0 0 0 / 10%);
}

.partyC3List .ddRight:hover .title {
	color: #b82013;
}

.partyColumn4 {
	padding: 35px 0;
	background: url(../test/partyC4Bg.jpg) no-repeat center bottom;
}

.partyColumn4 .partyC2List dd .text {
	background: transparent;
	padding: 0;
}

.partyColumn4 .partyC2List dd .con {
	box-shadow: none;
}

/*党建首页 end*/
/*详情页 start*/
.partyT {
	padding: 40px;
}

.partyT1 .partyTL {
	float: left;
	display: inline;
	width: 41.1538%;
	position: relative;
	overflow: hidden;
}

.partyT1 .partyTL .pic::before {
	padding-top: 66.6667%;
}

.partyT1 .partyTL .text {
	font-size: 18px;
	color: #fff;
	height: 57px;
	line-height: 57px;
	background-color: rgba(0, 0, 0, .3);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.partyT1 .partyTR {
	overflow: hidden;
	padding-left: 40px;
}

.partyT1 .partyTR .partySpan {
	display: block;
	font-size: 22px;
	color: #b82013;
	height: 70px;
	line-height: 70px;
	background: url(../images/partyT1.png) no-repeat left center;
	padding-left: 30px;
	margin-bottom: 10px;
}

.partyT1 .partyTR .text {
	overflow: auto;
}

.partyT1 .partyTR .textC {
	font-size: 15px;
	color: #666666;
	height: 325px;
	line-height: 27px;
	text-align: justify;
	padding-right: 40px;
}

::-webkit-scrollbar {
	width: 8px !important;
}

::-webkit-scrollbar-thumb {
	background-color: #b82013;
}

::-webkit-scrollbar {
	background-color: #f5f5f5;
}


.partyT2 {
	padding-top: 40px;
}

.partyT2List {
	overflow: hidden;
	margin-right: -30px;
	margin-bottom: 30px;
}

.partyT2List dd {
	width: 14.2857%;
	float: left;
	display: inline;
}

.partyT2List dd a {
	margin-right: 30px;
	display: block;
}

.partyT2List dd .pic {
	overflow: hidden;
}

.partyT2List dd .pic::before {
	padding-top: 66.8033%;
}

.partyT2Scroll {
	overflow: hidden;
	position: relative;
	margin-right: -20px;
}

.partyT2Scroll .bdBox {
	position: relative;
	overflow: hidden;
	padding: 0 50px;
}

.partyT2Scroll .bd {
	width: 100%;
	height: 100%;
}

.partyT2Scroll .bd .slick-list,
.partyT2Scroll .bd .slick-track {
	height: 100%;
}

.partyT2Scroll .bd .myslide {
	width: 20%;
	float: left;
	display: inline;
}

.partyT2Scroll .bd .myslide .con {
	height: 100%;
	position: relative;
	margin-right: 20px;
	overflow: hidden;
}

.partyT2Scroll .bd .myslide .con::before {
	display: block;
	content: '';
	padding-top: 66.8033%;
}

.partyT2Scroll .bd .myslide img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.partyT2Scroll .bd .prev {
	background: url(../images/prev-hui.png) no-repeat center center;
	position: absolute;
	left: 0;
	top: 50%;
	width: 25px;
	height: 45px;
	z-index: 99;
	cursor: pointer;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.partyT2Scroll .bd .next {
	background: url(../images/next-hui.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 50%;
	width: 25px;
	height: 45px;
	z-index: 99;
	cursor: pointer;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.partyT2Scroll .bd .myslide .text {
	font-size: 18px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.partyT1 .partyTL .text:hover {
	color: #b82013;
}

.partyT2Scroll .bd .prev:hover {
	background: #b82013 url(../images/prev.png) no-repeat center center;
}

.partyT2Scroll .bd .next:hover {
	background: #b82013 url(../images/next.png) no-repeat center center;
}

.partyB .imgText1 dd {
	overflow: hidden;
}

.partyB .imgText1 dd .ddCon {
	border-bottom: 2px solid #f8f8f8;
	overflow: hidden;
	padding: 30px;
}

.partyB .imgText1 dd:last-child .ddCon {
	border-bottom: none;
}

.partyB .imgText1 dd .pic {
	float: left;
	display: inline;
	width: 27.6923%;
	position: relative;
	margin-right: 30px;
	overflow: hidden;
}

.partyB .imgText1 dd .pic::before {
	display: block;
	content: '';
	padding-top: 56.25%;
}

.partyB .imgText1 dd .pic a img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.partyB .imgText1 dd .text {
	overflow: hidden;
	display: block;
	padding-top: 16px;
}

.partyB .imgText1 dd .text .title {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	padding: 20px 0 8px;
}

.partyB .imgText1 dd .text .time {
	font-size: 16px;
	color: #aaaaaa;
	height: 30px;
	line-height: 30px;
	margin-bottom: 14px;
}

.partyB .imgText1 dd .text .conText {
	height: 50px;
	line-height: 25px;
	font-size: 14px;
	overflow: hidden;
	color: #777777;
	margin-bottom: 15px;
}

.partyB .imgText1 dd .text .message {
	height: 30px;
	line-height: 30px;
	margin-bottom: 14px;
}

.partyB .imgText1 dd .text .message a {
	font-size: 16px;
	color: #999999;
}

.partyB .imgText1 dd:hover .text .message a {
	color: #b82013;
}

.partyB .imgText1 dd:hover .text .title {
	color: #b82013;
}

/*详情页 end*/
/* ========== 党建 end ========== */
/* ========== 主营业务 start ========== */
/*公共部分 start*/
.title .enTitle {
	font-size: 48px;
	color: #e5e5e5;
	height: 52px;
	line-height: 52px;
}

.title .cnTitle {
	font-size: 30px;
	color: #333333;
	height: 43px;
	line-height: 43px;
	font-weight: bold;
}

.businessCon .moreBtn {
	padding: 0 45px;
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	float: right;
	display: inline;
	box-shadow: 1px 1px 3px rgb(0 0 0 / 10%);
}

.businessCon .moreBtn a {
	line-height: 50px;
	color: #999999;
	background: url(../images/moreJt-hui.png) no-repeat right center;
}

/*公共部分 end*/
.businessC1 {
	padding: 50px 0 90px;
}

.businessC1 .title {
	margin-bottom: 87px;
}

.businessC1Con {
	position: relative;
}

.businessC1Con::after {
	clear: both;
	display: block;
	content: '';
	visibility: hidden;
}

.businessC1Con .businessC1L {
	float: left;
	display: inline;
	width: 53.8462%;
}

.businessC1Scroll {
	position: relative;
}

.businessC1Scroll .prev {
	background: rgba(255, 255, 255, .2) url(../images/prev.png) no-repeat center center;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 30px;
	bottom: 0;
	z-index: 3;
	cursor: pointer;
}

.businessC1Scroll .next {
	background: rgba(255, 255, 255, .2) url(../images/next.png) no-repeat center center;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 3;
	cursor: pointer;
}

.businessC1Scroll .prev:hover {
	background-color: #e86d0d;
}

.businessC1Scroll .next:hover {
	background-color: #e86d0d;
}

.businessC1Dl {
	box-shadow: 1px 10px 20px rgba(0, 0, 0, .1);
	padding: 40px 90px 40px 20px;
}

.businessC1Dl dd::after {
	clear: both;
	display: block;
	content: '';
	visibility: hidden;
}

.businessC1Dl dd {
	border-bottom: 1px solid #eeeeee;
}

.businessC1Dl dd:last-child {
	border-bottom: none;
}

.businessC1Dl dd .ddTitle {
	font-size: 0;
	padding: 20px 0 15px;
	height: 47px;
	line-height: 47px;
	display: block;
	padding-top: 10px;
	cursor: pointer;
}

.businessC1Dl dd .ddTitle em {
	display: block;
	float: left;
	width: 47px;
	height: 47px;
	margin: 0 32px 0 20px;
	background-position: center center;
	background-repeat: no-repeat;
}

.businessC1Dl dd .ddTitle .textCon {
	overflow: hidden;
}

.businessC1Dl dd .ddTitle .text {
	font-size: 20px;
	color: #666666;
	margin-right: 52px;
	overflow: hidden;
}

.businessC1Dl dd .ddTitle i {
	height: 47px;
	width: 47px;
	background: url(../images/businessTb4.png) no-repeat center center;
	float: right;
	display: inline;
	cursor: pointer;
	transition: all 500ms;
	-webkit-transition: all 500ms;
}

.businessC1Dl dd .ddCon .textC {
	font-size: 16px;
	line-height: 32px;
	height: 96px;
	color: #333333;
	margin-right: 23px;
	overflow: auto;
	padding-right: 10px;
}

.businessC1Dl dd .ddCon {
	display: none;
	padding: 10px 0;
}

.businessC1Dl dd .ddTitle .em2 {
	display: none;
}

.businessC1Dl dd.active em {
	height: 47px;
}

.businessC1Dl dd.active .ddTitle .em1 {
	display: none;
}

.businessC1Dl dd.active .ddTitle .em2 {
	display: block;
}

.businessC1Dl dd.active .ddTitle .text {
	font-size: 30px;
	color: #b82013;
	font-weight: bold;
	height: 47px;
	line-height: 47px;
}

.businessC1Dl dd.active .ddCon {
	display: block;
}

.businessC1Dl dd.active i {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	background: url(../images/businessTb3.png) no-repeat center center;
}

.businessC1Con .businessC1R {
	position: absolute;
	right: 0;
	top: -43px;
	width: 50%;
}

.businessC1Con .businessC1R .pic:before {
	padding-top: 66.6667%;
}

.businessC2 {
	background: url(../test/businessC2Bg.jpg) no-repeat center bottom;
	padding: 50px 0 60px;
	overflow: hidden;
}

.businessTitleCon {
	overflow: hidden;
}

.businessTitleCon .title {
	overflow: hidden;
	margin-bottom: 50px;
}

.bussinessScroll {
	overflow: hidden;
	position: relative;
	margin-right: -20px;
}

.bussinessScroll .bdBox {
	position: relative;
	overflow: hidden;
	padding: 0 80px;
}

.bussinessScroll .bd {
	width: 100%;
	height: 100%;
}

.bussinessScroll .bd .slick-list,
.bussinessScroll .bd .slick-track {
	height: 100%;
}

.bussinessScroll .bd .myslide {
	width: 20%;
	float: left;
	display: inline;
}

.bussinessScroll .bd .myslide .con {
	height: 100%;
	position: relative;
	margin-right: 20px;
	background-color: #fff;
}

.bussinessScroll .bd .myslide .picBox {
	padding: 10px 58px;
	position: relative;
	transition: all 1s;
	-webkit-transition: all 1s;
}

.bussinessScroll .bd .myslide .pic::before {
	padding-top: 83.0861%;
}

.bussinessScroll .bd .myslide img {
	object-fit: contain;
}

.bussinessScroll .bd .myslide .text {
	height: 60px;
	line-height: 60px;
	border-top: 1px solid #f0f0f0;
	font-size: 16px;
	color: #4c4c4c;
	padding: 0 20px;
	text-align: center;
	transition: all 500ms;
	-webkit-transition: all 500ms;
}

.bussinessScroll .bd .prev {
	width: 48px;
	height: 48px;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 99;
	background: #dcdcdc url(../images/prev.png) no-repeat center center;
	cursor: pointer;
}

.bussinessScroll .bd .next {
	width: 48px;
	height: 48px;
	border-radius: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 99;
	background: #dcdcdc url(../images/next.png) no-repeat center center;
	cursor: pointer;
}

.bussinessScroll .bd .prev:hover,
.bussinessScroll .bd .next:hover {
	background-color: #b82013;
}

.bussinessScroll .con .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0, 0, 0, .2);
	left: 0;
	top: 0;
}

.bussinessScroll .con .mask span {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	background: #b82013 url(../images/jiahao-1.png) no-repeat center center;
	cursor: pointer;
}

.bussinessScroll .con:hover .picBox .mask {
	opacity: 1;
}

.bussinessScroll .con:hover .text {
	background-color: #b82013;
	color: #fff;
}

.businessC3 {
	padding: 60px 0;
	overflow: hidden;
}

.businessC3List::after {
	clear: both;
	display: block;
	content: '';
	visibility: hidden;
}

.businessC3List dd {
	float: left;
	display: inline;
	width: 25%;
	height: 220px;
	padding: 0 20px;
	border: 1px solid #e9e9e9;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: -1px;
	margin-right: -1px;
	transition: all 500ms;
	-webkit-transition: all 500ms;
}

.businessC3List dd .pic:before {
	padding-top: 23.4615%;
}

.businessC3List dd .pic img {
	object-fit: contain;
}

.businessC3List dd:hover {
	box-shadow: 1px 10px 10px rgba(0, 0, 0, .1);
}

/* ========== 主营业务 end ========== */
/* ========== 集团概况 start ========== */
.groupC1 {
	position: relative;
	overflow: hidden;
}

.groupC1 .title {
	margin-bottom: 115px;
	padding-top: 50px;
}

.groupC1 .bg {
	background-color: #b82013;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 230px;
	width: 100%;
}

.groupC1T .text {
	min-height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #333333;
	margin-bottom: 83px;
	width: 50.3205%;
	text-align: justify;
}

.groupC1B {
	background-color: #b82013;
	height: 230px;
}

.groupC1B .text {
	min-height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #fff;
	width: 50.3205%;
	text-align: justify;
}

.videoC {
	width: 620px;
	position: absolute;
	right: 10%;
	bottom: 97px;
}

.videoC .pic::before {
	padding-top: 56.0386%;
}

.videoC .text {
	background-color: #fff;
	height: 132px;
	font-size: 18px;
	color: #333333;
	text-align: center;
}

.videoC .text span {
	display: block;
	color: rgba(51, 51, 51, .3);
	height: 30px;
	line-height: 30px;
}

.videoC em {
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background: #d7d8da url(../images/vadioTb.png) no-repeat center center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	cursor: pointer;
}

.groupC2 {
	background: url(../test/historyBg2.jpg) no-repeat center center;
	position: relative;
	height: 885px;
	overflow: hidden;
}

.groupC2 .title {
	padding-top: 55px;
	margin-bottom: 50px;
}

.groupC2Con .bg {
	background: url(../images/historyBg1.png) no-repeat center bottom;
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 100%;
	height: 100%;
}

.grouphistoryScroll .bdBox {
	position: relative;
	border-radius: 20px;
}

.grouphistoryScroll .bd {
	width: 100%;
	height: 100%;
}

.grouphistoryScroll .bd .slick-list,
.historyScroll .bd .slick-track {
	height: 100%;
	width: 100%;
	overflow: visible;
}

.grouphistoryScroll .bd .myslide {
	width: 100%;
}

.grouphistoryScroll .bd .con {
	height: 100%;
	position: relative;
}

.grouphistoryScroll .bd .pic::before {
	padding-top: 66.6667%;
}

.grouphistoryScroll .bd .pic img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	background-color: #fff;
}

.grouphistoryScroll dd .icn {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background-color: #a1f0c0;
	position: relative;
}

.grouphistoryScroll dd .icn::before {
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.grouphistoryScroll dd .icn1 {
	position: absolute;
	left: 135px;
	top: 203px;
}

.grouphistoryScroll dd .icn2 {
	position: absolute;
	left: 126px;
	top: 66px;
}

.grouphistoryScroll dd .icn3 {
	position: absolute;
	left: 125px;
	top: 90px;
}

.grouphistoryScroll dd .icn4 {
	position: absolute;
	left: 118px;
	top: -67px;
}

.grouphistoryScroll dd span {
	font-family: Poppins-Medium;
	display: block;
	box-shadow: 1px 4px 18px rgb(0 0 0 / 30%);
}

.grouphistoryScroll .dd1 span {
	display: block;
	position: absolute;
	left: 3px;
	bottom: 177px;
	font-size: 30px;
	color: #eeefe7;
	width: 120px;
	height: 120px;
	border-radius: 100%;
	background-color: #efd812;
	line-height: 120px;
	text-align: center;
}

.grouphistoryScroll .dd2 span {
	display: block;
	position: absolute;
	left: -8px;
	bottom: 45px;
	font-size: 30px;
	color: #eeefe7;
	width: 180px;
	height: 180px;
	border-radius: 100%;
	background-color: #b82013;
	line-height: 180px;
	text-align: center;
}

.grouphistoryScroll .dd3 span {
	display: block;
	position: absolute;
	left: 7px;
	bottom: 195px;
	font-size: 30px;
	color: #e7ece9;
	width: 140px;
	height: 140px;
	border-radius: 100%;
	background-color: #eab817;
	line-height: 140px;
	text-align: center;
}

.grouphistoryScroll .dd4 span {
	display: block;
	position: absolute;
	left: 5px;
	bottom: -163px;
	font-size: 30px;
	color: #fff;
	line-height: 45px;
	width: 140px;
	height: 140px;
	border-radius: 100%;
	background-color: #eab817;
	line-height: 140px;
	text-align: center;
}


.historyList {
	margin-right: -80px;
	height: 630px;
}

.historyList::after {
	clear: both;
	visibility: hidden;
	display: block;
	content: '';
}

.historyList dd {
	width: 25%;
	float: left;
	display: inline;
	position: relative;
	visibility: hidden;
	height: 100%;
}

.historyList .ddSpan span {
	width: 100px;
	height: 100px;
	background: #e9c66c;
	border-radius: 100%;
	position: absolute;
	left: 60px;
	bottom: 65px;
}

.historyList dd.show {
	visibility: visible;
}

.historyList dd::before {
	display: block;
	content: '';
	background: url(../images/historyListTb.png) no-repeat center center;
	width: 5px;
	height: 15px;
}

.historyList .ddCon {
	margin-right: 80px;
	position: absolute;
}

.historyList .ddCon .text {
	font-size: 15px;
	max-height: 250px;
	line-height: 25px;
	color: #666666;
	margin-bottom: 20px;
	overflow: hidden;
	overflow: auto;
}

.historyList .dd1 .ddCon {
	animation-delay: 0s;
	bottom: 398px;
}

.historyList .dd2 .ddCon {
	animation-delay: 0s;
	padding-top: 0;
	bottom: 340px;
}

.historyList .dd3 .ddCon {
	padding-top: 0;
	animation-delay: 0s;
	bottom: 349px;
}

.historyList .dd4 .ddCon {
	animation-delay: 0s;
	margin-top: -10px;
}


.historyList dd::before {
	display: block;
	content: '';
	background: url(../images/historyListTb.png) no-repeat center center;
	width: 5px;
	height: 50px;
}

.historyList dd.dd1::before {
	position: absolute;
	left: 139px;
	top: 228px;
}

.historyList dd.dd2::before {
	position: absolute;
	left: 132px;
	top: 95px;
}

.historyList dd.dd3::before {
	position: absolute;
	left: 131px;
	top: 112px;
}

.historyList dd.dd4::before {
	position: absolute;
	left: 123px;
	top: -35px;
}

.grouphistoryScroll .bd .prev {
	background: url(../images/prev.png) no-repeat center center;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-color: #605a5a1f;
	position: absolute;
	left: -74px;
	bottom: -6px;
	cursor: pointer;
}

.grouphistoryScroll .bd .next {
	background: url(../images/next.png) no-repeat center center;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-color: #605a5a1f;
	position: absolute;
	right: 0;
	bottom: 71px;
	cursor: pointer;
	z-index: 5;
}

.grouphistoryScroll .bd .next:hover {
	background-color: #b82013;
}

.grouphistoryScroll .bd .prev:hover {
	background-color: #b82013;
}

@keyframes ani-fadeIn {
	from {
		visibility: visible;
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	to {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes ani-fadeIn {
	from {
		visibility: visible;
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	to {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.ani-fadeIn {
	-webkit-animation-name: ani-fadeIn;
	animation-name: ani-fadeIn
}

.groupC3 {
	padding-top: 50px;
	overflow: hidden;
}

.groupC3 .businessTitleCon {
	overflow: hidden;
}

.groupC3 .businessTitleCon .moreBtn {
	float: right;
	display: inline;
}

.groupC3 .businessTitleCon .title {
	overflow: hidden;
}

.honnorBox {
	padding-top: 24.3943662%;
	position: relative;
}

.honnorCont {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.groupC3Scroll {
	margin: 0 100px;
	height: 100%;
}

.groupC3Scroll li {
	height: 100%;
	width: 50%;
	text-align: center;
	cursor: pointer;
	opacity: 1 !important;
}

.groupC3Scroll li.roundabout-in-focus {
	cursor: default;
}

.honnor_a {
	position: relative;
	display: block;
}

.honnor_a::before {
	padding-top: 140.625%;
	display: block;
	content: '';
}

.autoImg img {
	max-width: 100%;
	max-height: 100%;
	left: 50%;
	top: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*轮播样式*/
.cultureC4Scroll {
	position: relative;
	width: 1440px;
	padding-bottom: 127px;
	cursor: pointer;
}

.cultureC4Scroll .bd .swiper-wrapper .swiper-slide {
	width: 50%;
}

.cultureC4Scroll .bd .swiper-wrapper .swiper-slide .con {
	display: block;
}

.cultureC4Scroll .bd .swiper-wrapper .swiper-slide .con .pic {
	overflow: hidden;
}

.cultureC4Scroll .bd .swiper-wrapper .swiper-slide .con .pic::before {
	padding-top: 70.7222%;
}

.cultureC4Scroll .bd .swiper-wrapper .swiper-slide .con .pic img {
	object-fit: contain;
	background-color: #fff;
}

.groupC3 .cultureC4Scroll .bd .swiper-wrapper .swiper-slide .con .pic img {
	object-fit: contain;
}

.cultureC4Scroll .bd .swiper-wrapper .swiper-slide .con .text {
	position: absolute;
	left: 0;
	bottom: -60px;
	width: 100%;
	line-height: 60px;
	height: 60px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.56078) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.56078) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.56078) 0%, rgba(0, 0, 0, 0) 100%);
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.cultureC4Scroll .pic img {
	object-fit: contain;
}

.cultureC4Dot {
	text-align: center;
	position: absolute;
	left: 0 !important;
	bottom: 60px;
	line-height: 20px;
	height: 20px;
	width: 100%;
}

.cultureC4Dot span {
	background-color: #999;
	opacity: 1;
	width: 12px;
	height: 12px;
	margin: 0 6px;
}

.cultureC4Dot span.swiper-pagination-bullet-active {
	width: 35px;
	border-radius: 5px;
}

.cultureC4Prev {
	display: block;
	width: 42px;
	height: 42px;
	cursor: pointer;
	background: #fff url(../images/prev-1.png) no-repeat center center;
	position: absolute;
	left: 0;
	top: 37%;
	margin-top: -25px;
	z-index: 1;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-radius: 100%;
	border: 1px solid #b82013;
}

.cultureC4Next {
	display: block;
	width: 42px;
	height: 42px;
	cursor: pointer;
	background: #fff url(../images/next-1.png) no-repeat center center;
	position: absolute;
	right: 0px;
	top: 37%;
	margin-top: -25px;
	z-index: 1;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-radius: 100%;
	border: 1px solid #b82013;
}

.cultureC4Scroll .cultureC4Prev:hover {
	background: #b82013 url(../images/prev.png) no-repeat center center;
	;
}

.cultureC4Scroll .cultureC4Next:hover {
	background: #b82013 url(../images/next.png) no-repeat center center;
	;
}

.cultureC4Scroll .swiper-slide.swiper-slide-active .con .pic .text {
	bottom: 0;
	opacity: 1;
	visibility: visible;
}

.groupC4 {
	background-color: #f5f5f5;
	padding: 50px 0;
	overflow: hidden;
}

.groupC4 .pic::before {
	padding-top: 61.5385%;
}

.groupC4 .pic img {
	object-fit: contain;
}

.groupC5 {
	padding-bottom: 60px;
	overflow: hidden;
}

.groupC5 .title {
	padding-top: 50px;
}

.groupC5Scroll {
	position: relative;
	margin-right: -30px;
}

.groupC5Scroll::after {
	clear: both;
	visibility: hidden;
	display: block;
	content: '';
}

.groupC5Scroll .bdBox {
	position: relative;
}

.groupC5Scroll .bd {
	width: 100%;
	height: 100%;
	min-height: 600px;
}

.groupC5Scroll .bd .slick-list,
.groupC5Scroll .bd .slick-track {
	height: 100%;
}

.groupC5Scroll .bd .myslide {
	width: 25%;
	float: left;
	display: inline;
}

.groupC5Scroll .bd .myslide .con {
	height: 100%;
	position: relative;
	margin-right: 30px;
	background-color: #fff;
	padding-top: 80px;
}

.groupC5Scroll .bd .myslide .picBox {
	position: relative;
}

.groupC5Scroll .bd .myslide .pic::before {
	padding-top: 112.8065%;
}

.groupC5Scroll .bd .myslide img {
	object-fit: cover;
	object-position: center top;
}

.groupC5Scroll .bd .myslide .textCon {
	background-color: #f5f5f5;
	padding: 0 37px 30px 27px;
	border-bottom: 1px solid #cdcdcf;
}

.groupC5Scroll .bd .myslide .name {
	font-size: 22px;
	color: #222222;
	height: 150px;
	line-height: 50px;
	padding-top: 15px;
}

.groupC5Scroll .bd .myslide span {
	font-size: 16px;
	color: #666666;
	display: block;
}

.groupC5Scroll .bd .myslide .text {
	font-size: 14px;
	color: #666666;
	height: 40px;
	line-height: 40px;
}

.groupC5Scroll .bd .prev {
	width: 42px;
	height: 42px;
	border-radius: 100%;
	border: 1px solid #ef7000;
	background: url(../images/prev-1.png) no-repeat center center;
	cursor: pointer;
	position: absolute;
	right: 87px;
	top: -102px;
	z-index: 99;
}

.groupC5Scroll .bd .next {
	width: 42px;
	height: 42px;
	border-radius: 100%;
	border: 1px solid #ef7000;
	background: url(../images/next-1.png) no-repeat center center;
	cursor: pointer;
	position: absolute;
	right: 30px;
	top: -102px;
	z-index: 99;
}

.groupC5Scroll .bd .prev:hover {
	background: #b82013 url(../images/prev.png) no-repeat center center;
}

.groupC5Scroll .bd .next:hover {
	background: #b82013 url(../images/next.png) no-repeat center center;
	box-shadow: 1px 10px 10px rgba(237, 112, 0, .1);
}

.groupC5Scroll .bd .myslide:hover .con {
	top: -60px;
}

.groupC5Scroll .bd .myslide:hover .textCon {
	background-color: #b82013;
}

.groupC5Scroll .bd .myslide:hover .name,
.groupC5Scroll .bd .myslide:hover span,
.groupC5Scroll .bd .myslide:hover .text {
	color: #fff;
}

.groupC6 {
	height: 920px;
	position: relative;
	overflow: hidden;
}

.bTab {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	height: 920px;
}

.bTab dd {
	width: 25%;
	height: 100%;
	text-align: center;
	position: relative;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	display: inline;
	float: left;
}

.bTab dd::before {
	display: block;
	content: '';
	width: 1px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.2);
	position: absolute;
	top: 0;
	right: 0;
}

.bTab dd:last-child::before {
	display: none;
}

.bTab dd .text {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	transform: translateY(-50%);
	-webkiy-transform: translateY(-50%);
}

.bTab dd .icn {
	height: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 30px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transition: all 800ms;
	-webkit-transition: all 800ms;
	overflow: hidden;
}

.bTab dd .title {
	font-size: 24px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-weight: bold;
}

.bTab dd .titlec {
	font-size: 15px;
	line-height: 35px;
	color: #fff;
	overflow: hidden;
	height: 35px;
	padding: 0 30px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: bold;
}

.bTab dd .indexMore {
	transform: translateY(20px);
	opacity: 0;
	-webkit-transform: translateY(20px);
	transition: all 400ms linear;
	-webkit-transition: all 400ms linear;
	visibility: hidden;
}

.bTab dd:hover {
	background: linear-gradient(rgba(255, 255, 255, 0), rgba(184, 32, 19, .4));
}

.bTab dd:hover .indexMore {
	transform: translateY(0);
	opacity: 1;
	-webkit-transform: translateY(0);
	visibility: visible;
}

.bTab dd:hover .icn {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.bg1Swiper,
.bg1Swiper .swiper-wrapper,
.bg1Swiper .swiper-slide {
	height: 100% !important;
	width: 100% !important;
}

.bg1Swiper {
	position: absolute !important;
	top: 0;
	left: 0;
}

.bg1Swiper .swiper-wrapper {
	transform: translate(1px) !important;
	/*解决swiper第一个不改变*/
	margin-left: -1px;
	left: 0 !important;
}

.bg1Swiper .swiper-slide {
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
	transform: scale(1.3) !important;
	transition: 1.5s ease-in-out;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg1Swiper .swiper-slide-active {
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 2;
	transform: scale(1) !important;
}

.indexMore {
	text-align: center;
}

.indexMore.textL {
	text-align: left;
}

.indexMore.c1More a {
	background-color: #b82013;
}

.indexMore a {
	width: 148px;
	height: 46px;
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 46px;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.indexMore a::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	inset: 0 0 0 0;
	transition: transform .3s ease-out;
	z-index: 1;
	transform: scaleX(0);
	transform-origin: bottom right;
	background: #b82013;
	border-radius: 24px;
}

.indexMore a:hover::before {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.indexMore a span {
	z-index: 2;
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
}

.indexMore a em {
	width: 16px;
	height: 48px;
	background: url(../images/moreJt.png) no-repeat center;
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	margin-top: -1px;
	z-index: 2;
	position: relative;
}

.indexMore a:hover {
	border-color: transparent;
}

/* ========== 集团概况 end ========== */
/* ========== 企业文化 start ========== */
.philosophyC1 .title {
	padding: 50px 0;
}

.philosophyC1Scroll {
	position: relative;
	padding-bottom: 140px;
	overflow: hidden;
	width: 97.3646%;
	left: 50%;
	margin-left: -780px;
}

.philosophyC1Scroll .bd {
	width: 100%;
	height: 100%;
	font-size: 0;
	margin-right: -20px;
}

.philosophyC1Scroll .bd .slick-list,
.philosophyC1Scroll .bd .slick-track {
	height: 100%;
	width: 100%;
	overflow: visible;
}

.philosophyC1Scroll .bd .myslide {
	height: 100%;
	width: 25%;
}

.philosophyC1Scroll .bd .con {
	height: 100%;
	position: relative;
	margin-right: 20px;
}

.philosophyC1Scroll .bd .con .pic::before {
	padding-top: 48.5386%;
}

.philosophyC1Scroll .bd .textCon {
	padding: 0 68px;
	position: absolute;
	left: 0;
	top: 0;
}

.philosophyC1Scroll .bd .moreBtn {
	position: absolute;
	left: 70px;
	bottom: -20px;
}

.philosophyC1Scroll .bd .title {
	font-size: 24px;
	color: #fff;
	height: 60px;
	line-height: 60px;
	padding: 62px 0 20px;
}

.philosophyC1Scroll .bd .text {
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	height: 250px;
	overflow: auto;
	margin-right: 40px;
	padding-right: 20px;
}

.philosophyC1Scroll .slick-dots {
	position: absolute;
	left: 50%;
	bottom: 50px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.philosophyC1Scroll .slick-dots li {
	float: left;
	display: inline;
	margin-right: 20px;
	border: 1px solid #b82013;
	width: 13px;
	height: 13px;
	border-radius: 100%;
	cursor: pointer;
}

.philosophyC1Scroll .slick-dots li.slick-active {
	background-color: #b82013;
}

.philosophyC2 {
	overflow: hidden;
}

.philosophyC2 .businessTitleCon {
	padding: 50px 0;
}

.philosophyC2 {
	padding-bottom: 60px;
	background-color: #f5f5f5;
}

.philosophyC2 .cultureC4Scroll .pic img {
	background-color: #fff;
}

.philosophyC2 .cultureC4Scroll .pic .text {
	text-align: center;
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	color: #fff;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.philosophyC2 .cultureC4Scroll .bd .swiper-wrapper .swiper-slide {
	background-color: #fff;
	overflow: hidden;
}

.dnSlide-main {
	position: relative;
	visibility: hidden;
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 800px;
	height: 234px;
	margin-left: auto;
	margin-right: auto;
	-webkit-tap-highlight-color: transparent;
}

.dnSlide-main.done {
	visibility: visible;
}

.dnSlide-main.dn-response {
	width: 100%;
	margin-bottom: 60px;
}

.dnSlide-main.dn-response .dnSlide-list {
	width: 100%;
	height: 100%;
	position: relative;
}

.dnSlide-main a,
.dnSlide-main img {
	display: block;
	border: 0px;
}

.dnSlide-main .dnSlide-list {
	width: 800px;
	height: 234px;
	list-style: none;
}

.dnSlide-main .dnSlide-btn {
	color: black;
	height: 234px;
	width: 100px;
	opacity: 0.5;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: opacity 0.3s;
	z-index: 10;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
}

.dnSlide-main .dnSlide-btn:hover {
	opacity: 0.8;
	transition: opacity 0.3s;
}

.dnSlide-main.dnSlide-hide {
	display: none;
}

.dnSlide-main .dnSlide-item {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25%;
}

.dnSlide-main .dnSlide-item::before {
	display: block;
	content: '';
	padding-top: 140.625%;
}

.dnSlide-main .dnSlide-item img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: contain;
	background: #ddd;
}

.dnSlide-main .dnSlide-left-btn {
	background-size: 35%;
	left: 0;
}

.dnSlide-main .dnSlide-right-btn {
	background-size: 35%;
	right: 0;
	left: auto;
}

.dnSlide-main .dnSlide-left-btn {
	background-image: url("../images/prev-2.png");
	background-size: 35%;
	left: 0;
	width: 42px;
	height: 42px;
	background-color: #fff;
}

.dnSlide-main .dnSlide-right-btn {
	background-image: url("../images/next-2.png");
	background-size: 35%;
	right: 0;
	left: auto;
}


.philosophyC3 {
	background: url(../test/philosophyC3Bg.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 50px 0 80px;
	overflow: hidden;
}

.philosophyC3List {
	overflow: hidden;
	margin-right: -60px;
}

.philosophyC3List dd {
	float: left;
	display: inline;
	width: 50%;
}

.philosophyC3List .ddCon {
	margin-right: 60px;
	overflow: hidden;
}

.philosophyC3List dd .ddL {
	width: 32.0513%;
	float: left;
	display: inline;
	height: 367px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 13px 20px;
}

.philosophyC3List .dd1 .ddL {
	background: url(../test/philosophyC3Img2.jpg) no-repeat center bottom;
	background-size: cover;
}

.philosophyC3List .dd2 .ddL {
	background: url(../test/philosophyC3Img3.jpg) no-repeat center bottom;
	background-size: cover;
}

.philosophyC3List .ddL .title {
	font-size: 18px;
	color: #fff;
	height: 70px;
	line-height: 35px;
	margin-bottom: 7px;
}

.philosophyC3List .ddL .text {
	font-size: 15px;
	color: #fff;
	min-height: 30px;
	line-height: 30px;
}

.philosophyC3List .ddL .more {
	height: 35px;
	line-height: 35px;
	position: absolute;
	right: 20px;
	bottom: 17px;
}

.philosophyC3List .ddL .more a {
	font-size: 16px;
	color: #fff;
	background: url(../images/philosophyTb1.png) no-repeat right center;
	padding-right: 25px;
	display: block;
	line-height: 35px;
}

.philosophyC3List dd .ddR {
	overflow: hidden;
}

.philosophyC3List .ddR .pic:before {
	padding-top: 72%;
}


.philosophyC4 {
	padding: 50px 0;
	overflow: hidden;
}

.businessTitleCon {
	overflow: hidden;
}

.businessTitleCon .moreBtn {
	float: right;
	display: inline;
}

.businessTitleCon .moreBtn:hover {
	background-color: #b82013;
}

.businessTitleCon .moreBtn:hover a {
	color: #fff;
	background: url(../images/moreJt.png) no-repeat right center;
}

.businessTitleCon .title {
	overflow: hidden;
}

.philosophyList {
	overflow: hidden;
	margin-right: -30px;
}

.philosophyList dd {
	float: left;
	display: inline;
	width: 33.3333%;
	margin-bottom: 30px;
}

.philosophyList dd .pic:before {
	padding-top: 66.6%;
}

.philosophyList dd .text {
	background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .8));
	min-height: 30px;
	line-height: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.philosophyList dd .text span {
	font-size: 16px;
	color: #fff;
	display: block;
	padding: 0 30px;
}

.philosophyList .ddCon {
	margin-right: 30px;
	overflow: hidden;
}

/* ========== 企业文化 end ========== */

/* ========== 频道页 end ========== */