* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style: none;
	font-family:"微软雅黑";
}
/*a{
    text-decoration:none;
    color:#FFFFFF;
}
*/

/*头部*/

.headtop{
	width: 100%;
	height: 135px;
}
.header_main1{
	width: 100%;
	background-color:rgb(67, 67, 67);
}
.top {
	margin: 0px auto;
	width: 1200px;
	height: 40px;
	font-size: 14px;
	list-style: none;
	color: #FFFFFF;

}
.top>div{
	float: left;
}
.top_left {
	height: 40px;
	width: 250px;
	line-height: 40px;
}

.top_right {
	margin-left: 400px;
	width: 500px;
	height: 40px;
	line-height: 40px;
	float: right;
}
.top_right>div{
	float: right;
}
.top_header1 {
	width: 25px;
	height: 25px;
	padding-top: 6px;
}

.top_header2 {
	margin-right: 20px;
}
.img_top{
	width: 20px;
	height: 20px;
}

/*页面header——center*/
.header_main2{
	width: 1200px;
	margin: 0px auto;
}
.lm_center {
	height: 95px;
	line-height: 90px;
}

.logo_img {
	padding-top: 10px;
	padding-left: 50px;	
	width: 180px;
	height: 80px;
}
.img_center{
	width: 180px;
	height: 80px;
}
.lm_center div {
	float: left;
}

.menu {
	font-size: 18px;
	width:970px;
}
.menu ul{
	padding-left:100px;
	width:100%;
}
.menu ul li {
	float: left;
	display: block;
	text-align: center;
	width: 125px;
	height: 95px;	
}
.menu ul li a{
	text-align: center;
	display: block;
	width: 125px;
	height: 95px;
	color: #0B67C5;
}
.select{
	background-color: #0B67C5;
}

.menu ul li a:hover {
	text-align: center;
	display: block;
		width: 125px;

	height: 95px;
	color: #FFFFFF;
	background-color: #0B67C5;
}







/*尾部*/
/*首页底部*/
.footering{
	width: 100%;
	height: 230px;
}
.footer{
	margin-top: 30px;
	width: 100%;
	height: 230px;
	background-color: rgb(67, 67, 67);
}
.footer_main{
	width: 1200px;
	margin: 0px auto;
}
.footer_main_top{
	border-top: 1px dashed #FFFFFF;
	border-bottom: 1px dashed #FFFFFF;
	text-align: center;
	width: 1200px;
	height: 42px;
	margin: 0px auto;
}
.footer_main_top_ul{
	text-align: center;
	width: 805px;
	height: 42px;
	margin: 0px auto;
}
.footer_main_top_ul li{
	float: left;
}
.footer_main_top_ul li a{
	font-size: 14px;
}
.footer_main_top_ul_li{
    display: block;
	width: 56px;
	height: 42px;
	margin-right: 33px;
}
.footer_main_top_ul_li a{
	color: #FFFFFF;
	display: block;
	width: 56px;
	height: 42px;
	line-height: 42px;
}
.footer_main_top_ul_li1{
	padding-left: 30px;
	line-height: 42px;
	background-color: #FFFFFF;
	width: 207px;
	height: 42px;
	margin-right: 33px;
}
.footer_main_top_ul_li1 div{
	float: left;
}
.footer_main_top_ul_center{
	padding-top: 8px;
	width: 44px;
	height: 30px;
}
.footer_main_top_center{
	margin-top: 40px;
	text-align: center;
	width: 100%;
}
.footer_main_top_bottom{
	text-align: center;
	margin-top: 40px;
}
.footer_main_top_bottom a span{
	color: #FFFFFF;
}
@media only screen and (min-width: 100px) and (max-width: 1200px) {
	.headtop {
		width: 1200px;
		height: 135px;
	}
	.footer {
		width: 1200px;
	}
	.banner_img {
		width: 1200px;
	}
}