
.head{
	width: 100%;
	height: 425px;
	background:url(../images/顶部背景图@2x.png) no-repeat;
	background-size: 100%;
}

.head-menu{
	height: 100px;
	width: 100%;
	min-width: 1200px;
	background: none;
}


.resume{
	width: 100%;
	min-width: 1200px;
	margin: auto;
}
.resume-img{
	text-align: center;
	font-size: 40px;
	color: #333333;
	width: 818px;
	height: 72px;
	margin: auto;
	background:url(../images/发展历程@2x.png) no-repeat;
	background-position: bottom;
	background-size: 100%;
}

.resume div {
	margin-top: 80px;
}
.resume div p {
	color: #333333;
	font-family: 微软雅黑 ;
	font-size: 20px;
	line-height:35px;
	letter-spacing:1.17px;
	padding-bottom: 20px;
	max-width: 1100px;
	margin: auto;
	text-align: justify;	
}


.history{
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	padding-bottom: 80px;
	background: url(../images/history-bg.png) no-repeat;
	background-position: bottom left;
	background-size:100%;
}

.history-img{
	text-align: center;
	font-size: 40px;
	color: #333333;
	width: 818px;
	height: 72px;
	margin: 80px auto 50px;
	background:url(../images/发展历程@2x.png) no-repeat;
	background-position: bottom;
	background-size: 100%;
	
}

.history-table{
	margin: auto;
	border-collapse:collapse;
}


.history-table tr .td1{
	width: 120px;
	height: 120px;
	padding: 0;
}
.history-table tr .td2{
	width: 550px;
	background: url(../images/history-tree.png) no-repeat;
	background-size:100%;
}
.history-table tr .td3{
	width: 130px;
	height: 120px;
	padding: 0;
	text-align: right;
}

.history-header{
	width:120px;
	height: 120px;
}

.history-table2{
	border-collapse:collapse;
	padding: 0;
	width: 100%;
}
.history-table2 tr{
	height: 120px;
}
.history-table2 tr .td4{
	text-align: right;
	width: 275px;
}
.history-table2 tr .td5{
	text-align: left;
	width: 275px;
}

.history-title{
	color: #333333;
	font-size: 26px;
	line-height: 37px;
}
.history-desc{
	color: #666666;
	font-size: 20px;
	line-height: 28px;
	display: inline-block;
	margin-top: 10px;
}

/* 底部样式 */
.fail{
	width: 100%;
	min-width: 1200px;
	margin-top: -68px;
	background-color: #464646;
	height: 200px;
}

