@charset "utf-8";
/* CSS Document */

/*共用头部*/


/*顶部*/
.top-logo{ width:100%; height:122px; margin:0 auto;}
.top-logo-middle{ width:1200px; height:auto;  margin:0 auto;}
.logo{ padding-top:36px; display:block; float:left;}
.tel{ width:256px; height:58px; float:right;padding-top:36px;}

/*banner*/
.top-banner{ width:100%; height:auto;margin:0 auto;}
.top-banner img{ width:100%; height:auto;}

/*导航*/
.nov{ width:100%; height:76px; background:#00945A;margin:0 auto;}
.nov-middle{ width:1200px; height:76px; margin:0 auto;}
.nov-middle li{ display:block; float:left;}
.nov-middle li a{ padding:26px 20px; font-family:"微软雅黑"; font-size:18px; line-height:76px; color:#fff;}
.nov-middle li a:hover{ background:#FFF; text-decoration: none; color:#1d61b4;}