@charset "utf-8";
/*pc_common.css limengru  2015.1.10*/
/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family:'Microsoft Yahei';
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {font-size:12px;}
body,html { height:100%;font-family:'Microsoft Yahei';}
img{border:0}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
select,input{vertical-align:middle}
.spacer{clear:both; font-size:0; height:0;}
a{color:#333;text-decoration:none}
a:hover{color:#f00;}
.clear { display:block !important; clear:both !important; float:none !important; margin:0 !important; padding:0 !important; height:0; line-height:0; font-size:0; overflow:hidden;}
.clearfix { zoom:1; }
.clearfix:after { content:""; display:block; clear:both; height:0; }
/*导航部分*/
nav{
	width: 100%;
	height: 70px;
	background: #65adcf; 
}
nav #nav{
	width: 960px;
	height: 70px;
	margin: 0 auto;
}
#nav .log{
	width: 170px;
	height: 63px;
	float: left;
	color: #fff;
	padding-top: 7px;
	line-height: 28px;
	margin-right: 165px;
}
#nav .log h1{
	font-size: 29px;
	font-weight: 800;
}
#nav .log p{
	font-size: 16px;
}
#nav .nav{
	width: 560px;
	height: 20px;
	line-height: 20px;
	float: left;
	margin-top: 25px;
}
#nav .nav li{
	width: auto;
	height: 20px;
	float: left;
	position: relative;
	font-size: 18px;
	padding: 0 25px;
	background: url(../img/pc_nav_bg.png) no-repeat left center;
}
#nav .nav li .icon{
	display: inline-block;
	font-size: 0;
	width: 5px;
	height: 5px;
	position: absolute;
	background: #fff;
	right: 10px;
	top: 8px;
}
#nav .nav .first{
	background: none;
}
#nav .nav li a{
	color: #fff;
	font-family: 'Microsoft Yahei';
}
/*页脚*/
.footer{
	width: 100%;
	height: 280px;
	background: #404040;
	margin-top: 140px;
}
.footer .foot_main{
	width: 570px;
	height: 189px;
	margin: 0 auto; 
	padding-top: 41px;
}
.footer .way_down{
	width: 120px;
	height: auto;
	float: right;
}
.footer .way_down li{
	font-size: 14px;
	color: #939393;
	line-height: 26px;
}
.footer .foot_main .way_yy{
	width: 345px;
	height: auto;
	float: left;
}
.footer .foot_main .way_yy dt {
	width: 128px;
	height: 171px;
	float: left;
}
.footer .foot_main .way_yy dd{
	width: 180px;
	font-size: 14px;
	color: #939393;
	line-height: 26px;
	margin-left: 180px;
}
.footer .foot_mess{
	width: 100%;
	height: 49px;
	font-size: 14px;
	color: #8a8a8a;
	line-height: 55px;
	text-align: center;
	border-top: 1px solid #797979;
}
.footer a{
	color: #8a8a8a;
}
#nav .nav li a[target="_blank"]{
	display: block;
}
.footer a:hover{
	text-decoration: underline;
}
* { font-family:'Microsoft Yahei';}