.title{
	height: 66px;
	display: flex;
	justify-content: center;
	position: relative;
}
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}
 .title img{
	height: 100%;
}
.title span{
	font-size: 40px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	position: absolute;
	top: 36px;
	transform: translate(-50%);
	left: 50%;
}
/* 平台资源优势 */
.platform{
	background-color: #fff;
	padding: 114px 0 78px 0;
}
.platform .platform-container{
	overflow: hidden;
	position: relative;
	height: 695px;
	width: 100%;
	margin-top: 83px;
	/* background-image: url('../img/about-2.png');
	background-repeat: no-repeat;
	background-position: calc(50% + 142px) 0;
	background-size: contain; */
}
.platform .platform-container .bgImg{
	height: 100%;
	position: absolute;
	top: 0;
	left: calc(50% + 142px);
	z-index: 0;
}
@media screen and (max-width:1200px) {
	.platform .platform-container .bgImg{
		height: 100%;
		position: absolute;
		top: 0;
		left:742px;
		z-index: 0;
	}
}
.platform .platform-container .container{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	z-index: 100;
}
 .platformList{
	height: 120px;
	width: 1135px;
	border: 1px solid #E9E9E9;
	box-sizing: border-box;
	padding-left: 37px;
	display: flex;
	align-items: center;
	overflow: hidden;
	
}
.platformList span:nth-child(1){
	font-size: 26px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	white-space: nowrap;
	margin-right: 24px;
}
.platformList span:nth-child(2){
	width: 79%;
	font-size: 20px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
}
.platformbox2{
	width: 1035px;
}
.platformbox3{
	width: 939px;
}
.platformbox4{
	width: 841px;
}
.platformbox5{
	width: 742px;
}

/* 数据资源优势 */
.information{
	background-color: #EEEEEE;
	padding-top: 86px;
}
.information-box .container{
	padding-bottom: 120px;
	margin-top: 122px;
	display: flex;
	align-items: center;
}
.informationLeft {
	height: 419px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-right: 27px;
}
.informationLeft .informList{
	height: 200px;
	width: 720px;
	background-color: #fff;
	padding: 47px 0 0 36px;
	display: flex;
}
.informationLeft .informList img{
	height: 76px;
	width: 66px;
	margin-right: 34px;
}
.informationLeft .informList .txt{
	width: 563px;
	display: flex;
	flex-direction: column;
}
.informationLeft .informList .txt span:nth-child(1){
	font-size: 22px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}
.informationLeft .informList .txt span:nth-child(2){
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #949494;
}
.informationRight{
	height: 416px;
	width: 600px;
}
.informationRight img{
	height: 100%;
	width: 100%;
}

.informBottom-box{
	background-color: #fff;
	padding: 132px 0 148px;
	overflow: hidden;
	
}
.informBottom-box .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.box{
	height: 445px;
	width: 386px;
	box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.13);
	background-color: #fff;
	padding-top: 48px;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.box img{
	height: 77px;
	width: 67px;
	margin-bottom: 22px;
}
.box span{
	font-size: 18px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #949494;
	line-height: 36px;
}
.box span:nth-child(2){
	font-size: 22px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	margin-bottom: 41px;
}

/* 媒体资源矩阵 */

.medium{
	background-color: #eee;
	overflow: hidden;
	padding: 74px 0 70px;
}
.medium .medium-img{
	width: 90%;
	margin: 93px 5% 0;
}

.other-industries{
	background-color: #fff;
	overflow: hidden;
	padding: 100px 0 63px;
}
.other-industries .other-industries-img{
	height: 822px;
	width: 921px;
	margin: 104px auto 0;
}
.other-industries .other-industries-img img{
	height: 100%;
	width: 100%;
}