*{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration: none;
}
.wrap{
	width: 100%;
}
.header_main{
	height: 135px;
}
.footering{
	width: 100%;
	height: 280px;
}
.content{
	width: 100%;
}
.header_banner{
	width: 100%;
}
.banner_main{
	width: 100%;
}
.banner_img{
	width: 100%;
}
/*关于我们*/
.aboutcons{
	z-index: 0;
	padding-top: 50px;
	width: 100%;
}
.aboutcons_main{
	position: relative;
	text-align: center;
	margin: 0px auto;
	width: 1200px;
}
.aboutcons_main_top{
	width: 100%;
}
.aboutcons_main_top_top{
	margin: 0px auto;
	width: 130px;
	height: 35px;
	background: #FFFFFF;
	border: none;
}
.aboutcons_main_top_center{
	z-index: -3;
	position: absolute;top: 17.5px;
	width: 1200px;
	height: 70px;
	border: 1px solid #D9D9D9;
}
.aboutcons_main_top_bottom{
    margin: 0px auto;
	width: 600px;
	height: 50px;
}
.aboutcons_main_top_bottom_ul li{
	background-color: #0B67C5;
	text-align: center;
	line-height: 50px;
	width: 150px;
	height: 50px;
	float: left;
}
.aboutcons_main_top_bottom_ul li:hover{
	background-color:orangered;
	text-align: center;
	line-height: 50px;
	width: 150px;
	height: 50px;
	float: left;
}
.aboutcons_main_top_bottom_ul li a{
	color: #FFFFFF;
}
/*主体内容*/
.linkcons{
	width: 100%;
	height: 400px;
}
.linkcons_main{
	margin: 0px auto;
	width:1100px;
}
.linkcons_main_top{
	margin: 0px auto;
	width: 1100px;
	height: 400px;
}
.linkcons_main_top div{
	float: left;
}
.linkcons_main_top_left{
	width: 500px;
}
.links_top{
	padding-bottom: 20px;
	border-bottom: 2px solid #666666;
}
.links_center{
	padding-top: 20px;
	text-align: left;
}


.links_center p{
	font-family:"微软雅黑";
	line-height:5px;
	padding-top:20px;
	text-align: left;
}


.link_img{
	padding-left: 50px;
}
.linkcons_main_bottom{
	padding-top: 40px;
	margin: 0px auto;
	width: 600px;
	height: 400px;
}

@media only screen and (min-width: 100px) and (max-width: 1200px) {
	.banner_img {
		width: 1200px;
	}
}