@charset "utf-8";
/* ===================首页样式111========================== */

/*网站黑白*/

/*html {*/
/*	-webkit-filter: grayscale(100%);*/
/*	-moz-filter: grayscale(100%);*/
/*	-ms-filter: grayscale(100%);*/
/*	-o-filter: grayscale(100%);*/
/*	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
/*	_filter: none;*/
/*}*/


.Container-wrapper {
	margin-top: 75px;
}

/* banner */
.banner-container {
	width: 100%;
	position: relative;
}

.banner {
	width: 100%;
}

.banner-picwords {
	width: 100%;
}

.banner-pic {
	width: 100%;
	height: calc(100vh - 75px);
	overflow: hidden;
}

.banner-pic img {
	width: 100%;
	object-fit: cover;
}

.banner-pic .banner-pc {
	display: block;
	height: 100%;
	object-fit: cover;
}

.banner-pic .banner-mb {
	display: none;
	min-height: 320px;
}

.banner-text {
	position: absolute;
	left: 16.666%;
	top: 30%;
}

.banner-text h5 {
	font-size: 52px;
	color: #fff;
	font-weight: bold;
	position: relative;
	padding-bottom: 18px;
}

.banner-text h5::after {
	width: 40px;
	height: 3px;
	/*background-color: #fff;*/
	position: absolute;
	left: 5px;
	bottom: 0px;
	content: '';
}

.banner-text h6 {
	font-size: 28px;
	color: #fff;
	line-height: 42px;
	max-width: 570px;
	margin-top: 20px;
}

.banner .swiper-slide-active .banner-text h5 {
	animation: bannertextright 1s ease both 400ms;
}

.banner .swiper-slide-active .banner-text h6 {
	animation: bannertextdow 1s ease both 1000ms;
}

