﻿@charset "utf-8";
*{ margin:0 auto;}
body{ background:url(../images/bg.png); width:100%;}
.wrapper{ width:1200px; margin:0 auto;}
.main{ margin:20px 0;}

/*头部*/
.header{ width:1200px; height:145px; margin:0 auto;}
.head{ width:1200px; height:100px;}
.head h1{ width:580px; float:left; margin-top:26px;}
.head span{ float:right; font-size:16px; color:#2ca9e1; background:url(../images/phone.png) left center no-repeat; padding-left:30px; margin-top:56px;}

/*导航*/
.nav { background:#2ca9e1;height:45px; }
.nav >ul >li{ float:left; width:150px; line-height:45px; text-align:center; }
.nav >ul >li >a{ color:#fff; font-size:16px; display:block; background:url(../images/nav.png) right top repeat-y; r}
.nav >ul >li >.nav1{ background:no-repeat;}
.nav >ul >li:hover,.nav >ul >li.current{ background:#0e6a92;}

/*二级栏目*/
.nav >ul >li >ul{ width:149px; position:absolute; z-index:99999; display:none;}
.nav >ul >li:hover >ul{ display:block;}
.nav >ul >li >ul >li{ background:#2ca9e1; }
.nav >ul >li >ul >li:hover,.nav >ul >li >ul >li.current{ background:#0e6a92;}
.nav >ul >li >ul >li >a{ display:block; color:#fff; font-size:16px;}

/*banner*/
.banner{ width:1200px; height:360px; margin:0 auto; padding:0; position:relative;}
.banner ul li{ position:absolute; left:0; top:0; width:1200px; height:360px;}
.banner ul li a{ display:block; width:1200px; height:360px;}
.banner ol{ width:68px; position:absolute; bottom:16px; left:50%; margin-left:-36px; z-index:9999;}
.banner ol li{  background:url(../images/piont.png) 0 -12px no-repeat; width:12px; height:12px; float:left; text-align:center; margin:0 4px; cursor:pointer;}
.banner ol .active{ background-position:0 0;}

/*底部版权*/
.footer{ width:100%; background:#2ca9e1;   padding:9px 0; clear:both; line-height:20px; overflow:hidden; }
.foot{ width:1200px; margin:0 auto; line-height: 20px; overflow: hidden;}
.copyright{ text-align:center; font-size:12px; color:#fff; line-height:25px; float:left; width: 960px;}
.imgs{ width:200px; float:right; height: 100%; text-align: right; vertical-align: middle; margin-top: 16px;}

