/*
* @Filename:style.css 
* @Version:1.0.0(2019-05-06 21:08:33) 
* @Author:Lober
* @Website:beibeitao.com
* @Date:2019-05-06 21:08:33
* @Last Modified by:Lober
* @Last Modified time: 2019-05-13 22:05:42
* @Email:boycn@live.com
* @QQ：1004055364
*/
* {
	margin:0;
	padding:0
}
a {
	text-decoration:none
}
li,ul {
	list-style:none
}
img {
	vertical-align:middle;
	border:0
}
i {
	font-style:italic
}
body {
	font-size:12px;
	font-family:'微软雅黑',Arial,'宋体'
}
/*头部开始*/
header {
	width:100%;
	min-width:1000px;
	background:#fff;
	position:relative;
}
header .top-close {
	font-family:"微软雅黑";
	font-weight:bolder;
	font-size:23px;
	color:#fff;
	position:absolute;
	top:8px;
	right:5px;
	cursor:pointer;
}
header .top-img {
	width:100%;
	height:54px;
	margin:0 auto;
	background:#0b0b0b;
	position:relative;
}
header .top-img img {
	margin:0 auto;
	display:block
}
header .top {
	width:1060px;
	height:72px;
	margin:0 auto;
	position:relative;
	z-index:1
}
header .top .top_logo {
	display:block;
	width:102px;
	height:28px;
	background:url(/main/img/logo.png) no-repeat;
	position:absolute;
	top:28px;
	left:25px;
}
header .top .top_r {
	font-size:12px;
	font-family:"宋体";
	color:#000;
	float:right;
	padding-right:30px;
	padding-top:35px
}
header .top .top_r i {
	background:url(/main/img/phone.png) no-repeat 0 0;
	padding-right:8px;
	width:14px;
	height:15px;
	display:inline-block;
	vertical-align:sub
}
header .top .top_r span {
	font-weight:700
}
#menu_box {
	width:100%;
	min-width:1060px;
	background:#dc0411;
	position:relative
}
#menu_box #menu {
	width:1060px;
	height:35px;
	margin:0 auto
}
#menu_box #menu ul {
	padding-left:0px;
	height:35px
}
#menu_box #menu ul li.current {
	background:#f7f7f7
}
#menu_box #menu ul .menu_list {
	float:left;
	height:35px;
	position:relative
}
#menu_box #menu ul li.current a,#menu_box #menu ul li.hover1 a {
	text-decoration:none;
	color:#000;
	font-weight:700
}
#menu_box #menu ul .menu_list a {
	display:block;
	height:35px;
	line-height:35px;
	width:90px;
	font-size:12px;
	color:#fff;
	text-align:center
}
#menu_box #menu ul li:hover * {
	text-decoration:none;
	color:#000;
	font-weight:700;
	background:#f7f7f7
}
#menu_box #menu ul a.king {
	display:block;
	float:left;
	width:110px;
	height:39px;
	margin-left:45px;
	background:url(/main/img/web_shop.jpg) no-repeat;
	margin-top:-4px;
	z-index:99
}
#menu_box #menu ul .huaweiyun {
	background:url(/main/img/huaweiyun.jpg) no-repeat 0 0;
	display:inline-block;
	width:73px;
	height:22px;
	margin:7px 0 0 30px
}
/*头部结束*/