.about_content1{
	background: #f7f7f7;
	padding-top: 45px;
}
.about_content1_txt{
	width: 900px;
	margin: 0 auto;
	line-height: 2em;
}
.about_content1_txt>p{
	text-indent: 2em
}
.haveVideo{
	/*width: 100%;*/
	width: 450px;
	max-width: 450px;
	height: auto;
}
.about-1_main{
	text-align: center;
}
.about-1_content> .about-img1{
	width: 90%;
	padding: 25px 0;
	/*display: block;*/
}
.about-1_content> .imgs{
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 25px 0;
}
.about-1_content> .imgs >.img1{ float: left; }
.about-1_content> .imgs >.img2,.about-1_content> .imgs >.div2{ float: right; }
.about-1_content> .imgs >.div2{
	width: 315px;
	height: 182px;
	background: #f3f2ee;
	color: #333333;
	padding-top: 70px;
}
.about-1_content>p{
	text-align: left;
	text-indent: 2em;
	font-size: 14px;
	color: #666666;
	line-height: 1.8em;
}

.about-2_main{ padding: 50px 0; }
.about-2Par{ text-align: center; }



/*集团成员*/
/*集团成员*/
.members{
	
}
.members_main{
	height: 530px;
	overflow: hidden;
}
.members_content{ margin-top: 80px; }
.members_content>div{
	width: 23%;
	height: 300px;
	/*outline: 1px solid;*/
	float: left;
	display: inline-block;
	padding: 0 .8888%;
}
.h5_tit1{
	border-left: 2px solid #CAB179;
	color: #CAB179;
	padding-left: 10px;
	font-size: 18px;
}
.members_content>div>img{ margin-top: 10px; }
.members_content>div>div{
	background: #f7f7f7;
	padding: 10px 0;
}
.membersSwiper{
	position: relative;
	overflow: hidden;
}
.membersSwiper>div{
	width: 100%;
	height: 72px;
	position: relative;
}
.membersSwiper li{ text-align: center; }
.membersSwiper li>a {
	display: block;
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #727272;
}
.membersSwiper .page{
	position: absolute;
	width: 10px;
	height: 19px;
	top: 18px;
	cursor: pointer;
}
.prevP{
	background: url(../img/icon_pre.png) no-repeat;
	background-size: 100% 100%;
	left: 5px;
}
.nextP{
	background: url(../img/icon_next.png) no-repeat;
	background-size: 100% 100%;
	right: 5px;
}


/* 大屏幕 */
@media (max-width: 1160px){


}
@media (max-width: 1080px){

}

/* 平板电脑和小屏电脑之间的分辨率 */
@media (max-width: 979px){
	.haveVideo{
		width: 100%;
	}
}
@media (max-width: 900px) {
	.about-2Par > img { width: 100%; }
	.members_main{ height: auto; }
	.members_content>div{
		width: 47.7777777%;
		height: auto;
		margin-bottom: 40px;
	}
}
/* 横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width: 557px) {
	.members_content>div{ width: 95%; }
}

/* 横向放置的手机及分辨率更小的设备 */
@media (max-width: 480px) {

}

