
/*banner部分*/

.gaoqi_button{
	width: 400px;
	height: 100px;
	position: absolute;
	top: 65%;
	right: 22%;
	font-size: 44px;
	padding: 0;
	border-radius: 10px;
	color: #ffffff;
	font-weight: bold;
	background-color: #ff6c00;
	cursor: pointer;
	
}


/*高企价值部分*/

.gaoqi_vaule{
	width: 1200px;
	height: 630px;
	margin: 100px auto;
	position: relative;
}
.gaoqi_vaule .vaule_hd{
	width: 180px;
	height: 350px;
	float: left;
	position: absolute;
	top: 50%;
	left: 50px;
	margin-top: -175px ;
	background: url(../images/gaoqi-vaulehd.png) no-repeat;
}

.ALL{
	width: 840px;
	height: 258px;
	border: 1px dashed #CCCCCC;
	border-radius: 10px;
	float: left;
	margin-left: 290px;
	padding: 20px;
}
.ALL li{
	width: 138px;
	height: 238px;
	border: 1px solid #d82a2a;
	font-size: 14px;
	color: #999999;
	padding: 10px;
	line-height: 24px;
	float: left;
	margin-left: 10px;
}
.ALL li .lg{
	width: 60px;
	height: 60px;
	margin: 10px auto;
}
.ALL li span{
	display: block;
	width: 138px;
	height: 30px;
	font-size: 24px;
	color: #ffbc2b;
	line-height: 30px;
	text-align: center;
}
.ALL li p{
	width: 128px;
	height: 120px;
	margin: 0 auto;
}
.gq_va_ul2{
	margin-top: 28px;
}
.gq_va_ul2 li{
	border: 1px solid #ffbc2b;
}
.gq_va_ul2 li span{
	color: #d82a2a;
}

/*高企认定条件*/

.gaoqi_cd_bg{
	width: 100%;
	height: 810px;
	background: url(../images/gaoqi-cd-bg.png) no-repeat;
}
.gaoqi_cd_bd{
	width: 1200px;
	height: 810px;
	margin: 0 auto;
	position: relative;
	padding-top: 50px;
}
.gaoqi_cd_bd .cd_bd_left{
	width: 180px;
	height: 350px;
	float: left;
	position: absolute;
	top: 50%;
	left: 50px;
	margin-top: -175px ;
	background: url(../images/gaoqi-cd-left.png) no-repeat;
}
.gaoqi_cd_bd .cd_bd_right{
	margin-left:340px ;
}


/*高企认定流程*/
.gaoqi_flow{
	width: 1200px;
	height: 740px;
	margin: 0 auto;
	position: relative;
}
.gaoqi_flow .flow_left{
	width: 180px;
	height: 350px;
	float: left;
	position: absolute;
	top: 50%;
	left: 50px;
	margin-top: -175px ;
	background: url(../images/gaoqi-flow-left.png) no-repeat;
}
.gaoqi_flow .flow_right{
	margin: 100px 0 0 340px;
}


/*底部bannner*/
.gaoqi_ftbanner{
	width: 100%;
	height: 496px;
	overflow: hidden;
	position: relative;
}
.gaoqi_ftbanner img{
	width: 100%;
	height: 496px;

}

.gaoqi_ft_button{
	width: 400px;
	height: 100px;
	position: absolute;
	top: 70%;
	left: 27%;
	font-size: 44px;
	padding: 0;
	border-radius: 10px;
	color: #ffffff;
	font-weight: bold;
	background-color: #ca0d0d;
	cursor: pointer;
}

















