/*公司信息*/
@media (min-width: 	750px) {
	.corporate_information{
		position: relative;
		margin-top: -287px;
		height: 287px;
		clear: both;
		width: 100%;
		background-color: #4a4a4a;
		padding: 28px 0;
	}
	.corporate_information p{
		margin: 0;
	}
	.CI_box{
		max-width: 880px;
		margin: 0 auto;
	}
	.CI_list{
		width: 100px;
		float: left;
	}
	.CI_list:first-child{
		margin-left: 33px;
	}
	.CI_list ul li{
		color: #b0afaf;
		font-size: 14px;
		line-height: 22px;
		cursor: pointer;
	}
	.CI_list ul li a{
		color: #b0afaf;
	}
	.CI_list ul li:hover a{
		color: #fff;
	}
	.CI_list ul li:first-child a{
		font-size: 16px;
		font-weight: 600;
		color: #fff;
	}
	.put_on_records{
		margin-top: 20px;
		padding-left: 33px;
	}
	.put_on_records p{
		color: #fff;
		line-height: 23px;
	}
	body,html,.wrapper{
		height: 100%;
	}
	body>.wrapper{    
		width: 100%;
		height: auto;
		min-height: 100%;
	}
	.main{
		padding-bottom: 287px;
	}
	.clearfixed{
		display: inline-block;
   }
   .clearfixed:after {
		content: "";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
   }  
}

@media (max-width: 	750px) {
	.corporate_information{
		background-color: #4a4a4a;
		padding: 12px 5%;
	}
	.CI_list{
		width: 100%;
	}
	.CI_list ul li{
		width: 80px;
		float: left;
		color: #b0afaf;
		font-size: 10px;
		line-height: 1.5em;
	}
	.CI_list ul li:first-child{
		width: 100%;
		font-size: 10px;
		/*font-weight: 600;*/
		color: #fff;
	}
	.put_on_records{
		margin-top: 15px;
	}
	.put_on_records p{
		font-size: 10px;
		margin: 0;
		line-height: 1.5em;
		color: #fff;
	}
}