body .banner-wrap .nav-wrap {
	background-color: #008A45;
}
body .banner-wrap .nav-wrap .inner-nav-wrap .nav-item {
	color: #FFF;
}
.box_r_top{
	width: 100%;
	height: 50px;
	border-top: 2px solid #008A45;
	background: #F8F8F8;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.box_r_top p{
	font-size: 16px;
	color: #008A45;
	font-weight: bold;
	margin-left: 13px;
}

.box_r_top a{
	font-size: 14px;
	color: #999999;
}

.box_r_top a i{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 5px;
}

/* 党建红色样式 */
.box_r .style-red {
	border-top: 2px solid #DF1919 !important;
	background: #FFF9F1;
}

.box_r .style-red p {
	color: #DF1919 !important;
}

.content{
	width: 800px;
  margin: 0 auto;
}

/* 集团简介 */

.content_tit{
	width: 100%;
	font-size: 20px;
	color: #3A3A3A;
	line-height: 26px;
	text-align: center;
	font-weight: bold;
	padding: 30px 0 12px;
}

.content_subtit {
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #4A4A4A;
	line-height: 24px;
	margin-bottom: 8px;
}

.content_subtit span {
	margin: 0 8px;
}

.content_tet{
	width: 100%;
}

.content_tet p{
	width: 100%;
	font-family: SimSong;
	font-size: 16px;
	color: #4A4A4A;
	line-height: 2em;
	text-align: justify;
	text-indent: 2em;
}

.content_tet img {
	height: auto;
	display: block;
	margin: 0 auto;
}

.content_tet img:not([style*="width"]):not([width]) {
	width: 85%;
	height: auto;
  display: block;
  margin: 0 auto;
}

.content_lyday{
	/* width: 100%; */
	padding-top: 30px;
}

.content_lyday p{
	width: 100%;
	font-size: 16px;
	color: #4A4A4A;
	line-height: 24px;
	text-align: right;
}

.content_bot{
	width: 100%;
	padding-top: 12px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.content_bot p{
	font-size: 16px;
	color: #4A4A4A;
	line-height: 24px;
}

.box_r_bot{
  width: 720px;
  margin: 0 auto;
	padding-top: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.box_r_bot span{
	font-size: 14px;
	color: #999999;
	line-height: 16px;
}

.box_r_bot .icons img{
	display: block;
	width: 32px;
	height: 32px;
	margin-left: 14px;
}

.box_r_bot .icons .active {
	display: none;
}

.box_r_bot .icons:hover .default {
	display: none;
}

.box_r_bot .icons:hover .active {
	display: block;
}

/* 视频 */

.content_video {
	width: 800px;
	height: auto;
	margin: 24px auto 0;
}

.content_video video {
	width: 100%;
	height: auto;
}