@keyframes bannertextright {
	0% {
		transform: translateX(-80px);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes bannertextdow {
	0% {
		transform: translateY(-30px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 20px;
}

.banner .swiper-pagination-bullet {
	width: 30px;
	height: 3px;
	background-color: #fff;
	opacity: 1;
	border-radius: 0;
}

.banner .swiper-pagination-bullet-active {
	width: 50px;
	background-color: #c39a6b;
}

/* 内容 */
section {
	position: relative;
	padding: 70px 0;
	background: #fff;
	overflow: hidden;
}

.gray {
	background-color: #f8f9fa;
}

.container {
	width: 1280px;
	margin: 0 auto;
}

.about-left {
	width: 640px;
	padding: 0 15px;
	float: left;
}

.title-a {
	font-size: 35px;
	font-weight: bold;
	color: #404049;
}

.title-b {
	font-size: 20px;
	color: #c39a6b;
	font-style: italic;
}

.about-title {
	margin-bottom: 20px;
}

.about-text {
	margin-bottom: 50px;
	font-size: 16px;
}

.about-but {
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #c39a6b;
	border-radius: 40px;
	font-size: 16px;
	color: #fff;
}

.about-right {
	width: 640px;
	padding: 0 15px;
	float: left;
}

/* main */

.main-title {
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
}

.main-nr {
	margin-top: 50px;
}

.main-right a {
	display: flex;
	align-items: center;
	font-size: 16px;
}

.main-right a p {
	margin-right: 8px;
	color: #C39A6B;
}

.main-a {
	background: #fff;
	padding: 40px 20px;
	margin: 0 15px;
	float: left;
	width: 396px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border-radius: 10px;
	text-align: center;
	
}

.main-a-top {
	margin: 20px 0;
	font-size: 18px;
	font-weight: bold;
}

.main-a-text {
	margin-bottom: 30px;
	font-size: 15px;
}

/* 新闻中心 */

.press-nr {
	margin-top: 40px;
}

.press-left {
	float: left;
	width: 640px;
	padding: 0 15px;
}

.press-right {
	float: left;
	width: 640px;
	padding: 0 15px;
}

.press-text {
	background-color: rgba(0, 0, 0, .6);
	font-size: 16px;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
}

.press-ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #eaeaea;
	height: 75px;
}

.press-time {
	width: 80px;
	text-align: center;
	color: #b0b0b0;
	border-right: 1px solid #eaeaea;
}

.press-img {
	width: 610px;
	height: 375px;
}

.press-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.press-time p:nth-child(1) {
	font-size: 30px;
}

.press-xw {
	max-width: 370px;
	margin-left: 20px;
}


.title-xw {
	font-size: 35px;
	font-weight: bold;
}

.xw-title {
	justify-content: space-between;
	margin-bottom: 10px;
}

.xw-ul {
	margin-top: 20px;
}

.xw-ul li {
	position: relative;
	padding: 0 0 0 15px;
	border-bottom: 1px solid #d9d9d9;
	line-height: 50px;
	height: 50px;
	font-size: 14px;
	color: #666;
	background: url(../image/ico06.png) no-repeat left center;
	margin-top: 11px;
	display: flex;
	justify-content: space-between;
}

.xw-ul li a{
    width: 500px;
}

/* 党建专题 */

.nr-box {
	margin-top: 50px;
}


.list-ul li {
	background: #fff;
	margin: 0 15px;
	float: left;
	width: 396px;
	margin-bottom: 30px;
	box-shadow: 0 0 10px rgb(0, 0, 0, .1);
	border-radius: 10px;
}

.list-img {
	width: 396px;
	height: 286px;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.list-img:hover img {
	transform: scale(1.06);
}

.list-ul li img {
	width: 100%;
	height: 100%;
	transition: .4s ease;
	object-fit: cover;
}

.list-text {
	padding: 20px;
}

.list-title {
	font-size: 20px;
	color: #404049;
	margin-bottom: 20px;
}

.list-text p {
	font-size: 15px;
	color: #666666;
	margin-bottom: 20px;
}

.list-text-a:hover .list-title {
	color: #C39A6B;
}

.list-botton {
	display: flex;
	justify-content: space-between;
	color: #b0b0b0;
}

.ck-but {
	color: #c39a6b;
}

/* 集团概况 */

.group-left {
	background-color: #fff;
	float: left;
	width: 300px;
	text-align: center;
}

.group-left ul li {
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	border-bottom: 1px solid #f0f0f0;
}

.group-left ul li:hover {
	color: #C39A6B;
}

.group-left ul .top {
	height: 90px;
	line-height: 90px;
	background-color: #c39a6b;
	color: #fff;
	font-size: 20px;
}

.group-left ul .active {
	color: #c39a6b;
}

.group-right {
	margin-left: 30px;
	background-color: #fff;
	float: left;
	padding: 30px 40px;
	width: 950px;
}

.group-title {
	display: flex;
	align-items: center;
	font-size: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
}

.group-nr {
	margin-top: 20px;
}

.title-top {
	text-align: center;
	font-size: 30px;
	color: #c39a6b;
	margin-bottom: 20px;
}

.group-nr p {
	text-indent: 2em;
	font-size: 15px;
	color: #666;
	margin-bottom: 10px;
}

.group-img {
	margin: 10px auto;
	text-align: center;
}

.work-img {
	width: 100%;
	margin: 40px 0;
}

.jk-note-content {
	border-left: 1px solid #f0f0f0;
	margin: 50px 0 0 0;
}

.clearfix::before,
.clearfix::after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.jk-note-content ul li.title:before {
	content: " ";
	background: #c39a6b;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	position: absolute;
	left: -7px;
	top: 1px;
}

.jk-note-content ul li.title:after {
	content: " ";
	background: rgba(195, 154, 107, 0.2);
	width: 28px;
	height: 28px;
	border-radius: 50%;
	position: absolute;
	left: -14px;
	top: -6px;
}

.jk-note-content ul li.title {
	position: relative;
	font-size: 20px;
	font-weight: 100;
	color: #444;
}

.jk-note-content ul li {
	padding-left: 35px;
	margin-bottom: 30px;
}

.clear-img {
	width: 230px;
	height: 160px;
}

.clear {
	display: flex;
	font-size: 13px;

}

.clear-nr {
	margin-left: 20px;
	max-width: 580px;
}

.clear-nr div {
	margin-bottom: 3px;
}

.team-title {
	display: flex;
	align-items: center;
	font-size: 18px;
	margin-bottom: 20px;
}

.team-ico {
	height: 20px;
	width: 3px;
	background-color: #c39a6b;
	margin-right: 10px;
}

.team-a {
	float: left;
	width: 150px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border-radius: 10px;
	margin: 0 12px;
	margin-bottom: 10px;
}

.team-a-img {
	width: 100%;
	height: 152px;
	overflow: hidden;
}

.team-a-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .8s ease;
}

.team-a-img:hover img {
	transform: scale(1.1);
}



.team-text {
	padding: 8px 0;
	text-align: center;
	color: #666666;

}

.team-box {
	overflow: hidden;
	margin-bottom: 10px;

}

.contact {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 20px 0;
}

.contact-a {
	text-align: center;
	width: 33%;
}

.contact-a img {
	margin-bottom: 20px;
}

.iw_poi_title {
	color: #CC5522;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap
}

.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word
}

.newhot img {
	width: 30px;
	height: 30px;
}

/* 主营业务 */
.business-a {
	padding: 108px 40px;
	margin: 0 15px;
	float: left;
	width: 396px;
	height: 540px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border-radius: 10px;
	text-align: left;
	color: #fff;
}

.business-a div {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

.business-a {
	font-size: 16px;
}

.business-a p{
    text-indent: 32px;
}

.bg-a {
	background-image: url(../image/image06.png);
	background-repeat: no-repeat;
}

.bg-b {
	background-image: url(../image/image08.png);
	background-repeat: no-repeat;
}

.bg-c {
	background-image: url(../image/image09.png);
	background-repeat: no-repeat;
}

/* 详情 */

.top {
	height: 60px;
	line-height: 60px;
	font-size: 16px;
}

.details {
	background-color: #fff;
	padding: 45px 70px;
	border-top: 1px solid #C39A6B;
}

.top .container a .flex img {
	width: 7px;
	margin-right: 8px;
}

.details-title {
	font-size: 28px;
	margin-bottom: 15px;
}

.details-time {
	color: #666;
	font-size: 15px;
}

.mgr90 {
	margin-right: 90px;
}

.details-top {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 20px;
}

.details-nr {
	margin: 30px 0;
}

.details-nr p {
	margin-bottom: 8px;
}

.nav-top .active {
	color: #C39A6B;
}

.nav-top {
	color: #666;
}

.nav-top a {
	margin-right: 15px;
}

.nav-top a:hover {
	color: #C39A6B;
}

.nav-top span {
	margin-right: 15px;
}

.details-botton {
	margin-top: 50px;
	display: flex;
}

.bot-left {
	width: 50%;
	text-align: center;
}

.bot-left a {
	color: #C39A6B;
}

/* 新闻 */

.news-list {
	padding: 20px 30px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	overflow: hidden;
	margin-bottom: 20px;
	transition: all .4s ease;
}

.news-left {
	width: 220px;
	height: 150px;
	margin-right: 20px;
	float: left;
	overflow: hidden;
}

.news-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s ease;
}

.news-left:hover img {
	transform: scale(1.06);
}

.news-right {
	max-width: 800px;
	float: left;
	color: #666;
}

.news-title {
	font-size: 20px;
	margin-bottom: 25px;
	color: #333333;
}

.news-list:hover .news-title {
	color: #C39A6B;
}



.news-right p {

	margin-bottom: 35px;
}

.pages-warp {
	margin-top: 80px;
}

.num {
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #dfdfdf;
	color: #757575;
	font-size: 15px;
	margin-right: 10px;
}


.pagination li {
	height: 50px;
	width: 50px;
	text-align: center;
	float: left;
	line-height: 50px;
	background-color: #dfdfdf;
	color: #757575;
	font-size: 15px;
	margin-right: 10px;
}

.newso-list-box a:nth-child(2n+1) {
	float: left;
}

.newso-list-box a:nth-child(2n) {
	float: right;
}

.newso-list-box a {
	background-color: #fff;
	display: flex;
	align-items: center;
	width: 49%;
	border: 1px solid #F0F0F0;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	padding: 20px 0 20px 12px;
	transition: all .4s ease;
	margin-bottom: 30px;
}

.newso-i {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #eee;
	background: #fff url(../image/i3.png) no-repeat center;
	transition: all .4s ease;

}

.newso-w {
	margin-left: 20px;
	width: 474px;
	height: 60px;
}

.newso-w p:nth-child(1) {
	margin-bottom: 10px;
	font-size: 18px;
}

.newso-w p:nth-child(2) {
	color: #666;
}

.newso-a {
	width: 78px;
	height: 48px;
	background: url(../image/i4.png) no-repeat center;
	border-left: 1px solid #e5e5e5;
}

.newso-list-box a:hover {
	border-color: #C39A6B;
}

.newso-list-box a:hover .newso-i {
	background: #C39A6B url('../image/i3H.png') no-repeat center;
}

.newso-list-box a:hover .newso-a {
	background: url(../image/i4H.png) no-repeat center;
}

/* 人力资源 */

.resources {
	background-color: #fff;
	padding: 40px 30px;
}

.resources-title {
	background-color: #f7f8f9;
	border-top: 1px solid #C39A6B;
	height: 80px;
	line-height: 80px;
	padding-left: 40px;
	padding-right: 150px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	display: flex;
	justify-content: space-between;
}

.resources-list {
	padding-left: 40px;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #f0f0f0;
	font-size: 15px;
}

.resources-a {
	width: 958px;
}

.resources-a p {
	max-width: 870px;
	margin-right: 20px;
}

.main .nr-box .list-ul li:nth-child(4) {
	display: none;
}

.none {
	display: none;
}

.none-a {
	display: none;
}

.press-right .press-ul li:hover{
	color: #C39A6B;
}

.press-right .press-ul li:hover .press-time{
	color: #C39A6B;
}

.xw-ul li:hover{
	color: #C39A6B;
}

.newhot-b{
	display: none;
}

.press-right .press-ul li:hover .newhot-b{
	display: block;
}

.press-right .press-ul li:hover .newhot-a{
	display: none;
}

.main-a:hover{
	background-color: #C39A6B;
	color: #fff;
	transition: .4s ease;
}

.main-a-b{
	display: none;
}

.main-a:hover .main-a-a{
	display: none;
	transition: .4s ease;
}

.main-a:hover .main-a-b{
	display: inline;
	text-align: center;
	transition: .6s ease;
}

.resources-list:hover{
	color: #C39A6B;
}

/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {

	.none {
		display: block;
	}

	.Container-wrapper {
		margin-top: 60px;
	}

	section {
		padding: 40px 0;
	}

	/* 首页 */
	.container {
		width: 92%;
	}

	.about-left {
		width: 100%;
		text-align: center;
	}

	.about-but {
		display: none;
	}

	.about-text {
		margin-bottom: 30px;
	}

	.about-right {
		width: 100%;
	}

	.about-right img {
		width: 100%;
	}

	.main-title {
		display: flex;
		width: 100%;
		align-items: center;
	}

	

	.main-a {
		width: 30%;
		margin: 0 1.5%;
	}

	.press-left {
		width: 100%;
		margin-bottom: 20px;
	}

	.press-img {
		width: 100%;
	}

	.press-right {
		width: 100%;
	}

	.list-ul li {
		width: 48.5%;
		margin-left: 1.5%;
		margin-right: 0;
	}

	.list-img {
		width: 100%;
	}

	.main .nr-box .list-ul li:nth-child(4) {
		display: block;
	}

	/* 集团概括 */

	.group-left {
		display: none;
	}

	.nav-top {
		justify-content: center;
	}

	.group-right {
		width: 100%;
		margin-left: 0;
	}

	.team-a {
		width: 23%;
		margin-left: 2%;
		margin-right: 0;
		margin-bottom: 12px;
	}

	/* 主营业务 */

	.business-a {
		width: 30%;
		margin: 0 1.5%;
		height: 450px;
		background-size: 100% 100%;
		padding: 80px 40px;
	}

	/* 新闻中心 */

	.news-left {
		width: 35%;
		margin-right: 3%;

	}

	.news-right {
		width: 62%;
	}

	.pages-warp {
		margin-top: 50px;
	}

	.newso-list-box a {
		width: 100%;
	}

	.newso-w {
		width: 78%;
	}

	.mgr90 {
		margin-right: 40px;
	}

	.resources-title {
		padding: 0 40px;
	}

	.resources-title div:nth-child(1) {
		width: 80%;
	}

	.resources-list {
		padding-right: 35px;
		justify-content: space-between;
	}

	.resources-a {
		width: 80%;
	}

	.resources-a p {
		margin-right: 10px;
	}

	.details {
		padding: 30px;
	}
	
	.banner-pic {
		width: 100%;
		height: calc(100vh - 60px);
		overflow: hidden;
	}
}


@media all and (max-width:640px) {

	/* 移动终端以上 360 适配 */
	.about-left {
		padding: 0;
	}

	.about-right {
		padding: 0;
	}

	.banner-text {
		text-align: center;
		left: 0;
		width: 100%;
	}

	.banner-text h5 {
		font-size: 30px;
	}

	.banner-text h6 {
		font-size: 18px;

	}

	.title-a {
		font-size: 24px;
	}

	.title-b {
		display: none;
	}

	.about-text {
		font-size: 14px;
	}

	.main-a {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}

	.main-nr {
		margin-top: 30px;
	}

	.press-left {
		padding: 0;
	}

	.press-img {
		height: 200px;
	}

	.press-text {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	.press-right {
		padding: 0;
	}

	.press-time {
		height: 50px;
		width: 65px;
	}

	.press-time p:nth-child(1) {
		font-size: 22px;
	}

	.newhot img {
		width: 24px;
		height: 24px;
	}

	.press-xw {
		width: 65%;
	}

	.title-xw {
		font-size: 24px;
	}

	.xw-ul li a {
		width: 70%;
	}

	.list-ul li {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;

	}

	.main .nr-box .list-ul li:nth-child(4) {
		display: none;
	}

	.nr-box {
		margin-top: 30px;
	}

	.top .container .flex {
		display: block;
	}


	.nav-top {
		width: 100%;
		white-space: nowrap;
		overflow-x: scroll;
	}

	.nav-top span {
		display: none;
	}

	.nav-top::-webkit-scrollbar {
		width: 0 !important
	}
	
	.group-title{
		display: none;
	}
	
	.group-right{
		padding: 20px;
	}
	
	.title-top{
		font-size: 22px;
	}
	
	.group-nr p{
		font-size: 14px;
		text-indent: 0;
		
	}
	
	.group-img img{
		width: 100%;
	}
	
	.clear{
		display: block;
	}
	
	.clear-img{
		width: 100%;
	}
	
	.clear-nr{
		margin-left: 0;
		margin-top: 10px;
	}
	
	.team-a{
		width: 48%;
	}
	
	.contact{
		display: block;
		text-align: center;
	}
	
	.contact-a{
		width: 100%;
	}
	
	.business-a{
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}
	
	.main-right a p{
		font-size: 14px;
	}
	
	.main-right a img{
		height: 14px;
	}
	
	.news-list{
		padding: 10px;
	}
	
	.news-left{
		width: 100%;
		height: 200px;
		margin-right: 0;
	}
	
	.news-right{
		width: 100%;
		margin-top: 10px;
	}
	
	.news-title {
		margin-bottom: 10px;
	}
	
	.newso-a{
		display: none;
	}
	
	.newso-w p:nth-child(1){
		font-size: 16px;
	}
	
	.newso-i{
		width: 52px;
		height: 52px;
	}
	
	.newso-w{
		margin-left: 3%;
	}
	
	.details{
		padding: 20px;
	}
	
	.details-title{
		font-size: 22px;
	}
	
	.details-time {
		font-size: 14px;
	}
	
	.details-time div:nth-child(2) {
		display: none;
	}
	
	.details-nr{
		margin: 20px 0;
	}
	
	.resources{
		padding: 20px 3%;
	}
	
	.resources-title{
		padding:0 3%;
		font-size: 16px;
		height: 60px;
		line-height: 60px;
	}
	
	.resources-title div:nth-child(1){
		width: auto;
		padding-left: 6%;
	}
	
	.resources-list{
		padding: 0 3%;
		display: flex;
		justify-content: space-between;
		font-size: 14px;
		height: 60px;
		line-height: 60px;
	}
	
	.resources-a{
		width: 70%;
		
	}
	
	.resources-a p{
		width: 100%;
	}
	
	.resources-a img{
		display: none;
	}
	
	.top{
		height: 50px;
		line-height: 50px;
	}
	
	.main-title{
		padding: 0;
	}
	
	.banner-pic {
		width: 100%;
		height: calc(100vh - 60px);
		overflow: hidden;
	}
	
	.details-nr img{
		width: 100%;
		height: auto;
	}
	
	
	.group-nr p img{
	    width: 100%;
		height: auto;
	}
	
	.select-list{
	    font-size: 12px;
	}
	
	/*.details-botton{*/
	/*	display: block;*/
	/*}*/
	
	/*.bot-left{*/
	/*	width: 100%;*/
	/*	margin-bottom: 10px;*/
	/*}*/
	
	
}

.m1{
    filter: brightness(1) invert(0);
}

