p{
	margin: 0;
	padding: 0;
}

.box{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.box .box_l,
.box .box_l_t,
.box .ltul{
	width: 240px;
}

.box_l .box_l_t .frame-icon {
	margin: 6px 0 0 20px;
}

.box_l .w380 .frame-icon {
	margin: 6px 0 0 138px;
}

/* 右侧 */
.box_r{
	width: 930px;
	overflow-x: hidden;
}

.box_r_top{
	width: 100%;
	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;
}

.content{
	width: 100%;
}

/* 集团简介 */

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

.content_tet{
	width: 100%;
}

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

.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;
}

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

.box_r_bot{
	padding-top: 50px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.box_r_bot .shareContent {
	z-index: 100;
	margin-left: 50px;
	position: absolute;
}

.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;
}


/* 领导团队 */
.box .box_r .title {
  width: 100%;
  margin: 0 auto;
  font-size: 22px;
  font-weight: bold;
  color: #3a3a3a;
  display: flex;
  align-items: flex-end;
	margin-bottom: 20px;
}
.box .box_r .title > div {
  height: 100%;
}
.box .box_r .title .title-word {
  display: flex;
  align-items: center;
}
.box .box_r .title .title-subtitle {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  display: flex;
  align-items: flex-end;
  margin-left: 8px;
}

.leader-top-wrap {
	display: flex;
	flex-flow: column;
	margin-bottom: 16px;
}
.leader-top-wrap .leader-top__item {
	width: 100%;
	height: 260px;
	display: flex;
	margin-bottom: 24px;
	cursor: pointer;
}
.leader-top-wrap .leader-top__item .item-img {
	width: 200px;
	min-width: 200px;
	max-width: 200px;
	height: 260px;
	object-fit: cover;
	transition: all 0.6s;
}
.leader-top-wrap .leader-top__item .item-right {
	width: 100%;
	display: flex;
	flex-flow: column;
	padding: 21px 0px 0 20px;
	box-sizing: border-box;
	transition: background-color 0.6s;
	cursor: pointer;
}
.leader-top-wrap .leader-top__item .item-right .item-right__info {
	display: flex;
	align-items: flex-end;
	margin-bottom: 38px;
}

.leader-top-wrap .leader-top__item .item-right .item-right__info .info-text1 {
	font-size: 24px;
	font-weight: bold;
	color: #008A45;
	line-height: 28px;
	margin-right: 10px;
}
.leader-top-wrap .leader-top__item .item-right .item-right__info .info-text2 {
	font-size: 16px;
	font-weight: 400;
	color: #3A3A3A;
	line-height: 19px;
}
.leader-top-wrap .leader-top__item .item-right .item-right__subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #3A3A3A;
	line-height: 16px;
	margin-bottom: 10px;
}
.leader-top-wrap .leader-top__item .item-right .item-right__desc1 {
	font-size: 14px;
	font-weight: 400;
	color: #3A3A3A;
	line-height: 26px;
	overflow: hidden;
  line-clamp: 1;
  /*-webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;*/
	margin-bottom: 14px;
}
.leader-top-wrap .leader-top__item .item-right .item-right__desc2 {
	font-size: 14px;
	font-weight: 400;
	color: #3A3A3A;
	line-height: 26px;
	overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.leader-top-wrap .leader-top__item:hover .item-right {
	background-color: #008A45;
	color: #FFF;
}
.leader-top-wrap .leader-top__item:hover .item-right .item-right__info .info-text1,
.leader-top-wrap .leader-top__item:hover .item-right .item-right__info .info-text2,
.leader-top-wrap .leader-top__item:hover .item-right .item-right__subtitle,
.leader-top-wrap .leader-top__item:hover .item-right .item-right__desc1,
.leader-top-wrap .leader-top__item:hover .item-right .item-right__desc2 {
	color: #FFF;
}

.leader-other-wrap {
	width: 976px;
	display: flex;
	flex-wrap: wrap;
	margin-left: 175px;
}
.leader-other-wrap .leader-other__item {
	width: 1400px;
	min-width: 112px;
	max-width: 152px;
	display: flex;
	flex-flow: column;
	text-align: center;
	margin: 20px 5px 40px;
	padding-bottom: 20px;
	transition: all 0.6s;
}
.leader-other-wrap .leader-other__item .item-img {
	width: 151px;
	height: 210px;
	object-fit: cover;
	transition: all 0.6s;
}
.leader-other-wrap .leader-other__item .item-name {
	font-size: 20px;
	font-weight: 400;
	color: #008A45;
	line-height: 28px;
	margin: 20px 0 6px;
}
.leader-other-wrap .leader-other__item .item-position {
	font-size: 12px;
	font-weight: 400;
	color: #3A3A3A;
	line-height: 19px;
}

.leader-other-wrap .leader-other__item:hover {
	background-color: #008A45;
}

.leader-other-wrap .leader-other__item:hover .item-name {
	color: #FFF;
}

.leader-other-wrap .leader-other__item:hover .item-position {
	color: #FFF;
}

/* 部门信息 */
.department-wrap {
	margin-top: 14px;
	margin-left: 0;
	width: 790px;
}
.department-wrap .leader-other__item {
	width: 33.3%;
	min-width: 33.3%;
	max-width: 33.3%;
	margin: 0;
}

.department-wrap .department-item {
	width: 100%;
	height: 76px;
	margin: 0 auto;
	color: #4A4A4A;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.department-wrap .department-item:hover {
  background: #F8F8F8;
	color: #008A45;
}

/* 企业资质 */
.qualifications-wrap {
	width: 862px;
	margin-left: -12px;
}
.qualifications-wrap .qualifications-item {
	width: 247px;
	min-width: 247px;
	max-width: 247px;
	margin: 20px 12px;
}

.qualifications-wrap .qualifications-item .item-img {
	width: 247px;
	height: 148px;
	margin: 0 auto;
}

.qualifications-wrap .qualifications-item .item-position {
	margin-top: 20px;
	font-size: 14px;
	color: #000;
}

.w380 {
	width: 380px !important;
}

.w790 {
	width: 790px !important;
}
