@charset "utf-8";
 
body{
	font-size:12px;
	color:#323232;
	line-height:1.8;
	/*min-width:1190px;*/
	font-family:"微软雅黑";
	background: #eaeaea;
	padding:0;
	margin:0;
}

html, body, div, span, applet, object, 
iframe, h1, h2, h3, h4, h5, h6, p
@charset "utf-8";


/*blockquote, pre, a, abbr, acronym, address, */
/*big, cite, code, del, dfn, em, img, ins, kbd, q, s, */
/*samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, */
/*dl, dt, dd, ol, ul, li, fieldset, form, label, legend,  caption,  */
/*article, aside, canvas, details, embed, figure, figcaption, footer, */
/*header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {*/
/*	margin: 0;*/
/*	padding: 0;*/
/*	border: 0;*/
/*	outline: none;*/
/*}*/
table,tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol,ul,li{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
input{
	padding:0;
	margin:0;
	font-family:"微软雅黑";
	outline:none
}
/*img{*/
/*	vertical-align: middle;*/
/*}*/
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
	height:0px;
	width:0;
	margin:0;
	padding:0;
	border:none;
	overflow:hidden;
}
a{
	text-decoration:none;
	cursor:pointer;
	color:#323232;
	transition-property:box-shadow,color,background-color,border;
	transition-duration:.3s;
}
a:hover{
	color:#33a6df
}
h1{ font-size:18px}
h2{ font-size:18px}
h3{ font-size:16px}
h4{ font-size:14px}
h5{ font-size:12px}



/**************头部**************/
header{ 
	background-color: #222222; 
	clear: both; 
	overflow: visible;
	height: 78px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 5;
	/*min-width: 1190px;*/
}
header .beijing{
	overflow: visible;
	padding: 0;
	position: relative;
}


header ul{
	float: right;
	/*margin:2vh 16vw 0 2.1vh;*/
	display: inline-block;}
header ul li{
	float: left;
	padding-left:0.5vw;
}
/*header ul li .menu_1{
	color: #fff;
	!*font-size: 2vh;*!
	!*padding: 0 2vw 0.7vh;*!
	display: block;
	!*line-height: 5vh;*!
	position: relative;
	!*z-index: 7;*!
	!*overflow: hidden;*!
}
header ul li .menu_1.menu_en1{
	!*font-size: 1.8vh;*!
	!*padding: 0 1vw 0.7vh;*!
}
header ul li.on .menu_1,header ul li .menu_1.hover{
	color: #33a6df;
}



header ul li.on .menu_1 em,header ul li.on .menu{
	display: block;
}*/

/**************banner**************/
.banner{
	clear: both;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	margin-top: 66px;
}



