.shareholder,.manage,.industry,.frame{
	width: 100%;
	max-width: 1920px;
	overflow: hidden;
	position: relative;
}
.hide_tree{
	display: block;
}
.tree_img{
	display: none;
}
.shareholder_img,.manage_img,.industry_img,.frame_img{
	width: 100%;
}
.tree-con,.meeting_img,.meeting_title{
	display: none;
}
.shareholder_img{
	display: block;
}
.bashisi{
	position: absolute;
	top: 0;
	display: block;
	width: 84%;
	max-width: 1320px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	overflow: hidden;
}
.G1_img,.G2_img,.G3_img{
	width: 100%;
	max-width: 1200px;
	display: block;
	margin: auto;
}
.G1_img{
	margin-top: 6%;
}
.G2_img,.G3_img{
	margin-top: 30px;
}
.shareholder_title{
	margin-top: 8%;
	
}


/*股东大会*/
.convention{
	width: 60%;
	max-width: 960px;
	background:rgba(0,0,0,0.7);
	margin-top: 10%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.convention_word{
	color: #fafafa;
	height: 100%;
	width: 90%;
	margin: auto;
	padding-bottom: 20px;
}
.convention_word>h2{
	margin: 0;
	font-size: 30px;
}
.xian{
	margin-top: 3%;
	width: 100%;
	height: 2px;
	background: url(../images/frame/Line.png)no-repeat;
	background-size: 100% 100%;
}
.huiyi{
	margin-top: 2%;
	font-size: 20px;
}
.huiyi span:nth-child(2){
	margin-left: 50%;
}
.committee{
	margin-top: 3%;
	line-height: 28px;
}


/*管理层*/
.manage_icon{
	width: 100%;
	margin-top: 14vw;
}
.manage_icon>ul{
	width: 90%;
	overflow: hidden;
	margin: auto;
}
.manage_icon li{
	width: 12.5%;
	float: left;
	text-align: center;
}
.manage_icon div{
	overflow: hidden;
	width: 78px;
	height: 74px;
	margin: auto;
}
.manage_img1{
	background: url(../images/frame/1Icon.png)no-repeat;
	background-size: 100% 100%;
}
.manage_img2{
	background: url(../images/frame/2Icon.png)no-repeat;
	background-size: 100% 100%;
}
.manage_img3{
	background: url(../images/frame/3Icon.png)no-repeat;
	background-size: 100% 100%;
}
.manage_img4{
	background: url(../images/frame/4Icon.png)no-repeat;
	background-size: 100% 100%;
}
.manage_img5{
	background: url(../images/frame/5Icon.png)no-repeat;
	background-size: 100% 100%;
}
.manage_img6{
	background: url(../images/frame/6Icon.png)no-repeat;
	background-size: 100% 100%;
}
.manage_img7{
	background: url(../images/frame/7Icon.png)no-repeat;
	background-size: 100% 100%;
}
.manage_img8{
	background: url(../images/frame/8Icon.png)no-repeat;
	background-size: 100% 100%;
}
.manage_icon img{
	display: inline-block;
	width: 70px;
}
.manage_icon p{
	margin-top: 20px;
	font-size: 16px;
	color: #FAFAFA;
}


/*集团各产业公司*/
.figure{
	width: 100%;
	max-width: 1320px;
	height: 380px;
	margin-top: 5vw;
}
.figure_top{
	width: 100%;
	height: 58%;
	color: #FAFAFA;
}
.figure_top>li{
	width: 25%;
	height: 100%;
	float: left;
	padding-left: 4px;
	padding-bottom: 4px;
}
.figure_top>li>div{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	overflow: hidden;
}
.figure_top_one{
	padding-left: 0 !important;
}
.figure_top_title{
	display: inline-block;
	float: left;
	font-size: 16px;
	letter-spacing: 2px;
	margin: 36px 18px;
}
.figured{
	opacity: 0.3;
	font-size: 58px;
	font-family: SKSans-Light;
	float: right;
	display: inline-block;
	margin-right: 5px;
}
.figure_ul{
	clear: both;
	margin: 30px 18px;
	letter-spacing: 2px;
	line-height: 26px;
}

/*下面*/
.figure_bottom{
	width: 100%;
	height: 42%;
	color: #FAFAFA;
}
.figure_bottom>li{
	width: 33.33%;
	float: left;
	height: 100%;
	padding-left: 4px;
}
.figure_bottom>li>div{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	overflow: hidden;
}
.figure_bottom h1{
	font-size: 58px;
	font-family: SKSans-Light;
	text-align: right;
	opacity: 0.3;
	padding-right: 5px;
	margin-top: 5px;
}
.figure_bottom p{
	font-family: PingFangSC-Light;
	font-size: 16px;
	color: #FAFAFA;
	letter-spacing: 2px;
	margin-top: 14%;
	padding-left: 20px;
}
.tree-con,.meeting_img,.meeting_title{
	display: none;
}


/*媒体查询*/

@media screen and (max-width: 1400px) {
	.shareholder_title{
		margin-top: 40px;
	}
	/*.figure{
		margin-top: 5vw;
	}*/
	.bashisi{
		width: 92%;
	}
	.figured{
		font-size: 48px;
	}
}