@charset "utf-8";
/* CSS Document */
/*------全局定义-------------------- */
*{ padding:0px; margin:0px;}
html{ background:#ffffff;}
body{font:12px "宋体"; behavior: url(../style/hover.htc); color:#333;}
img{ border:none;}  
a{ text-decoration:none;}
ul{ list-style:none;}
input,select,button{ font:12px Verdana,Arial,Tahoma; vertical-align:middle;}
select{ border:none;}
.clear{ clear:both; height:0px; overflow: hidden;}
/*---------头部样式----------*/
.head{ width:100%;}
.header{ width:980px; height:73px; padding-top:20px; padding-bottom:5px; margin:0 auto;}
.header .logo{ width:235px; height:73px; float:left; background:url(../images/logo.png) no-repeat;}
.header .tel{ width:358px; height:73px; float:right; background:url(../images/tel.jpg) no-repeat;}
.nav{ width:100%; height:40px; background:url(../images/nav_bg.png) repeat-x;}
.nav ul{ width:980px; height:40px; line-height:40px; margin:0 auto;}
.nav ul li{ width:140px; text-align:center; font-size:14px; float:left; font-weight:bold;}
.nav ul li a { color:#FFF; display:block;}
.nav ul li a:hover { color:#FFF; background:url(../images/nav_hover.png) repeat-x;}
.banner{ width:100%; height:280px; margin:0 auto; background:url(../images/banner_bg.png) repeat-x;}
/*------底部样式-------*/
.bottom{ width:100%; height:163px; background:url(../images/bottom.png) repeat-x;}
.link{ width:980px; margin:0 auto; height:38px; line-height:38px; text-align:center; color:#666666;}
.link a{ color:#666666;}
.data { width:980px; height:100px; margin:0 auto; padding-top:11px;}
.data .left{ float:left;}
.data p{ float:left; padding-left:150px; padding-top:20px; line-height:24px; color:#7f7f7f;}
.data .right{ float:right;}
.foot{ width:100%; height:36px; line-height:36px; text-align:center; background:#254d87; color:#FFF;}
.foot a{ color:#FFF;}
