@charset "gb2312";
/* CSS Document */
/*全局样式开始*/
*{margin:0;padding:0;}
body{ margin:0; padding:0; font-family:'微软雅黑'; font-size:13px; color:#999999;}
a{ text-decoration:none; color:#000000;}
a:hover{ color:#e20001;}
img{ border:none; vertical-align:middle;}/*图片添加链接边框没有；解决图片默认间距*/
ul,ol{ list-style-type:none;}
.clear{ clear:both;}/*清除浮动*/
.con{ width:100%; background:url(images/bg.jpg);}
.hidden{ display:none;}
.block{ display:block;}
/*全局样式结束*/
body{background:url(bg.png) no-repeat center 440px;}
/*head开始*/
.head{ width:100%;
 			 height:393px; 
 			 background:#6daffa url(banner_01.jpg) no-repeat center top;}
/*head结束*/			 
/*导航nav开始*/
.nav{ width:100%; 
height:50px; 
background:url(navbg_03.jpg);}
.navc{ width:1000px;
 height:50px; 
 margin:0 auto; }
.navc li{ float:left;
 width:142px; 
 height:50px; }
.navc li a{ display:block; 
width:142px;
height:50px; 
text-align:center; 
line-height:50px;
color:#ffffff;
font-size:17px;}
.navc li a:hover{ color:#C00;}
/*导航nav结束*/

/*页脚结束*/
.foot{ width:100%; height:110px; background:url(footbg_07.jpg); margin-top:20px;}
.footer{ width:1000px; height:110px; margin:0 auto;}
.footer p{ line-height:27px; text-align:center; font-size:16px; color:#FFF;}
.footer p a{font-size:16px; color:#FFF;}
.footer p a:hover{color:#C00;}
/*页脚开始*/
