/* CSS Document */
/*------全局定义----------*/
*{ padding:0px; margin:0px;}
body{font:14px "微软雅黑"; color:#333;}
img{ border:none;}  
a{ text-decoration:none;}
ul{ list-style:none;}
select{ border:none;}
.clear{ clear:both; height:0px; overflow: hidden;}
button{cursor: pointer;}
p{ list-style:none;}
h3{ font-weight:normal;}
/*------网站头部------*/
.head{ width:100%;}
.head{ width:1200px; margin:0 auto; padding:10px 0 10px 0;}
.head .left{ float:left; width:320px;}
.head .logo{ width:279px; height:67px; background:url(../../images/unLogin/logo.png) no-repeat;}
.head .right{ float:right; width:800px;}
.nav{ padding-top:20px; font-size:16px;}
.nav ul li{ margin: 0 2px; float:left;}
.nav ul li a{ text-align:center; color:#333; padding:6px 8px;}
.nav ul li.first a{ color:#f58000;  border-bottom:2px solid #f58000;}
/*------网站底部------*/
#bottom{ width:100%; background:#0168a8;}
.bottom{ width:1200px; margin:0 auto; font-size:14px; color:#fff; padding:40px 0;}
.bottom ul li.first a{ font-size:16px; color:#fff; height:35px; line-height:35px;}
.bottom ul li a{ color:#fff; color:#dddbdb;}
.bottom ul li { width:150px; text-align:center; padding:5px 0}
.bottom ul{ float:left;}
.bottom ul.code div{ margin-right:20px;}
.bottom ul.code{padding-left:100px; width:250px}
.bottom ul.code li{text-align:left; width:300px}
.bottom ul.code .left{ float:left;}
.bottom ul.code h3{ font-size:14px; color:#dddbdb; text-align:center; height:30px; line-height:30px;}
.bottom_bot{ width:100%; height:50px; line-height:50px; background:#015b92; color:#dddbdb; text-align:center;}
/*------悬浮窗------*/
.window{position: fixed; top: 50%; right: 0; transform: translateY(-50%);z-index: 998;}
.window ul { width:62px; padding:0 10px; background:#018ade; border-top-left-radius:10px; border-bottom-left-radius:10px;}
.window ul li{ width:62px; border-bottom:1px solid #fff; padding:10px 0; text-align:center;}
.window ul li h3{ font-size:14px; color:#fff; padding-top:3px;}
.window ul li.last{ border-bottom:0;}
.window .pinned{ text-align:center; margin-top:10px;}