html {
	height: initial;
}

body {
	overflow-x: hidden;
}


/*
 * 集团简介
 */

.companyProfile img {
	width: auto;
	height: auto;
	max-width: 12rem;
	max-height: initial;
	margin: 0.58rem auto 0;
}

/*
 * 董事长致辞
 */

.speech-content {
	display: flex;
}

.speech-content-left {
	width: 7.42rem;
	margin-right: 0.45rem;
	text-align: right;
}

.speech-content-left p:nth-of-type(1) {
	text-align: justify;
}

.speech-content-left img {
	width: 2.26rem;
	height: 0.88rem;
}
.speech-content-right {
	width: 4.13rem;
}
.speech-content-right img {
	width: 4.13rem;
	height: 5.75rem;
}


/*
 * 发展历程
 */

.history .content .head {
	margin-top: 0.56rem;
	margin-bottom: 0.66rem;
	color: #C7A767;
	font-size: 0.42rem;
	line-height: 1;
}

.history .content .timerShaft .item {
	display: flex;
	margin-bottom: 0.32rem;
}

.history .content .timerShaft .item p {
	color: #48485C;
}

.history .content .timerShaft .item>p:nth-of-type(1) {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.04rem;
	height: 1.04rem;
	margin-right: 0.6rem;
	font-size: 0.28rem;
	text-align: center;
	background-color: #fff;
	border: 1px solid #48485C;
	border-radius: 50%;
}

.history .content .timerShaft .item>p:nth-of-type(2) {
	flex: 1;
	display: flex;
	align-items: center;
}


/*
 * 组织架构
 */

.structure-img {
	margin-top: initial;
}


/*
 * 管理团队
 */

.team .rowFlex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.team .rowFlex .item {
	width: 4.55rem;
	margin-bottom: 0.5rem;
	display: flex;
	flex-direction: column;
	text-align: left;
}

.team .rowFlex .item:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.team .rowFlex .item img {
	width: 2.8rem;
	height: 3.24rem;
	object-fit: cover;
}

.team .rowFlex .item p:nth-of-type(1) {
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
	color: #c7a767;
	font-size: 0.42rem;
	line-height: 1;
}

.team .rowFlex .item p:nth-of-type(2),
.team .rowFlex .item p:nth-of-type(3) {
	color: #c7a767;
	font-size: 0.2rem;
	line-height: 1.2;
}

.team .rowFlex .item p:nth-last-of-type(1) {
	position: relative;
	margin-top: 0.42rem;
	color: #48485C;
	font-size: 0.16rem;
	letter-spacing: 2px;
	text-align: justify;
}

.team .rowFlex .item p:nth-last-of-type(1):after {
	content: "";
	position: absolute;
	top: 0.1rem;
	left: -0.15rem;
	z-index: 1;
	width: 5px;
	height: 5px;
	background-color: #48485c;
	border-radius: 50%;
}


/*
 * 企业荣誉
 */

.honor .flexBox {
	width: 100%;
	margin-top: 0.95rem;
}

.honor .flexBox>.title .head {
	font-size: 0.4rem;
	color: rgba(199, 167, 103, 1);
	line-height: 1;
}

.honor .flexBox>.title .subhead {
	margin-top: 0.1rem;
	font-size: 0.2rem;
	color: rgba(199, 167, 103, 1);
	line-height: 1;
}

.honor .flexBox>.list {
	display: flex;
	flex-wrap: wrap;
}

.honor .flexBox>.list .item {
	width: calc(100% / 3 - 0.4rem);
	margin-top: 0.4rem;
	margin-right: 0.4rem;
}

.honor .flexBox>.list .item .imgbox {
	width: 100%;
	height: 2.42rem;
	padding: 0.08rem;
	text-align: center;
	background-color: #eee;
	border: 1px solid #48485C;
}

.honor .flexBox>.list .item .imgbox img {
	width: auto;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.honor .flexBox>.list .item .remark {
	padding: 0 0.4rem;
	margin-top: 0.1rem;
	color: #48485C;
	font-size: 0.16rem;
	text-align: center;
}


/*
 * 党建工作
 */

.party-view:after {
	content: "";
	display: inline-block;
	width: 100%;
	clear: both;
}

.party-view p {
	height: auto;
	max-height: 4.09rem;
	color: #48485c;
	font-size: 0.16rem;
	text-align: justify;
	overflow: hidden;
}

.party-view-left {
	float: left;
}
.party-view-left > p {
	text-indent: 0.4rem;
}
.party-view-left > p > img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 4rem;
	margin-top: 0.2rem;
	object-fit: cover;
	overflow: hidden;
}

.party-view-right {
	float: right;
	position: relative;
	width: 3.25rem;
	height: 4.09rem;
}

.party-view-right:before {
	content: "";
	position: absolute;
	top: -0.1rem;
	right: -0.1rem;
	bottom: 0;
	left: 0.1rem;
	z-index: 1;
	height: 4.09rem;
	border: 2px solid #C7A767;
}

.party-view-right img {
	position: absolute;
	top: 0;
	top: 0;
	left: 0;
	z-index: 1;
}


.party-view-banner {
	float: left;
}

.party-view-banner {
	width: 100%;
	height: 4.82rem;
}

.party-view-banner .swiper-container {
	width: 95%;
	padding-top: 0.5rem;
}

.party-view-banner .swiper-slide {
	background-position: center;
	background-size: 130% 120%;
	width: 60%;
	height: 4.46rem;
}

.party-view-banner .swiper-slide img {
	display: block;
	width: 100%;
	height: 4.46rem;
}

.party-view-banner .swiper-button-next,
.swiper-button-prev {
	top: 2.6rem;
	width: 0.56rem;
	height: 0.56rem;
}

.party-view-banner .swiper-button-next {
	background: url(../images/about/partyBuilding/prev.png) left top no-repeat;
	background-size: 100% 100%;
}

.party-view-banner .swiper-button-prev {
	background: url(../images/about/partyBuilding/next.png) left top no-repeat;
	background-size: 100% 100%;
}