/*css全局样式*/
body {font-family:"微软雅黑";background:#f7f7f7;padding:0;margin:0;}
html,body {height:100%;}
body,form,menu,dir,fieldset,blockquote,p,pre,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6 {padding:0;margin:0;}
div,p {display:block;}
ul,ol,dl {list-style:none;}
img {border:0;}
a {text-decoration:none;}
a:hover {text-decoration:none;transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;}
button {cursor:pointer;}
.clear{clear:both;}
a:focus,input:focus,textarea:focus{outline:none;}

/*--css全局样式*/


/*头部*/
.header{width:960px;height:90px;margin:0 auto;padding:0 20px;}
.header .logo{width:300px;float:left;}
.header .tools{width:340px;float:right;margin-top:32px;}
.header .tools a{display:inline-block;width:102px;height:26px;font-size:12px;color:#666666;line-height:26px;text-align:center;margin-left:5px;}
.header .tools a:hover{color:#333;}
.header .tools a span{display:block;margin-left:27px;}
.header .tools a.login{background:url(images/loginBg.png) no-repeat left center ;}
.header .tools a.huicai{background:url(images/huicaiBg.png) no-repeat left center ;}
.header .tools a.sina{background:url(images/sinaBg.png) no-repeat left center ;}
.header .tools a.wechat{background:url(images/wechatBg.png) no-repeat left center ;}
/*--头部*/

/*导航*/
.nav{width:1000px;height:45px;margin:0 auto;background:#00438e;}
.nav ul li{float:left;position:relative;top:0;left:0;z-index:99;}
.nav ul li a{display:block;width:120px;line-height:45px;color:#fff;font-size:14px;text-align:center;}
.nav ul li a:hover,.nav ul li a.current{background:#013672;}
.nav ul li .subNav{position:absolute;top:45px;left:0;width:116px;background:#00438e;padding:0 2px 0;display:none;z-index:9999;}
.nav ul li .subNav a{height:32px;line-height:32px;font-size:13px;border-bottom:1px solid #013672;display:block;width:116px;}
/*--导航*/


/*底部*/
.footer{width:100%;height:auto;background:#014489;margin-top:40px;}
.footNav{width:1000px;height:auto;margin:0 auto;padding:20px 0;position:relative;top:0;left:0;}
.footNav a:hover{color:#fff;}
.footNav ul{text-align:center;width:auto;height:auto;overflow:hidden;}
.footNav ul li{display:block;width:120px;margin:20px 65px 20px 0;float:left;}
.footNav ul li.share{width:auto;margin:20px 0;}
.footNav ul li.share h3{line-height:34px;}
.footNav ul li.share a{display:inline-block;width:33px;height:34px;margin:0 5px;}
.footNav ul li.share a:hover img{transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;}
.footNav ul li h3{color:#fff;font-size:16px;font-weight:bold;margin-bottom:15px;}
.footNav ul li a{display:block;color:#cedcec;line-height:20px;font-size:12px;margin:5px 0;}
.footNav .ewm{width:85px;height:auto;text-align:center;position:absolute;right:80px;top:110px;}
.footNav .ewm p{line-height:24px;font-size:12px;color:#cedcec;}
.footNav .copyright{margin-top:10px;}
.footNav .copyright p{line-height:24px;font-size:12px;color:#cedcec;text-align:center;}
.footNav .copyright p a{color:#cedcec;margin:0 5px;display:inline-block;}
.footNav .copyright p span{margin:0 5px;display:inline-block;}
/*--底部*/