* {
	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%;
}

.linkcons_main {
	margin: 0px auto;
	width: 1200px;
}

.linkcons_main_top {
	margin: 0px auto;
	width: 910px;
}

.linkcons_main_center_ul li {
	margin: 0px 80px;
	display: inline-block;
}

.linkcons_main_bottom {
	margin: 0px auto;
	width: 1200px;
	height: 350px;
}


/*//主体*/
.mes_t1{
	color: #0064D4;
	font-size: 20px;
	font-family: "微软雅黑";
}
.mes_t2{
	margin-top: 10px;
	font-size: 14px;
	color: #999999;
}
.message_center{
	margin-top: 20px;
}
.message_center_form{
	width: 800px;
	height: auto;
	margin: 0px auto;
	border: 1px solid #999999;
	border-radius: 10px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 30px;
}
.message_center_form p {
	margin: 20px 0px;
}

.message_center_input {
	text-indent: 5px;
	outline: none;
	border: 1px solid #DEDEDE;
	background: #F7F7F7;
	margin-left: 25px;
	width: 495px;
	height: 40px;
}

.message_center_text {
	outline: none;
	border: 1px solid #DEDEDE;
	background: #F7F7F7;
	margin-left: 25px;
	width: 495px;
	height: 120px;
}

#message_center_btn {
	outline: none;
	margin: 0px auto;
	width: 491px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	border-radius: 6px;
	display: block;
	font-family: '微软雅黑';
	background-color: #f60;
	border-style: none;
	text-align: center;
	color: #FFFFFF;
}
@media only screen and (min-width: 100px) and (max-width: 1200px) {
	.banner_img {
		width: 1200px;
	}
}